I have Apache 2.0.59 running on my local machine and working fine. I've tested perl/cgi scripts that work (e.g. http://localhost/test.cgi) I downloaded PHP 5.2.3.3 (zip version) and extracted php5ts.dll, php5apache2.dll, php.exe, and phpini.dist to c:/php. I renamed phpini.dist to php.ini and moved it to c:/WINDOWS. Now when I try to run my "phpinfo.php" script or any php script (http://localhost/bin/phpinfo.php) in IE or MoziFire, script does not run (I get "not found" or "Internal Server Error"). I've added the following lines to my conf. httpd file in apache and still nothing: # For PHP 5 do something like this: LoadModule php5_module "c:/php/php5apache2.dll" AddType application/x-httpd-php .php # configure the path to php.ini PHPIniDir "C:/WINDOWS Any help appreciated.. -- View this message in context: http://www.nabble.com/php5_module-for-apache-tf4046207.html#a11493471 Sent from the Php - Windows mailing list archive at Nabble.com. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php