Windows Server 2008 R2 Apache 2.2 PHP 5.3.3 install problem

Posted by Tupak Goliam on Server Fault See other posts from Server Fault or by Tupak Goliam
Published on 2010-11-03T15:16:06Z Indexed on 2012/10/24 5:11 UTC
Read the original article Hit count: 477

Filed under:
|
|

I am trying to install Apache 2.2 and PHP 5.3.3 on a Windows Server 2008 R2 box. I've managed to setup Apache, but PHP is not working correctly: I've downloaded the latest zip from windows.php.net (VC6) and I've modified http.conf in order to load the php5 module (LoadModule, AddType & PHPIniDir). So far, so good - phpinfo() is showing and I am happy... But, there is no php.ini file - I haven't yet renamed the bundled php.ini-development|php.ini-production file. If I do so (in order to modify PHP's configuration), no php code is interpreted (including phpinfo()). I've gone over the entire php.ini-development file and still it is not working... This is very strange.

Any help is welcome, Thanks in advance.

© Server Fault or respective owner

Related posts about apache2

Related posts about windows-server-2008