For getting up and running php on WinXX box you need only:
LoadModule php4_module D:/PHP4.3.3/sapi/php4apache.dll
AddType application/x-httpd-php .php
To avoid the problem with removing 'mod_php4.c' try to find
'ClearModuleList' directive in httpd.conf and comment it, then restart
the server onc
[EMAIL PROTECTED] wrote:
Apache 1.3.28 / PHP 4.3.3
hello, I tried to configure php as module SAPI of the apache web server, I
put this line:
LoadModule php4_module D:/PHP4.3.3/sapi/php4apache.dll
AddModule mod_php4.c
AddType application/x-httpd-php .php
When I tested the configuration, I got thi
Apache 1.3.28 / PHP 4.3.3
hello, I tried to configure php as module SAPI of the apache web server, I
put this line:
LoadModule php4_module D:/PHP4.3.3/sapi/php4apache.dll
AddModule mod_php4.c
AddType application/x-httpd-php .php
When I tested the configuration, I got this error:
Cannot remove
hello, I tried to configure php as module SAPI of the apache web server, I
put this line:
LoadModule php4_module D:/PHP4.3.3/sapi/php4apache.dll
AddModule mod_php4.c
AddType application/x-httpd-php .php
When I tested the configuration, I got this error:
Cannot remove module mod_php4.c: not f
Remove AddModule mod_php4.c directive/line in your httpd.conf file, and
restart your Apache Web Server.
Hidayet Dogan
[EMAIL PROTECTED]
Pleksus Bilisim Teknolojileri D.T.O. A.S.
hello, I tried to configure php as module SAPI of the apache web server, I
put this line:
LoadModule php4_module D:/PHP4.3.3/sapi/php4apache.dll
AddModule mod_php4.c
AddType application/x-httpd-php .php
When I tested the configuration, I got this error:
Cannot remove module mod_php4.c: not found
6 matches
Mail list logo