Posted by Jim Carlock on 07/01/06 03:26
Steel posted:
> ScriptAlias /php/ "c:/php/"
> AddType application/x-httpd-php .php
> Action application/x-httpd-php "/php/php-cgi.exe"
>
> I choice to configure as CGI becasuse the following code not
> work
>
> LoadModule php5_module "c:/php/php5apache2.dll"
> AddType application/x-httpd-php .php
>
> PHPIniDir "C:/WINDOWS"
Does the httpd.conf require a mod_php5.c file. I have a the
following in my httpd.conf.
# Add the mod_php4.c
AddModule mod_php4.c
Hope this helps.
--
Jim Carlock
Post replies to the group.
[Back to original message]
|