Commit 5f866c7e authored by Joshua Slive's avatar Joshua Slive
Browse files

Sync the html version with the nroff version.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91228 13f79535-47bb-0310-9956-ffa450edef68
parent a52e1652
Loading
Loading
Loading
Loading
+45 −60
Original line number Diff line number Diff line
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <meta name="generator" content="HTML Tidy, see www.w3.org" />

    <title>Manual Page: httpd - Apache HTTP Server</title>
  </head>

<head><title>Manual Page: http  - 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>
<h1 align="center">Manual Page: http</h1>
<!-- This document was autogenerated from the man page -->
<pre>
Maintenance Procedures                                   httpd(8)

<strong>NAME</strong>
     httpd - Apache hypertext transfer protocol server

<strong>SYNOPSIS</strong>
     <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>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>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>X </strong>]

<strong>DESCRIPTION</strong>
     <strong>httpd </strong>is  the  Apache  HyperText  Transfer  Protocol  (HTTP)
@@ -40,20 +35,11 @@
     manual may not reflect those compiled into <strong>httpd.</strong>

<strong>OPTIONS</strong>
     -<strong>R</strong> <em>libexecdir</em>
                 This option is  only  available  if  Apache  was
                 built  with  the  <em>SHARED</em>_<em>CORE</em> rule enabled which
                 forces the Apache core code to be placed into  a
                 dynamic  shared  object (DSO) file. This file is
                 searched in a hardcoded  path  under  ServerRoot
                 per  default.  Use  this  option  if you want to
                 override it.

     -<strong>d </strong><em>serverroot</em>
                 Set the initial value for the ServerRoot  direc-
                 tive  to  <em>serverroot</em>.  This can be overridden by
                 the  ServerRoot  command  in  the  configuration
                 file. The default is <strong>/usr/local/apache</strong>.
                 file. The default is <strong>/usr/local/apache2</strong>.

     -<strong>f </strong><em>config   </em>Execute the  commands  in  the  file  <em>config  </em>on
                 startup. If <em>config </em>does not begin with a /, then
@@ -65,8 +51,8 @@
                 ing config files.

     -<strong>c </strong><em>directive</em>
                 Process  the   configuration   <em>directive</em>   after
                 reading config files.
                 Process the configuration <em>directive </em>after  read-
                 ing config files.

     -<strong>D </strong><em>parameter</em>
                 Sets a configuration <em>parameter </em>which can be used
@@ -95,24 +81,23 @@
                 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>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>
                 , and then exit.

     -<strong>X          </strong>Run <strong>httpd </strong>in debug mode.  Only one  worker  will
                 be  started  and the server will not detach from
                 the console.

<strong>FILES</strong>
     <strong>/usr/local/apache/conf/httpd.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>/usr/local/apache2/conf/httpd.conf</strong>
     <strong>/usr/local/apache2/conf/mime.types</strong>
     <strong>/usr/local/apache2/conf/magic</strong>
     <strong>/usr/local/apache2/logs/error_log</strong>
     <strong>/usr/local/apache2/logs/access_log</strong>
     <strong>/usr/local/apache2/logs/httpd.pid</strong>

</pre>
<!--#include virtual="footer.html" -->
  </body>
</html>
</body></html>