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

Apache returning module related error...

Status
Not open for further replies.

jxfish2

Technical User
Jan 24, 2002
183
US
I've installed and configured Apache, numerous times, on HP-UX, SuSE and RedHat Linux systems...

I've never encountered this error before...

I cannot get Apache to start...

It keeps indicating that I have a problem with my PHP module...

I un-installed ALL modules, and reinstalled them... No luck!

I un-installed Apache, PHP, and all web-related modules... Then re-installed... No luck!

My network / ethernet card is working just fine...

I can ftp and telnet to this box...

I can go back and re-install from scratch, if necessary, but there MUST be a better way...

Any help would be much appreciated...

Joe F.
 
Sometimes this is caused by an app not being able to find the shared object libraries. Run "ldconfig -v" and see if that helps.
 
Hi,

Have you tried commenting out all the 'LoadModule' php stuff in httpd.conf ? Assuming you are using DSO (external modules - not compiled in) then that shoudl prevent apache looking for any php stuff.

Regards
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top