httpd.html revision 1186524bae33a38ae07135ddb98b7724c391d80b
82632a19f2f9c346fee2b28a65920ba9737b3973minfrin<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
82632a19f2f9c346fee2b28a65920ba9737b3973minfrin<HTML><HEAD><TITLE>Manual Page: httpd - Apache HTTP Server</TITLE></HEAD>
82632a19f2f9c346fee2b28a65920ba9737b3973minfrin<BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#0000FF"
82632a19f2f9c346fee2b28a65920ba9737b3973minfrin<!--#include virtual="header.html" -->
82632a19f2f9c346fee2b28a65920ba9737b3973minfrin<!-- This document was autogenerated from the man page -->
82632a19f2f9c346fee2b28a65920ba9737b3973minfrin httpd - Apache hypertext transfer protocol server
82632a19f2f9c346fee2b28a65920ba9737b3973minfrin <strong>httpd </strong>[ -<strong>X </strong>] [ -<strong>R </strong><em>libexecdir </em>] [ -<strong>d </strong><em>serverroot </em>] [ -<strong>f </strong><em>config</em>
82632a19f2f9c346fee2b28a65920ba9737b3973minfrin ] [ -<strong>C </strong><em>directive </em>] [ -<strong>c </strong><em>directive </em>] [ -<strong>D </strong><em>parameter </em>]
82632a19f2f9c346fee2b28a65920ba9737b3973minfrin <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>
82632a19f2f9c346fee2b28a65920ba9737b3973minfrin <strong>httpd </strong>is the Apache HyperText Transfer Protocol (HTTP)
82632a19f2f9c346fee2b28a65920ba9737b3973minfrin server program. It is designed to be run as a standalone
82632a19f2f9c346fee2b28a65920ba9737b3973minfrin daemon process. When used like this it will create a pool of
82632a19f2f9c346fee2b28a65920ba9737b3973minfrin child processes to handle requests. To stop it, send a TERM
82632a19f2f9c346fee2b28a65920ba9737b3973minfrin signal to the initial (parent) process. The PID of this pro-
82632a19f2f9c346fee2b28a65920ba9737b3973minfrin cess is written to a file as given in the configuration
82632a19f2f9c346fee2b28a65920ba9737b3973minfrin file. Alternatively <strong>httpd </strong>may be invoked by the Internet
82632a19f2f9c346fee2b28a65920ba9737b3973minfrin daemon inetd(8) each time a connection to the HTTP service