[PHP-INSTALL] Apache - PHP installation problem

2010-09-29 Thread Naftali Ben-Ami
Hi, I installed Apache 2.2.16 as web server on Windows XP SP3 and PHP/5.3.3 Apache server starts fine, and following PHP installation and update of httpd.conf with DirectoryIndex index.php index.html # configure the path to php.ini PHPIniDir "C:\Program Files\php" LoadModule php5_mod

Re: [PHP-INSTALL] Apache - PHP installation problem

2010-09-29 Thread Lester Caine
Naftali Ben-Ami wrote: IfModule dir_module> DirectoryIndex index.php index.html Just drop the lines wrapping the DirectoryIndex line ... the dir_module package is obviously not being loaded. -- Lester Caine - G8HFL - Contact - http://lsces.co.uk/wiki/?page=

RE: [PHP-INSTALL] Apache - PHP installation problem

2010-09-29 Thread sachin.gamre
Hello, Please check if apache has loaded the PHP module. /usr/local/apache2/bin/apachectl -M This will show you the loaded modules. If you see php*_module in the list Regards, Sachin _ From: Naftali Ben-Ami