shadow187
12-07-2005, 12:25 PM
Hi,
i would like to set up my server as a Apache module and NOT as CGI
what is the best way to do this ?
I'm running apache 2.0.47 and php 4.3.3.
I already done the following what's in the php manual
For PHP 4 do something like this:
LoadModule php4_module "c:/php/php4apache2.dll"
# Don't forget to copy the php4apache2.dll file from the sapi directory!
AddType application/x-httpd-php .php
# For PHP 5 do something like this:
LoadModule php5_module "c:/php/php5apache2.dll"
AddType application/x-httpd-php .php
# configure the path to php.ini
PHPIniDir "C:/php"
BUT dis isn't working, apache return then an error that it can't find the module
Any help would be great at this time
Best Regards
i would like to set up my server as a Apache module and NOT as CGI
what is the best way to do this ?
I'm running apache 2.0.47 and php 4.3.3.
I already done the following what's in the php manual
For PHP 4 do something like this:
LoadModule php4_module "c:/php/php4apache2.dll"
# Don't forget to copy the php4apache2.dll file from the sapi directory!
AddType application/x-httpd-php .php
# For PHP 5 do something like this:
LoadModule php5_module "c:/php/php5apache2.dll"
AddType application/x-httpd-php .php
# configure the path to php.ini
PHPIniDir "C:/php"
BUT dis isn't working, apache return then an error that it can't find the module
Any help would be great at this time
Best Regards