]> granicus.if.org Git - apache/commitdiff
Bring the HTML man pages up to speed with the nroff ones and
authorJoshua Slive <slive@apache.org>
Sat, 27 Jan 2001 23:16:22 +0000 (23:16 +0000)
committerJoshua Slive <slive@apache.org>
Sat, 27 Jan 2001 23:16:22 +0000 (23:16 +0000)
change the format slightly.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87875 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/programs/ab.html
docs/manual/programs/apachectl.html
docs/manual/programs/apxs.html
docs/manual/programs/dbmmanage.html
docs/manual/programs/htdigest.html
docs/manual/programs/htpasswd.html
docs/manual/programs/httpd.html
docs/manual/programs/logresolve.html
docs/manual/programs/rotatelogs.html
docs/manual/programs/suexec.html

index 5cc22202d01260fce8591b7b1177f42c9e4b8c5b..eda63058922d3d0b44ed643e35c99a8d8d6133c9 100644 (file)
@@ -1,8 +1,10 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
-<HTML><HEAD><TITLE>Manual Page: ab  - Apache HTTP Server</TITLE></HEAD>
-<BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#0000FF"
-VLINK="#000080" ALINK="#FF0000">
+<html>
+<head><title>Manual Page: ab  - Apache HTTP Server</title></head>
+<body bgcolor="#ffffff" text="#000000" link="#0000ff"
+vlink="#000080" alink="#ff0000">
 <!--#include virtual="header.html" -->
+<h1 align="center">Manual Page: ab</h1>
 <!-- This document was autogenerated from the man page -->
 <pre>
 <strong>NAME</strong>
