# # Apache httpd statement for the custom syslog access and error # log files (potentially per user) # # # For non-SSL there will be empty "x" es ErrorLog "|/usr/local/sbin/httpd_syslog_errlogger -p local6.info" CustomLog "|/usr/local/sbin/httpd_syslog_logger -p local6.info" "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" %{SSL_PROTOCOL}x %{SSL_CIPHER}x"