PDA

View Full Version : httpd not running


MichiGreat
2006-03-27, 12:07 PM CST
Hi @all!

Iīve just installed FC 5, but the httpd does not work. :-/ If I open the "Services" window, "httpd" is checked but in the window on the right side a message appears, that the service is halted. When I click the "Start" button, the "Application started" cursor appears, but nothing happens. Rebooting the system did not solve the problem.

I guessed that after installing a system it should work... I am disappointed.

May be someone can help me?

Greetings,

Michael

Sugarat
2006-03-27, 12:15 PM CST
login as root and do

service httpd start


See what it says

MichiGreat
2006-03-28, 09:20 AM CST
Then it says that there is an error in /etc/httpd/conf/httpd.conf. The wrong line is:

LoadModule access_module modules/mod_access.so

If I put a "#" in front, it claims the next one...

LoadModule auth_module modules/mod_auth.so

canīt be loaded and so on. If I put a "#" in front of every line that begins with "LoadModule", it says:

Syntax error on line 224 of /etc/httpd/conf/httpd.conf: Syntax error on line 2 of /etc/httpd/conf.d/proxy_ajp.conf: Cannot load /etc/httpd/modules/mod_proxy_ajp.so into server: /etc/httpd/modules/mod_proxy_ajp.so: undefined symbol: proxy_module

:-(

I am tired of searching. I expect a freshly installed system to work not to make endless problems. I guess that there is an general error in FC 5 setup?

Regards,

Michael

MichiGreat
2006-03-28, 09:36 AM CST
Ha... I found a helping hint:

http://forums.fedoraforum.org/showthread.php?t=101269

Now my Apache works. :-)