Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Problem Instalation PHP in Apache

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
MyComputer use Windows 2000 and use web server apache 1.32
In installation PHP in Apache i put
LoadModule php4_module c:/php/sapi/php4apache.dll
Addmodule mod_php4.c
Addtype application/x-httpd-php .php
in httpd.conf Apache
when apache is start, apache is not running
the error message is :

syntax error in c:/program files/apache Group/apache/conf/httpd.conf
cannot load c:/php/sapi/php4apache.dll into server: (127) the specified procedure could not be found
cannot load c:/php/sapi/php4apache.dll into server: (127) the specified procedure could not be found
add module via name 'mod_php4.c':not in list of loaded module

but if i don't put
Addmodule mod_php4.c
Addtype application/x-httpd-php .php
in httpd.conf
apache server is running

please help me why it can be happen and please give me full documentation about it.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top