Hi
I have read, and experienced, that the module option doesn't work.
Has anyone got to work the CGI option, using php.exe? On Windows 2000.
I have followed the instructions in php help file, some messages on this forum and few other web links - have added the settings:
ScriptAlias /php/ "e:/app/php/"
AddType application/x-httpd-php .php .phtml
Action application/x-httpd-php "e:/app/php/php.exe"
to httpd.conf, but always get the Bad Request error with message in Apache log:
Invalid URI in request GET /test/test.php HTTP/1.1
I assume Apache doesn't know what to do with .php file.
The same happens when I tried different options recommended in other topics.
The php.ini file is in c:\winnt directory and php works from the command line.
Has anyone actually got it to work?
I don't care too much that it is worse option than the module - I am brand new to PHP and simply would like to experiment on my local test server.
I can try the IIS option but would prefer Apache.
Thanks
Witold