Full_Name: Joseph Costanzo
Version: 2.8.2
OS: Linux
Submission from: (NULL) (203.110.158.26)


When you use a pipe (|) in the SSLLog configuration command, there cannot be any
space between it and the pathname of the target program.

e.g. in httpd.conf:
SSLLog "|/usr/local/bin/multilog t /var/log/httpd/ssl_engine"
will work. 
SSLLog "| /usr/local/bin/multilog t /var/log/httpd/ssl_engine"
will not.

If the space is present the following appears in the error log:
> /bin/sh: /usr/local/apache/: is a directory
indicating that an empty command name is being prepended to the ServerRoot and
executed by /bin/sh.

I don't consider this to be a bug, but since a pipe followed by a space does not
affect the corresponding CustomLog configuration command in Apache 1.3.19, the
version I am currently using, there is potential for confusion.

______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to