.el .ne 3
.IP "\\$1" \\$2
..
-.TH "AB" 8 "2003-04-29" "Apache HTTP Server" "ab"
+.TH "AB" 8 "2003-11-25" "Apache HTTP Server" "ab"
.SH NAME
ab \- Apache HTTP server benchmarking tool
.SH "OPTIONS"
-.RS
.TP
-A \fIauth-username\fR:\fIpassword\fR
.TP
-z \fI<td>-attributes\fR
String to use as attributes for <td>\&.
-.RE
.SH "BUGS"
.el .ne 3
.IP "\\$1" \\$2
..
-.TH "APACHECTL" 8 "2003-04-29" "Apache HTTP Server" "apachectl"
+.TH "APACHECTL" 8 "2003-11-25" "Apache HTTP Server" "apachectl"
.SH NAME
apachectl \- Apache HTTP Server Control Interface
.PP
Only the SysV init-style options are defined here\&. Other arguments are defined on the httpd manual page\&.
-.RS
.TP
start
.TP
configtest
Run a configuration file syntax test\&. It parses the configuration files and either reports Syntax Ok or detailed information about the particular syntax error\&. This is equivalent to apachectl -t\&.
-.RE
.PP
The following additional option is available, but deprecated\&.
-.RS
.TP
startssl
This is equivalent to apachectl -k start -DSSL\&. We recommend that you use that command explicitly, or you adjust your httpd\&.conf to remove the <IfDefine> section so that SSL will always be available\&.
-.RE
.el .ne 3
.IP "\\$1" \\$2
..
-.TH "APXS" 8 "2003-04-29" "Apache HTTP Server" "apxs"
+.TH "APXS" 8 "2003-11-25" "Apache HTTP Server" "apxs"
.SH NAME
apxs \- APache eXtenSion tool
.SH "OPTIONS"
-.Sh "COMMON OPTIONS"
+.SS "Common Options"
-.RS
.TP
-n \fImodname\fR
This explicitly sets the module name for the -i (install) and -g (template generation) option\&. Use this to explicitly specify the module name\&. For option -g this is required, for option -i the apxs tool tries to determine the name from the source or (as a fallback) at least by guessing it from the filename\&.
-.RE
-.Sh "QUERY OPTIONS"
+.SS "Query Options"
-.RS
.TP
-q
Performs a query for apxs's knowledge about certain settings\&. The \fIquery\fR parameters can be one or more of the following strings: CC, CFLAGS, CFLAGS_SHLIB, INCLUDEDIR, LD_SHLIB, LDFLAGS_SHLIB, LIBEXECDIR, LIBS_SHLIB, SBINDIR, SYSCONFDIR, TARGET\&. .PP Use this for manually determining settings\&. For instance use .nf INC=-I`apxs -q INCLUDEDIR` .fi .PP inside your own Makefiles if you need manual access to Apache's C header files\&.
-.RE
-.Sh "CONFIGURATION OPTIONS"
+.SS "Configuration Options"
-.RS
.TP
-S \fIname\fR=\fIvalue\fR
This option changes the apxs settings described above\&.
-.RE
-.Sh "TEMPLATE GENERATION OPTIONS"
+.SS "Template Generation Options"
-.RS
.TP
-g
This generates a subdirectory \fIname\fR (see option -n) and there two files: A sample module source file named mod_\fIname\fR\&.c which can be used as a template for creating your own modules or as a quick start for playing with the apxs mechanism\&. And a corresponding Makefile for even easier build and installing of this module\&.
-.RE
-.Sh "DSO COMPILATION OPTIONS"
+.SS "DSO Compilation Options"
-.RS
.TP
-c
.TP
-Wl,\fIlinker-flags\fR
This option passes \fIlinker-flags\fR as additional flags to the linker command\&. Use this to add local linker-specific options\&.
-.RE
-.Sh "DSO INSTALLATION AND CONFIGURATION OPTIONS"
+.SS "DSO Installation and Configuration Options"
-.RS
.TP
-i
.TP
-e
This indicates the editing operation, which can be used with the -a and -A options similarly to the -i operation to edit Apache's httpd\&.conf configuration file without attempting to install the module\&.
-.RE
.SH "EXAMPLES"
.el .ne 3
.IP "\\$1" \\$2
..
-.TH "DBMMANAGE" 1 "2003-05-10" "Apache HTTP Server" "dbmmanage"
+.TH "DBMMANAGE" 1 "2003-11-25" "Apache HTTP Server" "dbmmanage"
.SH NAME
dbmmanage \- Manage user authentication files in DBM format
.SH "OPTIONS"
-.RS
.TP
\fIfilename\fR
.TP
\fIcomment\fR
This is the place for your opaque comments about the user, like realname, mailaddress or such things\&. The server will ignore this field\&.
-.RE
-.Sh "ENCODINGS"
+.SS "Encodings"
-.RS
.TP
-d
.TP
-p
plaintext (\fInot recommended\fR)
-.RE
-.Sh "COMMANDS"
+.SS "Commands"
-.RS
.TP
add
.TP
view
Just displays the contents of the DBM file\&. If you specify a \fIusername\fR, it displays the particular record only\&.
-.RE
.SH "BUGS"
.el .ne 3
.IP "\\$1" \\$2
..
-.TH "HTDIGEST" 1 "2003-05-01" "Apache HTTP Server" "htdigest"
+.TH "HTDIGEST" 1 "2003-11-25" "Apache HTTP Server" "htdigest"
.SH NAME
htdigest \- manage user files for digest authentication
.SH "OPTIONS"
-.RS
.TP
-c
.TP
\fIusername\fR
The user name to create or update in \fIpasswdfile\fR\&. If \fIusername\fR does not exist is this file, an entry is added\&. If it does exist, the password is changed\&.
-.RE
.el .ne 3
.IP "\\$1" \\$2
..
-.TH "HTPASSWD" 1 "2003-05-14" "Apache HTTP Server" "htpasswd"
+.TH "HTPASSWD" 1 "2003-11-25" "Apache HTTP Server" "htpasswd"
.SH NAME
htpasswd \- Manage user files for basic authentication
.SH "OPTIONS"
-.RS
.TP
-b
.TP
\fIpassword\fR
The plaintext password to be encrypted and stored in the file\&. Only used with the -b flag\&.
-.RE
.SH "EXIT STATUS"
.el .ne 3
.IP "\\$1" \\$2
..
-.TH "HTTPD" 8 "2003-04-29" "Apache HTTP Server" "httpd"
+.TH "HTTPD" 8 "2003-11-25" "Apache HTTP Server" "httpd"
.SH NAME
httpd \- Apache Hypertext Transfer Protocol Server
.SH "OPTIONS"
-.RS
.TP
-d \fIserverroot\fR
.TP
-X
Run httpd in debug mode\&. Only one worker will be started and the server will not detach from the console\&.
-.RE
.PP
The following arguments are available only on the Windows platform:
-.RS
.TP
-k install|config|uninstall
.TP
-w
Keep the console window open on error so that the error message can be read\&.
-.RE
.el .ne 3
.IP "\\$1" \\$2
..
-.TH "LOGRESOLVE" 8 "2003-04-29" "Apache HTTP Server" "logresolve"
+.TH "LOGRESOLVE" 8 "2003-11-25" "Apache HTTP Server" "logresolve"
.SH NAME
logresolve \- Resolve IP-addresses to hostnames in Apache log files
.SH "OPTIONS"
-.RS
.TP
-s \fIfilename\fR
.TP
-c
This causes logresolve to apply some DNS checks: after finding the hostname from the IP address, it looks up the IP addresses for the hostname and checks that one of these matches the original address\&.
-.RE
.el .ne 3
.IP "\\$1" \\$2
..
-.TH "ROTATELOGS" 8 "2003-04-29" "Apache HTTP Server" "rotatelogs"
+.TH "ROTATELOGS" 8 "2003-11-25" "Apache HTTP Server" "rotatelogs"
.SH NAME
rotatelogs \- Piped logging program to rotate Apache logs
.SH "OPTIONS"
-.RS
.TP
\fIlogfile\fR
.TP
\fIfilesize\fRM
The maximum file size in megabytes followed by the letter M to specify size rather than time\&. Use this parameter in place of both rotationtime and offset\&.
-.RE
.SH "PORTABILITY"
.el .ne 3
.IP "\\$1" \\$2
..
-.TH "SUEXEC" 8 "2003-04-29" "Apache HTTP Server" "suexec"
+.TH "SUEXEC" 8 "2003-11-25" "Apache HTTP Server" "suexec"
.SH NAME
suexec \- Switch user before executing external programs
.SH "OPTIONS"
-.RS
.TP
-V
If you are root, this option displays the compile options of suexec\&. For security reasons all configuration options are changable only at compile time\&.
-.RE