Apache / PHP / Mysql Bundle :

This module includes :
- Apache 2.2.8
- PHP 5.2.5
- MySQL 5.0.51a

In order to run Apache, you can use the /usr/apache2/bin/apachectl tool
For example :
	/usr/apache2/bin/apachectl start
	/usr/apache2/bin/apachectl stop

You may (and probably) need to modify the Apache configuration
(for example, activate the php module)
The Apache configuration file is :
/usr/apache2/conf/httpd.conf

If you want to activate the apache php module, you need to add, in your httpd.conf
the two following lines :
	LoadModule php5_module modules/libphp5.so
	AddType application/x-httpd-php .php .phtml
Then you need to restart your Apache server.

Homepages :
http://www.php.net/
http://www.mysql.com/
http://httpd.apache.org/