I can get PERL and Python to work with Apache, but not PHP. I have read through a few install guides and this is the relevant parts to PHP in my httpd.conf:
Notes:
php.exe is in
c:_\pre-configured_programs\php\
apache.exe is in
C:_\pre-configured_programs\apache\
(don't ask me why I chose those dir)
ScriptAlias /php/ "c:/_/pre-configured_programs/php/"
AddType application/x-httpd-php .php .php3 .phtml
AddType application/x-httpd-php-source .phps
Action application/x-httpd-php c:/_/pre-configured_programs/php/php.exe
I've placed the php.ini in the windows directory + moved required dlls to c:\windows\system and changed
extension_dir in php.ini to point to the php directory. I'm stumped. Please help.