From: André Malo Date: Fri, 2 May 2003 19:10:08 +0000 (+0000) Subject: new XML X-Git-Tag: pre_ajp_proxy~1747 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a621ff2b34813933125664ba0329eccd36c0369b;p=apache new XML git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99691 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/STATUS b/docs/STATUS index d3cb9a2998..30ba2a9e42 100644 --- a/docs/STATUS +++ b/docs/STATUS @@ -1,5 +1,5 @@ Apache HTTP Server 2.1 Documentation Status File. -Last modified: $Date: 2003/05/02 00:58:26 $ +Last modified: $Date: 2003/05/02 19:10:07 $ For more information on how to contribute to the Apache Documentation Project, please see http://httpd.apache.org/docs-project/ @@ -187,6 +187,3 @@ http://httpd.apache.org/docs-project/docsformat.html # play with them # nope. in order to create other formats, we need 'em as xml. --nd developer/API.html - -# converting from nroff to xml -programs/other.html diff --git a/docs/manual/programs/footer.html b/docs/manual/programs/footer.html deleted file mode 100644 index 4f899094b5..0000000000 --- a/docs/manual/programs/footer.html +++ /dev/null @@ -1,6 +0,0 @@ -
- -

Apache HTTP Server Version 2.1

- Index - Home - diff --git a/docs/manual/programs/header.html b/docs/manual/programs/header.html deleted file mode 100644 index 3c93b3dce8..0000000000 --- a/docs/manual/programs/header.html +++ /dev/null @@ -1,6 +0,0 @@ -
- [APACHE DOCUMENTATION] - -

Apache HTTP Server Version 2.1

-
- diff --git a/docs/manual/programs/index.html.en b/docs/manual/programs/index.html.en index 00ecbcf60c..9c3af97199 100644 --- a/docs/manual/programs/index.html.en +++ b/docs/manual/programs/index.html.en @@ -74,6 +74,7 @@
Switch User For Exec
Other Programs
+
Support tools with no own manual page.
diff --git a/docs/manual/programs/index.xml b/docs/manual/programs/index.xml index 087ea360ab..9068b77828 100644 --- a/docs/manual/programs/index.xml +++ b/docs/manual/programs/index.xml @@ -59,6 +59,7 @@
Switch User For Exec
Other Programs
+
Support tools with no own manual page.
diff --git a/docs/manual/programs/other.html b/docs/manual/programs/other.html deleted file mode 100755 index f440f7e605..0000000000 --- a/docs/manual/programs/other.html +++ /dev/null @@ -1,58 +0,0 @@ - - - - - - - Other Programs - Apache HTTP Server - - - - -
- [APACHE DOCUMENTATION] - -

Apache HTTP Server Version 2.1

-
- - - -

Other Programs

- -

The following programs are simple support programs included - with the Apache HTTP Server which do not have their own manual - pages.

- -

log_server_status

- -

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.

- -

split-logfile

- -

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.

- -

The combined log file is read from stdin. Records read will - be appended to any existing log files.

-
- -

Apache HTTP Server Version 2.1

- Index - Home - - - - - diff --git a/docs/manual/programs/other.html.en b/docs/manual/programs/other.html.en new file mode 100644 index 0000000000..e0a49ba821 --- /dev/null +++ b/docs/manual/programs/other.html.en @@ -0,0 +1,57 @@ + + + +Other Programs - Apache HTTP Server + + + + + +
<-
+

Other Programs

+
+

Available Languages:  en 

+
+ +

The following programs are simple support programs included with the + Apache HTTP Server which do not have their own manual pages. They are not + installed automatically. You can find them after the configuration process + in the support/ directory.

+
+ +
top
+
+

log_server_status

+

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.

+
top
+
+

split-logfile

+

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.

+ +

The combined log file is read from stdin. Records read will be appended + to any existing log files.

+
+
+

Available Languages:  en 

+
+ \ No newline at end of file diff --git a/docs/manual/programs/other.xml b/docs/manual/programs/other.xml new file mode 100644 index 0000000000..516f3f93d2 --- /dev/null +++ b/docs/manual/programs/other.xml @@ -0,0 +1,35 @@ + + + + +Programs + +Other Programs + + +

The following programs are simple support programs included with the + Apache HTTP Server which do not have their own manual pages. They are not + installed automatically. You can find them after the configuration process + in the support/ directory.

+
+ +
log_server_status +

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.

+
+ +
split-logfile +

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.

+ +

The combined log file is read from stdin. Records read will be appended + to any existing log files.

+
+ +
diff --git a/docs/manual/programs/other.xml.meta b/docs/manual/programs/other.xml.meta new file mode 100644 index 0000000000..d27da1c633 --- /dev/null +++ b/docs/manual/programs/other.xml.meta @@ -0,0 +1,11 @@ + + + + other + /programs/ + .. + + + en + + diff --git a/docs/manual/style/chm/hhc.xsl b/docs/manual/style/chm/hhc.xsl index d7c7bce260..980df7861c 100644 --- a/docs/manual/style/chm/hhc.xsl +++ b/docs/manual/style/chm/hhc.xsl @@ -84,7 +84,6 @@ developer/API.xml - programs/other.xml