I'd like to know where can I find apache's error log. According to a website that I read, it should be at /var/log/httpd/error_log But I don't have the httpd directory on /var/log
Tell me more
×
Server Fault is a question and answer site for
professional system and network administrators. It's 100% free, no registration required.
|
|
Check your httpd.conf The LogFile variable tells you where apache is writing logs. This value is often (always?) relative to the ServerRoot variable. |
|||
|
|
|
take a look at your /etc/httpd.conf file and check where you are writing your logs valter. as Raffael says it maybe that you've got them being written to odd locations. check that your httpd server actually started too! :-) |
|||
|
Chances are it's in /var/log/httpd. Do you have |
|||
|
|