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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

LoadModule php4_module c:/php4/sapi/php4apache2.dll not found

php & Apache on Windows

LoadModule php4_module c:/php4/sapi/php4apache2.dll not found

by  csniffer  Posted    (Edited  )
This is for Windows only , if the problem is only when this line is added to the Apache httpd.conf file check that you have downloaded the zip file
Code:
 (php-4.3.3-win32.zip)
and not the self-installing
Code:
 (php-4.3.3-installer.exe)
file. if you have downloaded the self-installer, when you add the line
Code:
 LoadModule php4_module c:/php4/sapi/php4apache2.dll
you will get an error like this
Code:
 LoadModule php4_module c:/php4/sapi/php4apache2.dll cannot load  the specified module could not be found
. You must uninstall Apache through the
Code:
 control panel > Add/Remove programs
then download the
Code:
 php-4.3.3-win32.zip
file (the version number may change). The reason for this is that the sell-installing php does not have support for Apache. An excellent web site if you are having problems is http://www.thesitewizard.com/archive/php4install.shtml
Register to rate this FAQ  : BAD 1 2 3 4 5 6 7 8 9 10 GOOD
Please Note: 1 is Bad, 10 is Good :-)

Part and Inventory Search

Back
Top