Hi.

I am pretty new to running web servers but I have figured it out so far. I was able to 
get the Apache server up and running. But, I keep getting this error:

Syntax error on line 980 of c:/program files/apache group/apache/conf/httpd.conf
:
Cannot load c:/php/sapi/php4apache.dll into server: (1157) One of the library files 
needed to run this application cannot be found:



I really dont know whats wrong. It was working fine until i tried to install the PHP4 
files. I did exactly what the installation guide said and added this to the 
httpd.conf:

# 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

Now with the PHP installer do I still need to do step 2? 

2. Unzip the Package to c:\php, now move php4ts.dll to the windows/system(32) 
directory, overwritte any older file!

I hope you guys can help me. I really like PHP and I was planning on using it on my 
server! Thanks a bunch


==
_________________
Andrew "Sp3aK" Scott
Contact- ICQ: 101893540 AOL: sk8terpro

_____________________________________________________________
Sign up for FREE email from ADAMTECK . ( C O M ) at http://www.adamteck.com

-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to