[PHP] install problem From: patrick dooley (pdooley00 <email protected>)
Date: 09/21/00

Hi,

I have tried to get php4 to run as a cgi with apache
1.3.12 and windowsNT 4.0. I used the standard conf
file for apache and added to it:
ScriptAlias /php/ "C:/phpcgi/"
AddType application/x-httpd-php .php
Action application/x-httpd-php "\phpcgi\php.exe"

I used the php.ini-optimized (copied it to
c:\winnt\php.ini)

When I try to load a file like 'test.php', Apache
sends a 404 saying it couldn't find
'/phpcgi/php.exe/test.php' on the server.

any ideas as to what I'm doing wrong?

thanks
patrick

__________________________________________________
Do You Yahoo!?
Send instant messages & get email alerts with Yahoo! Messenger.
http://im.yahoo.com/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: php-general-unsubscribe <email protected>
For additional commands, e-mail: php-general-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>