summaryrefslogtreecommitdiff
path: root/docs/manual/programs
diff options
context:
space:
mode:
authorJoshua Slive <slive@apache.org>2001-10-02 01:33:02 +0000
committerJoshua Slive <slive@apache.org>2001-10-02 01:33:02 +0000
commita7d9062fe7376d57700daa48314f22e486d5f816 (patch)
treeff7343f956c88b56510c7718aec68926847c45c0 /docs/manual/programs
parente62fbaaf58dae98c8dbb25e4718a0a8e32e22f8f (diff)
downloadhttpd-a7d9062fe7376d57700daa48314f22e486d5f816.tar.gz
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
Diffstat (limited to 'docs/manual/programs')
-rw-r--r--docs/manual/programs/httpd.html105
1 files changed, 45 insertions, 60 deletions
diff --git a/docs/manual/programs/httpd.html b/docs/manual/programs/httpd.html
index b973391486..83359e0ec6 100644
--- a/docs/manual/programs/httpd.html
+++ b/docs/manual/programs/httpd.html
@@ -1,31 +1,26 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-
+"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>
-
- <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 -->
+<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: 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)
+ <strong>httpd </strong>is the Apache HyperText Transfer Protocol (HTTP)
server program. It is designed to be run as a standalone
daemon process. When used like this it will create a pool of
child processes to handle requests. To stop it, send a TERM
@@ -34,85 +29,75 @@
file.
This manual page only lists the command line arguments. For
- details of the directives necessary to configure <strong>httpd</strong> see
+ 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://httpd.apache.org/. Paths in this
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>
+ -<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
+ -<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
it is taken to be a path relative to the Server-
Root. The default is <strong>conf/httpd.conf</strong>.
- -<strong>C</strong> <em>directive</em>
- Process the configuration <em>directive</em> before read-
+ -<strong>C </strong><em>directive</em>
+ Process the configuration <em>directive </em>before read-
ing config files.
- -<strong>c</strong> <em>directive</em>
- Process the configuration <em>directive</em> after
- reading config files.
+ -<strong>c </strong><em>directive</em>
+ 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
+ -<strong>D </strong><em>parameter</em>
+ Sets a configuration <em>parameter </em>which can be used
with &lt;IfDefine&gt;...&lt;/IfDefine&gt; sections in the
configuration files to conditionally skip or
process commands.
- -<strong>h </strong> Output a short summary of available command line
+ -<strong>h </strong>Output a short summary of available command line
options.
- -<strong>l </strong> Output a list of modules compiled into the
+ -<strong>l </strong>Output a list of modules compiled into the
server.
- -<strong>L </strong> Output a list of directives together with
+ -<strong>L </strong>Output a list of directives together with
expected arguments and places where the direc-
tive is valid.
- -<strong>S </strong> Show the settings as parsed from the config file
+ -<strong>S </strong>Show the settings as parsed from the config file
(currently only shows the virtualhost settings).
- -<strong>t </strong> Run syntax tests for configuration files only.
+ -<strong>t </strong>Run syntax tests for configuration files only.
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). If -<strong>D</strong> <em>DUMP</em>_<em>VHOSTS</em> is also set, details
+ 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>v </strong> Print the version of <strong>httpd</strong> , and then exit.
+ -<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>
+ -<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>
-
+<!--#include virtual="footer.html" -->
+</body></html>