From 29e3ee1c2d59f249a52e4b55535fba8bbae14fd0 Mon Sep 17 00:00:00 2001
From: lookit
-AccessConfig directive
+AccessConfig directive
server config context.
-AccessFileName directive
+AccessFileName directive
</Directory>
-AddModule directive
+AddModule directive
ClearModuleList
directive.
-AllowOverride directive
+AllowOverride directive
XBitHack).
-AuthName directive
+AuthName directive
AuthType and
AuthUserFile and
AuthGroupFile to work.
-AuthType directive
+AuthType directive
AuthName and
AuthUserFile and
AuthGroupFile to work.
-BindAddress directive
+BindAddress directive
<VirtualHost> sections.
-ClearModuleList directive
+ClearModuleList directive
AddModule directive.
-ContentDigest directive
+ContentDigest directive
-CoreDumpDirectory directive
+CoreDumpDirectory directive
-DefaultType directive
+DefaultType directive
-<Directory> directive
+<Directory> directive
-<DirectoryMatch>
+<DirectoryMatch>
-DocumentRoot directive
+DocumentRoot directive
-ErrorDocument directive
+ErrorDocument directive
See Also: documentation of customizable
responses.
-ErrorLog directive
+ErrorLog directive
-<Files> directive
+<Files> directive
-<FilesMatch>
+<FilesMatch>
-Group directive
+Group directive
SECURITY: See User for a discussion of the security
considerations.
-HostNameLookups directive
+HostNameLookups directive
logresolve,
provided in the /support directory, can be used to look up host names
from logged IP addresses offline.
-IdentityCheck directive
+IdentityCheck directive
-Include directive
+Include directive
Syntax: (Apache 1.2) Include filename
-KeepAlive directive
+KeepAlive directive
Syntax: (Apache 1.1) KeepAlive max-requests
Default: (Apache 1.1) KeepAlive 5
Syntax: (Apache 1.2) KeepAlive on/off
@@ -1124,7 +1124,7 @@ server resources. Set this to 0
to disable support.
persistent connections, "Off" to disable. See also the MaxKeepAliveRequests directive.
Timeout
directive
applies.
Includes
are set for the /web/docs/spec directory.
ServerAdmin www-admin@foo.bar.com
as users do not always mention that they are talking about the server!ServerSignature Off
ServerSignature Off
+>Status: core
Compatibility: ServerSignature is only available in Apache
-1.3 and later.
+1.3 and later.
The ServerSignature directive allows the configuration of a trailing
footer line under server-generated documents (error messages,
mod_proxy ftp directory listings, mod_info output, ...). The reason
why you would want to enable such a footer line is that in a chain
of proxies, the user often has no possibility to tell which of the
-chained servers actually produced a returned error message.
-The Off setting, which is the default, suppresses the
+chained servers actually produced a returned error message.
+The Off setting, which is the default, suppresses the
error line (and is therefore compatible with the behavior of
-Apache-1.2 and below). The On setting simply adds a
+Apache-1.2 and below). The On setting simply adds a
line with the server version number and ServerName of the serving virtual host, and
-the EMail setting additionally creates a "mailto:"
+the EMail setting additionally creates a "mailto:"
reference to the ServerAdmin of the
referenced document.
root
unless you know exactly what you are doing, and what the
dangers are.