|
HTTPLOGhttplog - Apache webserver logfile rollover programSYNOPSIShttplog [-z] [-u USER] [-g GROUP] [-s SYMLINK] [-b BUFFER_SIZE] LOGFILEDESCRIPTIONThis program makes Apache act similar to Microsofts' IIS webserver in its logging style (as opposed to every logfile entry in one single huge logfile). This allows you to easily maintain your webserver logfiles for statistics packages in an easily organizable manner without user intervention.USAGEIt takes one argument at the command line, the path to a logfile as a template. The template pathname can use any valid special characters permitted in strftime(3). Other optional arguments can be appended to the command line.Optional filename parsing flags that may be used alongside the strftime(3) flags are:
OPTIONS
REQUIRESYou must have Apache installed. This program has not been tested with any other webserver software.To be able to use the -z option, you must have zlib installed on your system before compiling httplog. EXAMPLESCustomLog "|/usr/local/sbin/httplog /var/log/http/%m%d%Y.log -s /var/log/http/access.log" combinedCustomLog "|/usr/local/sbin/httplog -z -u http -g users /var/log/http/%b/%m%d%Y.log" combined CustomLog "|/usr/local/sbin/httplog /var/log/http/%b/%m%d%y.log" combined CustomLog "|/usr/local/sbin/httplog /var/log/%D/referrer.log" referrer FILEShttpd.conf Apache configuration file, see httpd(8)SEE ALSOhttpd(8),AUTHOREli Sand <nutbar@innocent.com>http://nutbar.chemlab.org/
Visit the GSP FreeBSD Man Page Interface. |