<?xml version='1.0' encoding='UTF-8'?>
<webpage id="opensource-lamp">
  <config param="rcsdate" value="$Date: 2011-02-02 19:59:53 -0500 (Wed, 02 Feb 2011) $"/>
  <head>
    <title>LAMP</title>
    <summary>Dixite's LAMP Stack</summary>
    <keywords>
      Dixite, Documents, GNU/Linux, Apache, MySQL, PHP, Python, Perl
    </keywords>
  </head>
  <para>
    <acronym>LAMP</acronym> is a stack of open source software that includes 
    the GNU/<emphasis role='bold'>L</emphasis>inux operating system, 
    <emphasis role='bold'>A</emphasis>pache Web server, 
    <emphasis role='bold'>M</emphasis>ySQL database and scripting languages, 
    <emphasis role='bold'>P</emphasis>HP, <emphasis role='bold'>P</emphasis>erl
    and/or <emphasis role='bold'>P</emphasis>ython.
  </para>
  <section id='components'>
    <title>Components</title>
    <section id='linux'>
      <title><acronym>GNU</acronym>/Linux</title>
      <para>
	Originally developed in 1991 by Linus Torvalds, it has become de facto 
	enterprise server for web applications due to its reliability and 
	uptime. GNU/Linux is packaged, sold and supported by leading IT 
	companies such as HP, IBM, Novell, Oracle and Redhat.	
      </para>
    </section>
    <section id='mysql'>
      <title>MySQL</title>
      <para>
	MySQL database has grown the world's most popular open source database 
	with over six million installations world wide. MySQL serves as the 
	<emphasis>data store</emphasis> in our reference 
	<olink targetdoc="base-arch">architecture</olink>.
      </para>
    </section>
    <section id='apache'>
      <title>Apache</title>
      <para>
	Apache web server has been dominant web server since 1996. At Dixite, 
	we have used the Apache web server on most of our projects since 1999. 
	Apache is the web server of our reference architecture.
      </para>
    </section>
    <section id='php'>
      <title>PHP</title>
      <para>
	<acronym>PHP</acronym> is a scripting language for building dynamic 
	web sites. They are often used to create powerful and yet intuitive 
	web based applications that access backend systems, content management 
	systems or databases. Since 1999, Dixite developers have been using 
	PHP to build competitive and scalable 
	<olink targetdoc="solution-portal">web portals</olink>. At Dixite, we 
	use PHP to implement the application tier.
      </para>
    </section>
  </section>
  <sidebar id='download'>
    <title>Download Page</title>
    <para>
      <olink targetdoc="doc-lamp"><acronym>LAMP</acronym> Document</olink>
    </para>
  </sidebar>
</webpage>

