summaryrefslogtreecommitdiff
path: root/docs/manual/programs/other.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/manual/programs/other.html')
-rwxr-xr-xdocs/manual/programs/other.html48
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>