![]() |
![]()
| ![]() |
![]()
HTTPLOGhttplog - Apache webserver logfile rollover program SYNOPSIShttplog [-z] [-u USER] [-g GROUP] [-s SYMLINK] [-b BUFFER_SIZE] LOGFILE DESCRIPTIONThis 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.
EXAMPLESCustomLog "|/usr/local/sbin/httplog /var/log/http/%m%d%Y.log
-s /var/log/http/access.log" combined
FILEShttpd.conf Apache configuration file, see httpd(8) SEE ALSOhttpd(8), AUTHOREli Sand <nutbar@innocent.com>
|