-<?xml version='1.0' encoding='UTF-8' ?>\r
-<!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">\r
-<?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>\r
-<!-- $LastChangedRevision: 1331547 $ -->\r
-\r
-<!--\r
- Licensed to the Apache Software Foundation (ASF) under one or more\r
- contributor license agreements. See the NOTICE file distributed with\r
- this work for additional information regarding copyright ownership.\r
- The ASF licenses this file to You under the Apache License, Version 2.0\r
- (the "License"); you may not use this file except in compliance with\r
- the License. You may obtain a copy of the License at\r
-\r
- http://www.apache.org/licenses/LICENSE-2.0\r
-\r
- Unless required by applicable law or agreed to in writing, software\r
- distributed under the License is distributed on an "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
- See the License for the specific language governing permissions and\r
- limitations under the License.\r
--->\r
-\r
-<manualpage metafile="other.xml.meta">\r
-<parentdocument href="./">Programs</parentdocument>\r
-\r
-<title>log_server_status - Log periodic status summaries</title>\r
-\r
-<summary>\r
- <p>This perl script is designed to be run at a frequent interval by\r
- something like cron. It connects to the server and downloads the status\r
- information. It reformats the information to a single line and logs it to\r
- a file. Adjust the variables at the top of the script to specify the\r
- location of the resulting logfile. <module>mod_status</module> will\r
- need to be loaded and configured in order for this script to do its\r
- job.</p>\r
-</summary>\r
-\r
-<section id="configure"><title>Usage</title>\r
-\r
-<p>The script contains the following section.</p>\r
-\r
-<highlight language="perl">\r
-my $wherelog = "/usr/local/apache2/logs/"; # Logs will be like "/usr/local/apache2/logs/19960312"\r
-my $server = "localhost"; # Name of server, could be "www.foo.com"\r
-my $port = "80"; # Port on server\r
-my $request = "/server-status/?auto"; # Request to send\r
-</highlight>\r
-\r
-<p>You'll need to ensure that these variables have the correct values,\r
-and you'll need to have the <code>/server-status</code> handler\r
-configured at the location specified, and the specified log location\r
-needs to be writable by the user which will run the script.</p>\r
-\r
-<p>Run the script periodically via cron to produce a daily log file,\r
-which can then be used for statistical analysis.</p>\r
-\r
-</section>\r
-\r
-</manualpage>\r
+<?xml version='1.0' encoding='UTF-8' ?>
+<!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
+<?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
+<!-- $LastChangedRevision$ -->
+
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements. See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+
+<manualpage metafile="other.xml.meta">
+<parentdocument href="./">Programs</parentdocument>
+
+<title>log_server_status - Log periodic status summaries</title>
+
+<summary>
+ <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. <module>mod_status</module> will
+ need to be loaded and configured in order for this script to do its
+ job.</p>
+</summary>
+
+<section id="configure"><title>Usage</title>
+
+<p>The script contains the following section.</p>
+
+<highlight language="perl">
+my $wherelog = "/usr/local/apache2/logs/"; # Logs will be like "/usr/local/apache2/logs/19960312"
+my $server = "localhost"; # Name of server, could be "www.foo.com"
+my $port = "80"; # Port on server
+my $request = "/server-status/?auto"; # Request to send
+</highlight>
+
+<p>You'll need to ensure that these variables have the correct values,
+and you'll need to have the <code>/server-status</code> handler
+configured at the location specified, and the specified log location
+needs to be writable by the user which will run the script.</p>
+
+<p>Run the script periodically via cron to produce a daily log file,
+which can then be used for statistical analysis.</p>
+
+</section>
+
+</manualpage>
-<?xml version='1.0' encoding='UTF-8' ?>\r
-<!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">\r
-<?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>\r
-<!-- $LastChangedRevision: 1332685 $ -->\r
-\r
-<!--\r
- Licensed to the Apache Software Foundation (ASF) under one or more\r
- contributor license agreements. See the NOTICE file distributed with\r
- this work for additional information regarding copyright ownership.\r
- The ASF licenses this file to You under the Apache License, Version 2.0\r
- (the "License"); you may not use this file except in compliance with\r
- the License. You may obtain a copy of the License at\r
-\r
- http://www.apache.org/licenses/LICENSE-2.0\r
-\r
- Unless required by applicable law or agreed to in writing, software\r
- distributed under the License is distributed on an "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
- See the License for the specific language governing permissions and\r
- limitations under the License.\r
--->\r
-\r
-<manualpage metafile="other.xml.meta">\r
-<parentdocument href="./">Programs</parentdocument>\r
-\r
-<title>split-logfile - Split up multi-vhost logfiles</title>\r
-\r
-<summary>\r
- <p>This perl script will take a combined Web server access log file and\r
- break its contents into separate files. It assumes that the first field of\r
- each line is the virtual host identity, put there using the "<code>%v</code>"\r
- variable in <directive module="mod_log_config">LogFormat</directive>.\r
- </p>\r
-</summary>\r
-\r
-<section id="split-logfile"><title>Usage</title>\r
-\r
- <p>Create a log file with virtual host information in it:</p>\r
-\r
- <highlight language="config">\r
-LogFormat "%v %h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-agent}i\"" combined_plus_vhost\r
-CustomLog logs/access_log combined_plus_vhost\r
- </highlight>\r
-\r
- <p>Log files will be created, in the directory where you run the\r
- script, for each virtual host name that appears in the combined log file.\r
- These logfiles will named after the hostname, with a\r
- <code>.log</code> file extension.</p>\r
-\r
- <p>The combined log file is read from stdin. Records read will be appended\r
- to any existing log files.</p>\r
-\r
- <example>split-logfile < access_log</example>\r
-\r
-\r
-</section>\r
-\r
-</manualpage>\r
+<?xml version='1.0' encoding='UTF-8' ?>
+<!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
+<?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
+<!-- $LastChangedRevision$ -->
+
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements. See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+
+<manualpage metafile="other.xml.meta">
+<parentdocument href="./">Programs</parentdocument>
+
+<title>split-logfile - Split up multi-vhost logfiles</title>
+
+<summary>
+ <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 using the "<code>%v</code>"
+ variable in <directive module="mod_log_config">LogFormat</directive>.
+ </p>
+</summary>
+
+<section id="split-logfile"><title>Usage</title>
+
+ <p>Create a log file with virtual host information in it:</p>
+
+ <highlight language="config">
+LogFormat "%v %h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-agent}i\"" combined_plus_vhost
+CustomLog logs/access_log combined_plus_vhost
+ </highlight>
+
+ <p>Log files will be created, in the directory where you run the
+ script, for each virtual host name that appears in the combined log file.
+ These logfiles will named after the hostname, with a
+ <code>.log</code> file extension.</p>
+
+ <p>The combined log file is read from stdin. Records read will be appended
+ to any existing log files.</p>
+
+ <example>split-logfile < access_log</example>
+
+
+</section>
+
+</manualpage>