@@ -10,11 +12,11 @@ VLINK="#000080" ALINK="#FF0000">
 
 <strong>SYNOPSIS</strong>
      <strong>ab </strong>[ -<strong>k </strong>] [ -<strong>n </strong><em>requests </em>] [ -<strong>t </strong><em>timelimit </em>] [ -<strong>c  </strong><em>concurrency</em>
-     ]  [  -<strong>p </strong><em>POST file </em>] [ -<strong>A </strong><em>Authenticate username</em>:<em>password </em>] [
-     -<strong>P </strong><em>Proxy Authenticate username</em>:<em>password </em>] [ -<strong>H </strong><em>Custom header</em>
-     ]  [ -<strong>C </strong><em>Cookie name</em>=<em>value </em>] [ -<strong>T </strong><em>content</em>-<em>type </em>] [ -<strong>v </strong><em>verbos-</em>
-     <em>ity </em>] ] [ -<strong>w </strong><em>output HTML </em>] ] [ -<strong>x </strong>&lt;<em>table</em>&gt; <em>attributes </em>]  ]  [
-     -<strong>y   </strong>&lt;<em>tr</em>&gt;   <em>attributes   </em>]   ]   [   -<strong>z  </strong>&lt;<em>td</em>&gt;  <em>attributes  </em>]
+     ] [ -<strong>p </strong><em>POST file </em>] [ -<strong>A </strong><em>Authentication username</em>:<em>password </em>] [
+     -<strong>P </strong><em>Proxy Authentication  username</em>:<em>password  </em>]  [  -<strong>H  </strong><em>Custom</em>
+     <em>header  </em>]  [ -<strong>C </strong><em>Cookie name</em>=<em>value </em>] [ -<strong>T </strong><em>content</em>-<em>type </em>] [ -<strong>v</strong>
+     <em>verbosity </em>] ] [ -<strong>w </strong><em>output HTML </em>] ] [ -<strong>x </strong>&lt;<em>table</em>&gt; <em>attributes </em>]
+     ]  [  -<strong>y  </strong>&lt;<em>tr</em>&gt;  <em>attributes  </em>]  ]  [  -<strong>z  </strong>&lt;<em>td</em>&gt;  <em>attributes  </em>]
      [<em>http</em>://]<em>hostname</em>[:<em>port</em>]/<em>path</em>
 
      <strong>ab </strong>[ -<strong>V </strong>] [ -<strong>h </strong>]
@@ -22,48 +24,49 @@ VLINK="#000080" ALINK="#FF0000">
 <strong>DESCRIPTION</strong>
      <strong>ab </strong>is a tool for benchmarking your Apache HyperText Transfer
      Protocol  (HTTP)  server.  It  is  designed  to  give you an
-     impression on how performant is your current Apache  instal-
-     lation.   This  especially  shows  you how much requests per
-     time your Apache installation is capable to serve.
+     impression of how your current Apache installation performs.
+     This  especially shows you how many requests per second your
+     Apache installation is capable of serving.
 
 <strong>OPTIONS</strong>
-     -<strong>k          </strong>Enable the HTTP KeepAlive feature, i.e.  perform
-                 multiple   requests   within  one  HTTP  session
-                 instead. Default is no KeepAlive.
+     -<strong>k          </strong>Enable the HTTP KeepAlive feature, i.e., perform
+                 multiple   requests  within  one  HTTP  session.
+                 Default is no KeepAlive.
 
      -<strong>n </strong><em>requests </em>Number of requests to perform for the benchmark-
-                 ing session.  The default is to just perform one
-                 single request which usually leads to  not  very
+                 ing  session.   The default is to just perform a
+                 single  request  which  usually  leads  to  non-
                  representative benchmarking results.
 
      -<strong>t </strong><em>timelimit</em>
-                 Seconds to max.  spend  for  benchmarking.  This
-                 implies  a  -<strong>n  50000  </strong>internally.  Use  this to
-                 benchmark the server within a fixed total amount
-                 of time.  Per default there is no timelimit.
+                 Maximum number of seconds to  spend  for  bench-
+                 marking. This implies a -<strong>n 50000 </strong>internally. Use
+                 this to benchmark  the  server  within  a  fixed
+                 total  amount  of time.  Per default there is no
+                 timelimit.
 
      -<strong>c </strong><em>concurrency</em>
-                 Number of multiple requests per time to perform.
-                 Default is one request per time.
+                 Number of multiple  requests  to  perform  at  a
+                 time. Default is one request at a time.
 
      -<strong>p </strong><em>POST file</em>
                  File containing data to POST.
 
-     -<strong>A </strong><em>Authorization username</em>:<em>password</em>
-                 Supply BASIC Authentification credentials to the
+     -<strong>A </strong><em>Authentication username</em>:<em>password</em>
+                 Supply BASIC Authentication credentials  to  the
                  server.  The username and password are separated
-                 by a single ':' and send on the wire  uuencoded.
-                 The  string  is  send  regardless  of wether the
-                 server  needs  it;  (i.e.  has  send   an   401.
-                 Authentifcation needed).
+                 by a single ':' and sent on the wire  uuencoded.
+                 The  string  is  sent  regardless of whether the
+                 server needs it; (i.e., has sent an 401  authen-
+                 tication needed).
 
-     -<strong>p </strong><em>Proxy</em>-<em>Authorization username</em>:<em>password</em>
-                 Supply BASIC Authentification credentials  to  a
+     -<strong>p </strong><em>Proxy</em>-<em>Authentication username</em>:<em>password</em>
+                 Supply BASIC  Authentication  credentials  to  a
                  proxy  en-route.  The  username and password are
-                 separated by a single ':' and send on  the  wire
-                 uuencoded.   The  string  is  send regardless of
-                 wether the proxy needs it; (i.e. has send an 407
-                 Proxy authentifcation needed).
+                 separated by a single ':' and sent on  the  wire
+                 uuencoded.   The  string  is  sent regardless of
+                 whether the proxy needs it; (i.e., has  sent  an
+                 407 proxy authentication needed).
 
      -<strong>C </strong><em>Cookie name</em>=<em>value</em>
                  Add a 'Cookie:' line to the request.  The  argu-
@@ -71,10 +74,10 @@ VLINK="#000080" ALINK="#FF0000">
                  pair. This field is repeatable.
 
      -<strong>p </strong><em>Header string</em>
-                 Postfix extra headers to the request. The  argu-
+                 Append extra headers to the request.  The  argu-
                  ment  is typically in the form of a valid header
-                 line; containing a colon separated  field  value
-                 pair. (i.e.
+                 line, containing a  colon-separated  field-value
+                 pair.  (i.e., 'Accept-Encoding: zip/zop;8bit').
 
      -<strong>T </strong><em>content</em>-<em>type</em>
                  Content-type header to use for POST data.
@@ -105,12 +108,12 @@ VLINK="#000080" ALINK="#FF0000">
      There are  various  statically  declared  buffers  of  fixed
      length.  Combined  with the lazy parsing of the command line
      arguments, the response headers from the  server  and  other
-     external inputs this might bite you.
+     external inputs, this might bite you.
 
      It does not implement  HTTP/1.x  fully;  only  accepts  some
      'expected'  forms  of  responses.  The  rather  heavy use of
      <strong>strstr(3) </strong>shows up top in profile, which  might  indicate  a
-     performance  problem;  i.e. you would measure the <strong>ab </strong>perfor-
+     performance  problem; i.e., you would measure the <strong>ab </strong>perfor-
      mance rather than the server's.
 
 <strong>SEE ALSO</strong>
@@ -118,4 +121,4 @@ VLINK="#000080" ALINK="#FF0000">
 
 </pre>
 <!--#include virtual="footer.html" -->
-</BODY></HTML>
+</body></html>
index b16a717961e1e72899144f31cfb687ad70b366d6..15f6b7433a3ae7285e061f993653dc8d8c429304 100644 (file)
@@ -1,8 +1,10 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
-<HTML><HEAD><TITLE>Manual Page: apachectl  - Apache HTTP Server</TITLE></HEAD>
-<BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#0000FF"
-VLINK="#000080" ALINK="#FF0000">
+<html>
+<head><title>Manual Page: apachectl  - Apache HTTP Server</title></head>
+<body bgcolor="#ffffff" text="#000000" link="#0000ff"
+vlink="#000080" alink="#ff0000">
 <!--#include virtual="header.html" -->
+<h1 align="center">Manual Page: apachectl</h1>
 <!-- This document was autogenerated from the man page -->
 <pre>
 <strong>NAME</strong>
@@ -26,7 +28,7 @@ VLINK="#000080" ALINK="#FF0000">
      in the script.
 
      Full   documentation   for   Apache    is    available    at
-     <strong>http://www.apache.org/</strong>
+     <strong>http://httpd.apache.org/</strong>
 
 <strong>OPTIONS</strong>
      The <em>command </em>can be any one or more of the following options:
@@ -55,7 +57,7 @@ VLINK="#000080" ALINK="#FF0000">
                  requests currently being served is omitted.
 
      <strong>graceful    </strong>Gracefully restarts the Apache daemon by sending
-                 it  a SIGUSR1.  If the daemon is not running, it
+                 it a SIGWINCH.  If the daemon is not running, it
                  is started.  This differs from a normal  restart
                  in  that  currently  open  connections  are  not
                  aborted.  A side effect is that  old  log  files
@@ -79,4 +81,4 @@ VLINK="#000080" ALINK="#FF0000">
 
 </pre>
 <!--#include virtual="footer.html" -->
-</BODY></HTML>
+</body></html>
index 14ff1965c93ae78b89297ad2098ab830592a82a6..38418cac70a66733f1a23ebe921029081e56e82f 100644 (file)
@@ -1,8 +1,10 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
-<HTML><HEAD><TITLE>Manual Page: apxs  - Apache HTTP Server</TITLE></HEAD>
-<BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#0000FF"
-VLINK="#000080" ALINK="#FF0000">
+<html>
+<head><title>Manual Page: apxs  - Apache HTTP Server</title></head>
+<body bgcolor="#ffffff" text="#000000" link="#0000ff"
+vlink="#000080" alink="#ff0000">
 <!--#include virtual="header.html" -->
+<h1 align="center">Manual Page: apxs</h1>
 <!-- This document was autogenerated from the man page -->
 <pre>
 <strong>NAME</strong>
@@ -47,8 +49,8 @@ VLINK="#000080" ALINK="#FF0000">
        $ apxs -i -a -c mod_foo.c
        gcc -fpic -DSHARED_MODULE -I/path/to/apache/include -c mod_foo.c
        ld -Bshareable -o mod_foo.so mod_foo.o
-       cp mod_foo.so /path/to/apache/libexec/mod_foo.so
-       chmod 755 /path/to/apache/libexec/mod_foo.so
+       cp mod_foo.so /path/to/apache/modules/mod_foo.so
+       chmod 755 /path/to/apache/modules/mod_foo.so
        [activating module `foo' in /path/to/apache/etc/httpd.conf]
        $ apachectl restart
        /path/to/apache/sbin/apachectl restart: httpd not running, trying to start
@@ -58,11 +60,11 @@ VLINK="#000080" ALINK="#FF0000">
 
      The arguments <em>files </em>can be any C source file (.c), a  object
      file  (.o)  or  even  a  library archive (.a). The <strong>apxs </strong>tool
-     automatically recognizes these extensions and  automtaically
+     automatically recognizes these extensions and  automatically
      used the C source files for compilation while just using the
      object and archive files for the  linking  phase.  But  when
      using  such pre-compiled objects make sure they are compiled
-     for position independend code (PIC) to be able to  use  them
+     for position independent code (PIC) to be able to  use  them
      for  a  dynamically loaded shared object.  For instance with
      GCC you always just have to use <strong>-fpic</strong>.   For  other  C  com-
      pilers  consult  its  manual  page or at watch for the flags
@@ -166,7 +168,7 @@ VLINK="#000080" ALINK="#FF0000">
 
      -<strong>i          </strong>This indicates the  installation  operation  and
                  installs  one or more dynamically shared objects
-                 into the server's <em>libexec </em>directory.
+                 into the server's <em>modules </em>directory.
 
      -<strong>a          </strong>This  activates  the  module  by   automatically
                  adding   a   corresponding  <strong>LoadModule  </strong>line  to
@@ -199,22 +201,22 @@ VLINK="#000080" ALINK="#FF0000">
      Then you have to update the Apache configuration  by  making
      sure  a  <strong>LoadModule </strong>directive is present to load this shared
      object. To simplify this step <strong>apxs </strong>provides an automatic way
-     to  install the shared object in its "libexec" directory and
+     to  install the shared object in its "modules" directory and
      updating  the  <strong>httpd.conf  </strong>file  accordingly.  This  can  be
      achieved by running:
 
        $ apxs -i -a mod_foo.c
-       cp mod_foo.so /path/to/apache/libexec/mod_foo.so
-       chmod 755 /path/to/apache/libexec/mod_foo.so
+       cp mod_foo.so /path/to/apache/modules/mod_foo.so
+       chmod 755 /path/to/apache/modules/mod_foo.so
        [activating module `foo' in /path/to/apache/etc/httpd.conf]
        $ _
 
      This way a line named
 
-       LoadModule foo_module libexec/mod_foo.so
+       LoadModule foo_module modules/mod_foo.so
 
      is added to the configuration file if still not present.  If
-     you  want  to have this this disabled per default use the -<strong>A</strong>
+     you  want  to  have  this  disabled  per  default use the -<strong>A</strong>
      option, i.e.
 
        $ apxs -i -A mod_foo.c
@@ -238,8 +240,8 @@ VLINK="#000080" ALINK="#FF0000">
        gcc -fpic -DSHARED_MODULE -I/path/to/apache/include -c mod_foo.c
        ld -Bshareable -o mod_foo.so mod_foo.o
        apxs -i -a -n "foo" mod_foo.so
-       cp mod_foo.so /path/to/apache/libexec/mod_foo.so
-       chmod 755 /path/to/apache/libexec/mod_foo.so
+       cp mod_foo.so /path/to/apache/modules/mod_foo.so
+       chmod 755 /path/to/apache/modules/mod_foo.so
        [activating module `foo' in /path/to/apache/etc/httpd.conf]
        apachectl restart
        /path/to/apache/sbin/apachectl restart: httpd not running, trying to start
@@ -266,4 +268,4 @@ VLINK="#000080" ALINK="#FF0000">
 
 </pre>
 <!--#include virtual="footer.html" -->
-</BODY></HTML>
+</body></html>
index da860698f53880d3c93e5bc3583d7bb4e332a728..45ec0672d4bbaa61ac24918f7ce17e7257d65ef9 100644 (file)
@@ -1,8 +1,10 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
-<HTML><HEAD><TITLE>Manual Page: dbmmanage  - Apache HTTP Server</TITLE></HEAD>
-<BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#0000FF"
-VLINK="#000080" ALINK="#FF0000">
+<html>
+<head><title>Manual Page: dbmmanage  - Apache HTTP Server</title></head>
+<body bgcolor="#ffffff" text="#000000" link="#0000ff"
+vlink="#000080" alink="#ff0000">
 <!--#include virtual="header.html" -->
+<h1 align="center">Manual Page: dbmmanage</h1>
 <!-- This document was autogenerated from the man page -->
 <pre>
 <strong>NAME</strong>
@@ -62,7 +64,7 @@ VLINK="#000080" ALINK="#FF0000">
 
 <strong>BUGS</strong>
      One should be aware that there are a number of different DBM
-     file   formats   in  existance,  and  with  all  likelihood,
+     file   formats   in  existence,  and  with  all  likelihood,
      libraries for more than one format may exist on your system.
      The three primary examples are NDBM, the GNU project's GDBM,
      and Berkeley DB 2.  Unfortunately, all these  libraries  use
@@ -100,4 +102,4 @@ VLINK="#000080" ALINK="#FF0000">
 
 </pre>
 <!--#include virtual="footer.html" -->
-</BODY></HTML>
+</body></html>
index 1891e0d066b85e2884b2c636e8ac5f84213a126e..c4c00f813ec4ea8bc3d2ac9466757f523eaa746a 100644 (file)
@@ -1,8 +1,10 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
-<HTML><HEAD><TITLE>Manual Page: htdigest  - Apache HTTP Server</TITLE></HEAD>
-<BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#0000FF"
-VLINK="#000080" ALINK="#FF0000">
+<html>
+<head><title>Manual Page: htdigest  - Apache HTTP Server</title></head>
+<body bgcolor="#ffffff" text="#000000" link="#0000ff"
+vlink="#000080" alink="#ff0000">
 <!--#include virtual="header.html" -->
+<h1 align="center">Manual Page: htdigest</h1>
 <!-- This document was autogenerated from the man page -->
 <pre>
 <strong>NAME</strong>
@@ -47,4 +49,4 @@ VLINK="#000080" ALINK="#FF0000">
 
 </pre>
 <!--#include virtual="footer.html" -->
-</BODY></HTML>
+</body></html>
index 6c95b6d77ea57b7ee19d78ab721c99d30007e488..9088b8495f33971ffaf03b9f9fdfb1d8c4544588 100644 (file)
@@ -1,8 +1,10 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
-<HTML><HEAD><TITLE>Manual Page: htpasswd  - Apache HTTP Server</TITLE></HEAD>
-<BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#0000FF"
-VLINK="#000080" ALINK="#FF0000">
+<html>
+<head><title>Manual Page: htpasswd  - Apache HTTP Server</title></head>
+<body bgcolor="#ffffff" text="#000000" link="#0000ff"
+vlink="#000080" alink="#ff0000">
 <!--#include virtual="header.html" -->
+<h1 align="center">Manual Page: htpasswd</h1>
 <!-- This document was autogenerated from the man page -->
 <pre>
 <strong>NAME</strong>
@@ -69,12 +71,12 @@ VLINK="#000080" ALINK="#FF0000">
           ported by <strong>htpasswd </strong>on all platforms,  it  is  not  sup-
           ported by the <strong>httpd </strong>server on Windows and TPF.
 
-     -s   Use SHA encryption for passwords. Faciliates  migration
+     -s   Use SHA encryption for passwords. Facilitates migration
           from/to  Netscape  servers  using  the  LDAP  Directory
           Interchange Format (ldif).
 
      -p   Use plaintext passwords. Though <strong>htpasswd  </strong>will  support
-          creation  on  all platofrms, the <strong>httpd </strong>deamon will only
+          creation  on  all platforms, the <strong>httpd </strong>daemon will only
           accept plain text passwords on Windows and TPF.
 
      <em>passwdfile</em>
@@ -155,4 +157,4 @@ VLINK="#000080" ALINK="#FF0000">
 
 </pre>
 <!--#include virtual="footer.html" -->
-</BODY></HTML>
+</body></html>
index ff5a16f46235859ce23f5dbdae8111eaf5e20125..c69a53f2d49fb818668bb015943aedc828e70e89 100644 (file)
@@ -1,19 +1,20 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
-<HTML><HEAD><TITLE>Manual Page: httpd  - Apache HTTP Server</TITLE></HEAD>
-<BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#0000FF"
-VLINK="#000080" ALINK="#FF0000">
+<html>
+<head><title>Manual Page: httpd  - Apache HTTP Server</title></head>
+<body bgcolor="#ffffff" text="#000000" link="#0000ff"
+vlink="#000080" alink="#ff0000">
 <!--#include virtual="header.html" -->
+<h1 align="center">Manual Page: httpd</h1>
 <!-- This document was autogenerated from the man page -->
 <pre>
 <strong>NAME</strong>
      httpd - Apache hypertext transfer protocol server
 
 <strong>SYNOPSIS</strong>
-     <strong>httpd </strong>[ -<strong>X </strong>] [ -<strong>R </strong><em>libexecdir </em>] [ -<strong>d </strong><em>serverroot </em>] [ -<strong>f </strong><em>config</em>
-     ] [ -<strong>C </strong><em>directive </em>] [ -<strong>c </strong><em>directive </em>] [ -<strong>D </strong><em>parameter </em>]
+     <strong>httpd </strong>[ -<strong>R </strong><em>libexecdir </em>] [ -<strong>d </strong><em>serverroot </em>] [ -<strong>f </strong><em>config </em>] [ -<strong>C</strong>
+     <em>directive </em>] [ -<strong>c </strong><em>directive </em>] [ -<strong>D </strong><em>parameter </em>]
 
-     <strong>httpd </strong>[ -<strong>h </strong>] [ -<strong>l </strong>] [ -<strong>L </strong>] [ -<strong>v </strong>] [ -<strong>V </strong>] [ -<strong>S </strong>] [ -<strong>t </strong>] [  -<strong>T</strong>
-     ]
+     <strong>httpd </strong>[ -<strong>h </strong>] [ -<strong>l </strong>] [ -<strong>L </strong>] [ -<strong>v </strong>] [ -<strong>V </strong>] [ -<strong>t </strong>] [ -<strong>T </strong>]
 
 <strong>DESCRIPTION</strong>
      <strong>httpd </strong>is  the  Apache  HyperText  Transfer  Protocol  (HTTP)
@@ -22,14 +23,12 @@ VLINK="#000080" ALINK="#FF0000">
      child  processes to handle requests. To stop it, send a TERM
      signal to the initial (parent) process. The PID of this pro-
      cess  is  written  to  a  file as given in the configuration
-     file.  Alternatively <strong>httpd </strong>may be invoked  by  the  Internet
-     daemon  inetd(8)  each time a connection to the HTTP service
-     is made.
+     file.
 
      This manual page only lists the command line arguments.  For
      details  of  the directives necessary to configure <strong>httpd </strong>see
      the Apache manual, which is part of the Apache  distribution
-     or  can  be  found  at http://www.apache.org/. Paths in this
+     or  can  be found at http://httpd.apache.org/. Paths in this
      manual may not reflect those compiled into <strong>httpd.</strong>
 
 <strong>OPTIONS</strong>
@@ -58,8 +57,8 @@ VLINK="#000080" ALINK="#FF0000">
                  ing config files.
 
      -<strong>c </strong><em>directive</em>
-                 Process the configuration <em>directive </em>after  read-
-                 ing config files.
+                 Process  the   configuration   <em>directive   </em>after
+                 reading config files.
 
      -<strong>D </strong><em>parameter</em>
                  Sets a configuration <em>parameter </em>which can be used
@@ -84,16 +83,13 @@ VLINK="#000080" ALINK="#FF0000">
                  The program immediately exits after these syntax
                  parsing with either a return code of  0  (Syntax
                  OK)  or  return  code  not  equal  to  0 (Syntax
-                 Error).
+                 Error).  If -<strong>D </strong><em>DUMP</em>_<em>VHOSTS </em>is also set,  details
+                 of   the  virtual  host  configuration  will  be
+                 printed.
 
      -<strong>T          </strong>Same as option -<strong>t </strong>but does not check the config-
                  ured document roots.
 
-     -<strong>X          </strong>Run in single-process mode, for internal  debug-
-                 ging  purposes  only; the daemon does not detach
-                 from the terminal or fork any children.  Do  NOT
-                 use this mode to provide ordinary web service.
-
      -<strong>v          </strong>Print the version of <strong>httpd </strong>, and then exit.
 
      -<strong>V          </strong>Print the version and build parameters of  <strong>httpd</strong>
@@ -101,17 +97,12 @@ VLINK="#000080" ALINK="#FF0000">
 
 <strong>FILES</strong>
      <strong>/usr/local/apache/conf/httpd.conf</strong>
-     <strong>/usr/local/apache/conf/srm.conf</strong>
-     <strong>/usr/local/apache/conf/access.conf</strong>
      <strong>/usr/local/apache/conf/mime.types</strong>
      <strong>/usr/local/apache/conf/magic</strong>
      <strong>/usr/local/apache/logs/error_log</strong>
      <strong>/usr/local/apache/logs/access_log</strong>
      <strong>/usr/local/apache/logs/httpd.pid</strong>
 
-<strong>SEE ALSO</strong>
-     <strong>inetd</strong>(8).
-
 </pre>
 <!--#include virtual="footer.html" -->
-</BODY></HTML>
+</body></html>
index 32efc42934c234d6fd0716b5468d641052d8e5a6..1c5b1bd67e64e6919463c6714e6cb692c4ff90cf 100644 (file)
@@ -1,13 +1,14 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
-<HTML><HEAD><TITLE>Manual Page: logresolve  - Apache HTTP Server</TITLE></HEAD>
-<BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#0000FF"
-VLINK="#000080" ALINK="#FF0000">
+<html>
+<head><title>Manual Page: logresolve  - Apache HTTP Server</title></head>
+<body bgcolor="#ffffff" text="#000000" link="#0000ff"
+vlink="#000080" alink="#ff0000">
 <!--#include virtual="header.html" -->
+<h1 align="center">Manual Page: logresolve</h1>
 <!-- This document was autogenerated from the man page -->
 <pre>
-
 <strong>NAME</strong>
-     logresolve - resolve hostnames  for  IP-adresses  in  Apache
+     logresolve - resolve hostnames for  IP-addresses  in  Apache
      logfiles
 
 <strong>SYNOPSIS</strong>
@@ -16,10 +17,10 @@ VLINK="#000080" ALINK="#FF0000">
 
 <strong>DESCRIPTION</strong>
      <strong>logresolve </strong>is  a  post-processing  program  to  resolve  IP-
-     adresses in Apache's access logfiles.  To minimize impact on
-     your nameserver, logresolve has its very own internal  hash-
-     table  cache.  This  means  that each IP number will only be
-     looked up the first time it is found in the log file.
+     addresses  in  Apache's access logfiles.  To minimize impact
+     on your nameserver, logresolve has  its  very  own  internal
+     hash-table  cache.  This means that each IP number will only
+     be looked up the first time it is found in the log file.
 
 <strong>OPTIONS</strong>
      -<strong>s </strong><em>filename </em>Specifies a filename to record statistics.
@@ -35,4 +36,4 @@ VLINK="#000080" ALINK="#FF0000">
 
 </pre>
 <!--#include virtual="footer.html" -->
-</BODY></HTML>
+</body></html>
index 70d2295110bf339247d72178ac28f0d067d05f9d..60f6a71f98491697b85c44c67a0ef010cdbdf259 100644 (file)
@@ -1,11 +1,12 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
-<HTML><HEAD><TITLE>Manual Page: rotatelogs  - Apache HTTP Server</TITLE></HEAD>
-<BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#0000FF"
-VLINK="#000080" ALINK="#FF0000">
+<html>
+<head><title>Manual Page: rotatelogs  - Apache HTTP Server</title></head>
+<body bgcolor="#ffffff" text="#000000" link="#0000ff"
+vlink="#000080" alink="#ff0000">
 <!--#include virtual="header.html" -->
+<h1 align="center">Manual Page: rotatelogs</h1>
 <!-- This document was autogenerated from the man page -->
 <pre>
-
 <strong>NAME</strong>
      rotatelogs - rotate Apache logs without having to  kill  the
      server
@@ -39,4 +40,4 @@ VLINK="#000080" ALINK="#FF0000">
 
 </pre>
 <!--#include virtual="footer.html" -->
-</BODY></HTML>
+</body></html>
index f9f9b76a63153c3a0d5399b7778fd9314851e3f4..cad00ed48d2da08009a39af5034b3512caf931bd 100644 (file)
@@ -1,11 +1,12 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
-<HTML><HEAD><TITLE>Manual Page: suexec  - Apache HTTP Server</TITLE></HEAD>
-<BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#0000FF"
-VLINK="#000080" ALINK="#FF0000">
+<html>
+<head><title>Manual Page: suexec  - Apache HTTP Server</title></head>
+<body bgcolor="#ffffff" text="#000000" link="#0000ff"
+vlink="#000080" alink="#ff0000">
 <!--#include virtual="header.html" -->
+<h1 align="center">Manual Page: suexec</h1>
 <!-- This document was autogenerated from the man page -->
 <pre>
-
 <strong>NAME</strong>
      suexec - Switch User For Exec
 
@@ -26,4 +27,4 @@ VLINK="#000080" ALINK="#FF0000">
 
 </pre>
 <!--#include virtual="footer.html" -->
-</BODY></HTML>
+</body></html>