--- httpd.conf.orig 2008-04-13 15:39:04.000000000 -0500 +++ httpd.conf 2008-04-14 17:13:15.000000000 -0500 @@ -520,7 +520,7 @@ # logged here. If you *do* define an error logfile for a # container, that host's errors will be logged there and not here. # -ErrorLog /var/log/vmware-mui/error_log +ErrorLog "|/usr/local/bin/httplog -z -s /var/log/vmware-mui/error_log /var/log/vmware-mui/%Y%U-error_log" # # LogLevel: Control the number of messages logged to the error_log. @@ -545,7 +545,7 @@ # define per- access logfiles, transactions will be # logged therein and *not* in this file. # -CustomLog /var/log/vmware-mui/access_log common +CustomLog "|/usr/local/bin/httplog -z -s /var/log/vmware-mui/access_log /var/log/vmware-mui/%Y%U-access_log" common # # If you would like to have agent and referer logfiles, uncomment the @@ -1075,7 +1075,7 @@ # a real server (i.e. somewhere where only root can write). # Log levels are (ascending order: higher ones include lower ones): # none, error, warn, info, trace, debug. -SSLLog /var/log/vmware-mui/ssl_engine_log +SSLLog "|/usr/local/bin/httplog -z -s /var/log/vmware-mui/ssl_engine_log /var/log/vmware-mui/%Y%U-ssl_engine_log" SSLLogLevel info @@ -1137,8 +1137,8 @@ # General setup for the virtual host ServerAdmin root@localhost -ErrorLog /var/log/vmware-mui/error_log -TransferLog /var/log/vmware-mui/access_log +ErrorLog "|/usr/local/bin/httplog -z -s /var/log/vmware-mui/error_log /var/log/vmware-mui/%Y%U-error_log" +TransferLog "|/usr/local/bin/httplog -z -s /var/log/vmware-mui/access_log /var/log/vmware-mui/%Y%U-access_log" # SSL Engine Switch: # Enable/Disable SSL for this virtual host. @@ -1290,7 +1290,7 @@ # Per-Server Logging: # The home of a custom SSL log file. Use this when you want a # compact non-error SSL logfile on a virtual host basis. -CustomLog /var/log/vmware-mui/ssl_request_log \ +CustomLog "|/usr/local/bin/httplog -z -s /var/log/vmware-mui/ssl_request_log /var/log/vmware-mui/%Y%U-ssl_request_log" \ "%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b"