httpd wont load...

Pingu

New member
Joined
Nov 6, 2007
Messages
2
I

For some reason after doing ./build apache which did as it was suppose too, i cannot start apache service httpd start complains about modules missing so i checked /etc/httpd and found there was no modules dir

How do I fix this?

Thanks
 
For some reason after doing ./build apache which did as it was suppose too, i cannot start apache service httpd start complains about modules missing so i checked /etc/httpd and found there was no modules dir
What Apache modules are missing on your server?
 
All the modules dir is not there.

EDIT:

service httpd start
Starting httpd: httpd: Syntax error on line 148 of /etc/httpd/conf/httpd.conf: Cannot load /etc/httpd/modules/mod_auth_basic.so into server: /etc/httpd/modules/mod_auth_basic.so: cannot open shared object file: No such file or directory

and I've done ls /etc/httpd/ heres the out put

ls /etc/httpd/
conf conf.d lib man
 
Last edited:
Have you checked to make sure your httpd.conf file is the correct one for the version of apache you're using?

Jeff
 
Back
Top