Linux – httpd does not start and has no errors

httpd does not start and has no errors… here is a solution to the problem.

httpd does not start and has no errors

httpd won’t start when I run:
Service HTTPD Start or Service HTTPD Restart

Except for the red [FAILED] bit, I didn’t receive an error.

/

var/log/httpd/error_log is empty.

/

var/log/message has the following line:

Nov 15 13:23:06 localhost kernel: audit(1384521786.787:32): avc:  denied  { name_bind } for  pid=31935 comm="httpd" src=8000 scontext=root:system_r:httpd_t:s0 tcontext=system_ u:object_r:soundd_port_t:s0 tclass=tcp_socket

Any idea why it won’t start or is there any solution?

Look at this: Apache wont start but shows no errors

Although this is the last option, I have not restarted the system.

Thanks

[root@localhost ~]# httpd -v
Server version: Apache/2.2.3
Server built:   Sep 11 2006 09:43:00

[root@localhost ~]# service httpd status
httpd is stopped

Related Problems and Solutions