Hello,

for rotatelogs and httpd2 2.0.54 in solaris,
Under my ssl.conf,

ErrorLog "|/usr/local/apache/bin/rotatelogs /usr/local/apache/logs/error_log_443 86400"

won't work. Any access error log such as 404 won't show up in error_log_443.

I have to use
ErrorLog /usr/local/apache/logs/error_log_443

then it works.

However, I noticed that
TransferLog "|/usr/local/apache/bin/rotatelogs /usr/local/apache/logs/access_log_443 86400"
will work

anybody know why it happens this way? thanks



---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to