I have just upgraded my FC15 to FC16. Apache was running OK under the old version, but will not start now.
Code:
[root@cardraeh ~]# systemctl start httpd.service
Job failed. See system logs and 'systemctl status' for details.
"grep httpd messages" returns:
Code:
Jun 23 18:16:09 cardraeh systemd[1]: PID file /var/run/httpd/httpd.pid not readable (yet?) after start.
Jun 23 18:16:48 cardraeh systemd[1]: httpd.service operation timed out. Terminating.
Jun 23 18:16:48 cardraeh systemd[1]: Unit httpd.service entered failed state.
/var/run/httpd/ has these permissions:
Code:
[root@cardraeh log]# ls -ld /var/run/httpd
drwx--x---. 2 root apache 40 Jun 23 18:15 /var/run/httpd
I'm not sure where to start with this problem. Does /var/run/httpd have to be owned by apache, instead of root, maybe? Is there another log that would contain more info?
Any ideas would be welcome.