Click to See Complete Forum and Search --> : PROBLEMS WITH APACHE SERVER AND PHP


nicdp
02-17-2002, 05:39 PM
I get this error:

Syntax error on line 1 of C:\Programmi\Apache Group\Apache2\conf\httpd.conf:
Cannot load C:/php/SAPI/php4apache.dll into server: [...]

Line 1 is: LoadModule php4_module c:/php/sapi/php4apache.dll

I tried to update php4ts in windows system dir and php.ini in windows dir, mat nothing.. I continue getting that error

I used:
- PHP 4.1.1
- Apache 1.3.20 and tried also 2.0.32

andrin
02-17-2002, 10:14 PM
Is "php4apache.dll" resident in "C:/php/SAPI/"? If it is try to put " around the string in httpd.conf.

/Andrin