Apache Reference: mod_ssl, SSLLog
SSLLog
Location in Which to Write the Dedicated SSL Engine Log File
Syntax: SSLLog A
Example: SSLLog logs/ssl_engine_log
Since: Apache 1.3
This directive sets the file of the dedicated SSL protocol engine log file. Error-type messages are also duplicated to the general Apache error log file (-> ErrorLog). This directive should appear where it cannot be used for symbolic link attacks on a real server (that is, somewhere that only the ``root'' can write). If the file name does not begin with a slash (``C>''), then it is assumed to be relative to the server root. If file begins with a bar (``
|''), then the following string is assumed to be a file path to an executable program to which a reliable pipe can be established.