I tried playing with ScriptAlias settings, but i given up. I now use the the Apache 
module instead of cgi.

To change over to the Apache module:
copy php4ts.dll to the windows/system(win9x/Me) or winnt/system32(winNT/2000/XP) 
directory.

then inside httpd.conf:
LoadModule php4_module c:/php/sapi/php4apache.dll 
AddType application/x-httpd-php .php .phtml 

remember to comment out the most important part after converting:

#       ScriptAlias /php4/ \"C:/php/\"
#       Action application/x-httpd-php4 \"/php4/php.exe\"
#       AddType application/x-httpd-php4 .php

folks who are using PHP as a CGI under apache for win32, please read this:
http://www.securiteam.com/windowsntfocus/5ZP030U60U.html
http://www.hackers.com/new/currentnews.php?nid=5

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to