50 lines
3.2 KiB
Text
50 lines
3.2 KiB
Text
|
Index: docs/man/httpd.8
|
||
|
--- docs/man/httpd.8.orig
|
||
|
+++ docs/man/httpd.8
|
||
|
@@ -19,30 +19,30 @@
|
||
|
.el .ne 3
|
||
|
.IP "\\$1" \\$2
|
||
|
..
|
||
|
-.TH "HTTPD" 8 "2018-07-06" "Apache HTTP Server" "httpd"
|
||
|
+.TH "HTTPD2" 8 "2018-07-06" "Apache HTTP Server" "httpd2"
|
||
|
|
||
|
.SH NAME
|
||
|
-httpd \- Apache Hypertext Transfer Protocol Server
|
||
|
+httpd2 \- Apache Hypertext Transfer Protocol Server
|
||
|
|
||
|
.SH "SYNOPSIS"
|
||
|
|
||
|
.PP
|
||
|
-\fB\fBhttpd\fR [ -\fBd\fR \fIserverroot\fR ] [ -\fBf\fR \fIconfig\fR ] [ -\fBC\fR \fIdirective\fR ] [ -\fBc\fR \fIdirective\fR ] [ -\fBD\fR \fIparameter\fR ] [ -\fBe\fR \fIlevel\fR ] [ -\fBE\fR \fIfile\fR ] [ \fB-k\fR start|restart|graceful|stop|graceful-stop ] [ -\fBh\fR ] [ -\fBl\fR ] [ -\fBL\fR ] [ -\fBS\fR ] [ -\fBt\fR ] [ -\fBv\fR ] [ -\fBV\fR ] [ -\fBX\fR ] [ -\fBM\fR ] [ -\fBT\fR ] \fR
|
||
|
+\fB\fBhttpd2\fR [ -\fBd\fR \fIserverroot\fR ] [ -\fBf\fR \fIconfig\fR ] [ -\fBC\fR \fIdirective\fR ] [ -\fBc\fR \fIdirective\fR ] [ -\fBD\fR \fIparameter\fR ] [ -\fBe\fR \fIlevel\fR ] [ -\fBE\fR \fIfile\fR ] [ \fB-k\fR start|restart|graceful|stop|graceful-stop ] [ -\fBh\fR ] [ -\fBl\fR ] [ -\fBL\fR ] [ -\fBS\fR ] [ -\fBt\fR ] [ -\fBv\fR ] [ -\fBV\fR ] [ -\fBX\fR ] [ -\fBM\fR ] [ -\fBT\fR ] \fR
|
||
|
|
||
|
.PP
|
||
|
On Windows systems, the following additional arguments are available:
|
||
|
|
||
|
.PP
|
||
|
-\fB\fBhttpd\fR [ -\fBk\fR install|config|uninstall ] [ -\fBn\fR \fIname\fR ] [ -\fBw\fR ]\fR
|
||
|
+\fB\fBhttpd2\fR [ -\fBk\fR install|config|uninstall ] [ -\fBn\fR \fIname\fR ] [ -\fBw\fR ]\fR
|
||
|
|
||
|
|
||
|
.SH "SUMMARY"
|
||
|
|
||
|
.PP
|
||
|
-\fBhttpd\fR 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 or threads to handle requests\&.
|
||
|
+\fBhttpd2\fR 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 or threads to handle requests\&.
|
||
|
|
||
|
.PP
|
||
|
-In general, \fBhttpd\fR should not be invoked directly, but rather should be invoked via apachectl on Unix-based systems or as a service on Windows NT, 2000 and XP and as a console application on Windows 9x and ME\&.
|
||
|
+In general, \fBhttpd2\fR should not be invoked directly, but rather should be invoked via apachectl on Unix-based systems or as a service on Windows NT, 2000 and XP and as a console application on Windows 9x and ME\&.
|
||
|
|
||
|
|
||
|
.SH "OPTIONS"
|
||
|
@@ -53,7 +53,7 @@ In general, \fBhttpd\fR should not be invoked directly
|
||
|
Set the initial value for the ServerRoot directive to \fIserverroot\fR\&. This can be overridden by the ServerRoot directive in the configuration file\&. The default is \fB/usr/local/apache2\fR\&.
|
||
|
.TP
|
||
|
\fB-f \fIconfig\fR\fR
|
||
|
-Uses the directives in the file \fIconfig\fR on startup\&. If \fIconfig\fR does not begin with a /, then it is taken to be a path relative to the ServerRoot\&. The default is \fBconf/httpd\&.conf\fR\&.
|
||
|
+Uses the directives in the file \fIconfig\fR on startup\&. If \fIconfig\fR does not begin with a /, then it is taken to be a path relative to the ServerRoot\&. The default is \fBconf/httpd2\&.conf\fR\&.
|
||
|
.TP
|
||
|
\fB-k \fBstart|restart|graceful|stop|graceful-stop\fR\fR
|
||
|
Signals \fBhttpd\fR to start, restart, or stop\&. See Stopping Apache httpd for more information\&.
|