diff options
| author | (no author) <(no author)@unknown> | 2001-05-04 21:54:25 +0000 |
|---|---|---|
| committer | (no author) <(no author)@unknown> | 2001-05-04 21:54:25 +0000 |
| commit | ad2dd84025f628d29200b5a9a41d654be678aa6f (patch) | |
| tree | 35a838b6e9d6510a91e386728e78b4a81cb55781 /docs/manual/programs/other.html | |
| parent | f83672781de25207442ff908258219de1d103062 (diff) | |
| download | httpd-RSE.tar.gz | |
This commit was manufactured by cvs2svn to create branch 'RSE'.RSE
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/RSE@88989 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/programs/other.html')
| -rwxr-xr-x | docs/manual/programs/other.html | 48 |
1 files changed, 0 insertions, 48 deletions
diff --git a/docs/manual/programs/other.html b/docs/manual/programs/other.html deleted file mode 100755 index e80e8a2d9b..0000000000 --- a/docs/manual/programs/other.html +++ /dev/null @@ -1,48 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> -<HTML> - <HEAD> - <TITLE>Other Programs - Apache HTTP Server</TITLE> - </HEAD> - - <!-- Background white, links blue (unvisited), navy (visited), red (active) --> - <BODY - BGCOLOR="#FFFFFF" - TEXT="#000000" - LINK="#0000FF" - VLINK="#000080" - ALINK="#FF0000" - > - <!--#include virtual="header.html" --> - <H1 ALIGN="CENTER">Other Programs</H1> - -<p>The following programs are simple support programs included with -the Apache HTTP Server which do not have their own manual pages.</p> - - -<h2><a name="log_server_status">log_server_status</a></h2> - -<p>This Perl script is designed to be run at a frequent interval by something -like cron. It connects to the server and downloads the status -information. It reformats the information to a single line and logs -it to a file. Adjust the variables at the top of the script -to specify the location of the resulting logfile.</p> - -<h2><a name="split-logfile">split-logfile</a></h2> - -<p>This Perl script will take a combined Web server access -log file and break its contents into separate files. -It assumes that the first field of each line is the -virtual host identity (put there by "%v"), and that -the logfiles should be named that+".log" in the current -directory.</p> - -<p>The combined log file is read from stdin. Records read -will be appended to any existing log files.</p> - - - -</dl> - - <!--#include virtual="footer.html" --> - </BODY> -</HTML> |
