Click to See Complete Forum and Search --> : installation problem


shimak
05-02-2001, 11:10 AM
Hello to all !

How to configure php4 with apache on windows.
which lines are need to add for the configuration.


Waiting for reply !
Regards
Seemab

Anon
05-03-2001, 07:03 AM
# for the apache module
LoadModule php4_module c:/php/sapi/php4apache.dll
AddType application/x-httpd-php .php4

#for the cgi binary (you can use that one compiled with force cgi redirect too)
ScriptAlias /php4/ "C:/php/"
Action application/x-httpd-php4 "/php4/php.exe"
AddType application/x-httpd-php4 .php


seemab wrote:
-------------------------------
Hello to all !

How to configure php4 with apache on windows.
which lines are need to add for the configuration.


Waiting for reply !
Regards
Seemab