Identifying Httpd error log in Fedora 16
- by Cerin
How do you find the cause of httpd errors in Fedora 16? The new systemctl command in Fedora 16 seems to horribly obscure any useful logging info.
[root@host ~]# systemctl start httpd.service
Job failed. See system logs and 'systemctl status' for details.
[root@host ~]# systemctl status httpd.service
httpd.service - The Apache HTTP Server (prefork MPM)
Loaded: loaded (/lib/systemd/system/httpd.service; enabled)
Active: failed since Thu, 21 Jun 2012 16:26:56 -0400; 1min 23s ago
Process: 2119 ExecStop=/usr/sbin/httpd $OPTIONS -k stop (code=exited, status=0/SUCCESS)
Process: 2215 ExecStart=/usr/sbin/httpd $OPTIONS -k start (code=exited, status=1/FAILURE)
Main PID: 1062 (code=exited, status=0/SUCCESS)
CGroup: name=systemd:/system/httpd.service
So the first command fails...and it tells me to run another command...which simply tells me that the command returned an error code. Where's the actual error?
Even more frustrating is nothing seems to have been written to the logs:
[root@host ~]# ls -lah /var/log/httpd/
total 8.0K
drwx------. 2 root root 4.0K Jun 21 16:19 .
drwxr-xr-x. 21 root root 4.0K Jun 20 16:33 ..
-rw-r----- 1 root root 0 Jun 21 16:19 modsec_audit.log
-rw-r----- 1 root root 0 Jun 21 16:19 modsec_debug.log