home *** CD-ROM | disk | FTP | other *** search
/ PC World 2004 May / PCWorld_2004-05_cd.bin / komunikace / apache / apache_2.0.48-win32-x86-no_ssl.msi / Data.Cab / F252895_other.xml < prev    next >
Extensible Markup Language  |  2003-05-02  |  2KB  |  36 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. <manualpage metafile="other.xml.meta">
  5. <parentdocument href="./">Programs</parentdocument>
  6.  
  7. <title>Other Programs</title>
  8.  
  9. <summary>
  10.     <p>The following programs are simple support programs included with the
  11.     Apache HTTP Server which do not have their own manual pages. They are not
  12.     installed automatically. You can find them after the configuration process
  13.     in the <code>support/</code> directory.</p>
  14. </summary>
  15.  
  16. <section id="log_server_status"><title>log_server_status</title>
  17.     <p>This perl script is designed to be run at a frequent interval by
  18.     something like cron. It connects to the server and downloads the status
  19.     information. It reformats the information to a single line and logs it to
  20.     a file. Adjust the variables at the top of the script to specify the
  21.     location of the resulting logfile.</p>
  22. </section>
  23.  
  24. <section id="split-logfile"><title>split-logfile</title>
  25.     <p>This perl script will take a combined Web server access log file and
  26.     break its contents into separate files. It assumes that the first field of
  27.     each line is the virtual host identity (put there by "<code>%v</code>"), and
  28.     that the logfiles should be named that + "<code>.log</code>" in the current
  29.     directory.</p>
  30.  
  31.     <p>The combined log file is read from stdin. Records read will be appended
  32.     to any existing log files.</p>
  33. </section>
  34.  
  35. </manualpage>
  36.