|
|||||||||||
|
DO NOT REPLY [Bug 11303] New: - message not logged to error_log if directory exists in place of a log file specification
From: <bugzilla(at)apache.org>
Date: Tue Jul 30 2002 - 14:00:41 EDT
message not logged to error_log if directory exists in place of a log file specification
Summary: message not logged to error_log if directory exists in
place of a log file specification
Product: Apache httpd-1.3
Version: 1.3.26
Platform: All
OS/Version: Linux
Status: NEW
Severity: Normal
Priority: Other
Component: core
AssignedTo: bugs@httpd.apache.org
ReportedBy: dduane@duane.com
I couldn't get httpd to start, and I couldn't figure out why, since all it would tell me is that httpd failed. Nothing was logged to the error_log file, even when I set LogLevel to debug. I narrowed the problem down to this: I had a directory called combined_log created where there should have been a file called combined_log. I.e, in httpd.conf, I had the following
<VirtualHost 10.0.0.11>
DocumentRoot /home/ethos CustomLog /home/ethos/logs/combined_log combined ErrorLog /home/ethos/error_log TransferLog /home/ethos/logs/access_log</VirtualHost>
and when I did an ls -l in /home/ethos/logs I got
[root@traction conf]# cd /home/ethos/logs
[root@traction logs]# ls -l
drwxr--r-- 1 ethos ethos 4096 Jul 29 20.55 combined_log/To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org For additional commands, e-mail: bugs-help@httpd.apache.org Received on Tue Jul 30 18:00:19 2002 This archive was generated by hypermail 2.1.8 : Wed Aug 23 2006 - 16:43:45 EDT |
||||||||||
|
|||||||||||