home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / CMCD1104.ISO / Software / Complet / Apache / apache_2.0.52-win32-x86-no_ssl.msi / Data.Cab / F278530_other.xml < prev    next >
Extensible Markup Language  |  2004-02-09  |  2KB  |  53 lines

  1. <?xml version='1.0' encoding='UTF-8' ?>
  2. <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
  3. <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
  4.  
  5. <!--
  6.  Copyright 2003-2004 The Apache Software Foundation
  7.  
  8.  Licensed under the Apache License, Version 2.0 (the "License");
  9.  you may not use this file except in compliance with the License.
  10.  You may obtain a copy of the License at
  11.  
  12.      http://www.apache.org/licenses/LICENSE-2.0
  13.  
  14.  Unless required by applicable law or agreed to in writing, software
  15.  distributed under the License is distributed on an "AS IS" BASIS,
  16.  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  17.  See the License for the specific language governing permissions and
  18.  limitations under the License.
  19. -->
  20.  
  21. <manualpage metafile="other.xml.meta">
  22. <parentdocument href="./">Programs</parentdocument>
  23.  
  24. <title>Other Programs</title>
  25.  
  26. <summary>
  27.     <p>The following programs are simple support programs included with the
  28.     Apache HTTP Server which do not have their own manual pages. They are not
  29.     installed automatically. You can find them after the configuration process
  30.     in the <code>support/</code> directory.</p>
  31. </summary>
  32.  
  33. <section id="log_server_status"><title>log_server_status</title>
  34.     <p>This perl script is designed to be run at a frequent interval by
  35.     something like cron. It connects to the server and downloads the status
  36.     information. It reformats the information to a single line and logs it to
  37.     a file. Adjust the variables at the top of the script to specify the
  38.     location of the resulting logfile.</p>
  39. </section>
  40.  
  41. <section id="split-logfile"><title>split-logfile</title>
  42.     <p>This perl script will take a combined Web server access log file and
  43.     break its contents into separate files. It assumes that the first field of
  44.     each line is the virtual host identity (put there by "<code>%v</code>"), and
  45.     that the logfiles should be named that + "<code>.log</code>" in the current
  46.     directory.</p>
  47.  
  48.     <p>The combined log file is read from stdin. Records read will be appended
  49.     to any existing log files.</p>
  50. </section>
  51.  
  52. </manualpage>
  53.