From 82d73f0518e86e6de19092b7220634a6e28865aa Mon Sep 17 00:00:00 2001 From: Joshua Slive Date: Sun, 24 Nov 2002 19:38:40 +0000 Subject: [PATCH] Conert programs/index to xml git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97632 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/programs/index.html.en | 59 +++++++++++++++++++ .../manual/programs/{index.html => index.xml} | 31 ++++------ 2 files changed, 72 insertions(+), 18 deletions(-) create mode 100644 docs/manual/programs/index.html.en rename docs/manual/programs/{index.html => index.xml} (67%) mode change 100755 => 100644 diff --git a/docs/manual/programs/index.html.en b/docs/manual/programs/index.html.en new file mode 100644 index 0000000000..6b0f13eb3e --- /dev/null +++ b/docs/manual/programs/index.html.en @@ -0,0 +1,59 @@ + + +Server and Supporting Programs - Apache HTTP Server
<-
Apache > HTTP Server > Documentation > Version 2.0

Server and Supporting Programs

+

This page documents all the executable programs included + with the Apache HTTP Server.

+
top

Index

+ +
+
httpd
+ +
Apache hypertext transfer protocol server
+ +
apachectl
+ +
Apache HTTP server control interface
+ +
ab
+ +
Apache HTTP server benchmarking tool
+ +
apxs
+ +
APache eXtenSion tool
+ +
dbmmanage
+ +
Create and update user authentication files in DBM format + for basic authentication
+ +
htdigest
+ +
Create and update user authentication files for digest + authentication
+ +
htpasswd
+ +
Create and update user authentication files for basic + authentication
+ +
logresolve
+ +
Resolve hostnames for IP-addresses in Apache + logfiles
+ +
rotatelogs
+ +
Rotate Apache logs without having to kill the server
+ +
suexec
+ +
Switch User For Exec
+ +
Other Programs
+
+
\ No newline at end of file diff --git a/docs/manual/programs/index.html b/docs/manual/programs/index.xml old mode 100755 new mode 100644 similarity index 67% rename from docs/manual/programs/index.html rename to docs/manual/programs/index.xml index 2cb298a7ae..2fd843ee71 --- a/docs/manual/programs/index.html +++ b/docs/manual/programs/index.xml @@ -1,22 +1,18 @@ - + + + + + + - - - - - Apache HTTP Server and Supporting Programs - - - - - - -

Server and Supporting Programs

+ Server and Supporting Programs +

This page documents all the executable programs included with the Apache HTTP Server.

+
+ +
Index
httpd
@@ -65,7 +61,6 @@
Other Programs
- - - +
+
\ No newline at end of file -- 2.50.1