From f1f45df3399244e14ce7982b6256402f23ebb368 Mon Sep 17 00:00:00 2001
From: Joshua Slive This directive controls whether requests that contain trailing
+ This directive controls whether requests that contain trailing
pathname information that follows an actual filename (or
non-existent file in an existing directory) will be accepted or
rejected. The trailing pathname information can be made
available to scripts in the PATH_INFO environment variable. For example, assume the location For example, assume the location The three possible arguments for the
+ The three possible arguments for the
The primary purpose of the The primary purpose of the When returning a document to the client the server looks for
+ When returning a document to the client the server looks for
the first existing access control file from this list of names
in every directory of the path to the document, if access
control files are enabled for that directory. For example: before returning the document
+ before returning the document
-See also:
- See also This directive specifies the name of the character set that
+ This directive specifies the name of the character set that
will be added to any response that does not have any parameter on
the content type in the HTTP headers. This will override any
character set specified in the body of the document via a
@@ -449,504 +89,162 @@ response without an explicit character set
required by the directive. You can also specify an alternate
charset to be used. For example: The server can have modules compiled in which are not
+ The server can have modules compiled in which are not
actively in use. This directive can be used to enable the use
of those modules. The server comes with a pre-loaded list of
- active modules; this list can be cleared with the
-
Apache HTTP Server Version 2.0
-Apache Module core
-
-
-
-
-
-
-
-
-
-
-Description:
-
-
-
-Status: Core
-Directives
-
-
-
-
-AcceptPathInfo Directive
-
-
-
-
-
-
-
-
-
-
-
-Description: Controls whether requests can contain trailing pathname information
-
-
-Syntax:
-
-
-
-Default:
-AcceptPathInfo Default
-
-Context: server config, virtual host, directory, .htaccess
-
-
-Status: Core
-
-
-Module: core
-
-
-Compatibility: Available in Apache 2.0.30 and later
-Apache HTTP Server Version 2.0
Apache Module core
Description: Status: Core Directives
AcceptPathInfo Directive
Description: Controls whether requests can contain trailing pathname information Syntax: Default: AcceptPathInfo Default
Context: server config, virtual host, directory, .htaccess Status: Core Module: core Compatibility: Available in Apache 2.0.30 and later /test/
points to
+ /test/
points to
a directory that contains only the single file
here.html
. Then requests for
/test/here.html/more
and
/test/nothere.html/more
both collect
/more
as PATH_INFO.AcceptPathInfo
directive are:
-
-
-
-off
-
+
+ off
/test/here.html/more
in the above example will return
a 404 NOT FOUND error.on
-on
/test/here.html/more
will be accepted if
/test/here.html
maps to a valid file.default
-default
AcceptPathInfo
+ AcceptPathInfo
directive is to allow you to override the handler's choice of
accepting or rejecting PATH_INFO. This override is required, for
example, when you use a filter, such
@@ -303,142 +47,38 @@ available
based on PATH_INFO. The core handler would usually reject the
request, so you can use the following configuration to enable
such a script:
-
+
-
-
+
-
-
-
-
-
-
<Files "mypaths.shtml">
Options +Includes
SetOutputFilter INCLUDES
AcceptPathInfo on
</Files>
-
-
-AccessFileName Directive
-
-
-
-
-
-
-
-
-
-
-
-Description: Sets the name of the .htaccess file
-
-
-Syntax:
-
-
-
-Default:
-AccessFileName .htaccess
-
-Context: server config, virtual host
-
-
-Status: Core
-
-
-Module: core
-AccessFileName Directive
Description: Sets the name of the .htaccess file Syntax: Default: AccessFileName .htaccess
Context: server config, virtual host Status: Core Module: core
-
-
-
-
-
+
+
-
-
-
AccessFileName .acl
-
/usr/local/web/index.html
, the server will read
/.acl
, /usr/.acl
,
/usr/local/.acl
and /usr/local/web/.acl
for directives, unless they have been disabled with
-
+
-
-
+
-
-
-
-
-
-
<Directory />
AllowOverride None
</Directory>
-
-
-AllowOverride
-
-
-AddDefaultCharset Directive
-
-
-
-
-
-
-
-
-
-
-
-Description: Specifies the default character set to be added for a
-response without an explicit character set
-
-
-Syntax:
-
-
-
-Default:
-AddDefaultCharset Off
-
-Context: server config, virtual host, directory, .htaccess
-
-
-Status: Core
-
-
-Module: core
-AddDefaultCharset Directive
Description: Specifies the default character set to be added for a
+response without an explicit character set Syntax: Default: AddDefaultCharset Off
Context: server config, virtual host, directory, .htaccess Status: Core Module: core
-
+
-
-
+
-
-
-
-
-
-
AddDefaultCharset utf-8
-
-
-AddModule Directive
-
-
-
-
-
-
-
-
-
-
-
-Description:
-
-
-Syntax:
-
-
-
-Context: server config
-
-
-Status: Core
-
-
-Module: core
-AddModule Directive
Description: Syntax: Context: server config Status: Core Module: core ClearModuleList
directive.ClearModuleList
directive.
For example:
- --+-
- +
For example:
+- - --
- - AddDefaultCharset utf-8 -
--AllowOverride Directive -
--
-- -- --
-- -Description: Sets the types of directives that are allowed in -.htaccess files -- -Syntax: - -AllowOverride All|None|directive-type [directive-type] ... -- -Default: - AllowOverride All
- -Context: directory -- -Status: Core -- -Module: core -- - When the server finds an .htaccess file (as specified by
AccessFileName
) it needs to know +
|
When the server finds an .htaccess file (as specified by AccessFileName
) it needs to know
which directives declared in that file can override earlier
access information.
When this directive is set to None
, then
+
When this directive is set to None
, then
.htaccess files are completely ignored. In this case, the
server will not even attempt to read .htaccess files in the
filesystem.
When this directive is set to All
, then any
+
When this directive is set to All
, then any
directive which has the .htaccess Context is allowed in
.htaccess files.
The directive-type can be one of the following +
The directive-type can be one of the following groupings of directives.
- -AuthDBMGroupFile
,
- AuthDBMUserFile
,
- AuthGroupFile
,
- AuthName
,
- AuthType
, AuthUserFile
, Require
, etc.).DefaultType
, ErrorDocument
, ForceType
, LanguagePriority
,
- SetHandler
, SetInputFilter
, SetOutputFilter
, and
+ AuthDBMGroupFile
,
+ AuthDBMUserFile
,
+ AuthGroupFile
,
+ AuthName
,
+ AuthType
, AuthUserFile
, Require
, etc.).DefaultType
, ErrorDocument
, ForceType
, LanguagePriority
,
+ SetHandler
, SetInputFilter
, SetOutputFilter
, and
mod_mime
Add* and Remove*
directives, etc.).AddDescription
,
- AddIcon
, AddIconByEncoding
,
- AddIconByType
,
- DefaultIcon
, DirectoryIndex
, FancyIndexing
, HeaderName
, IndexIgnore
, IndexOptions
, ReadmeName
,
+ (AddDescription
,
+ AddIcon
, AddIconByEncoding
,
+ AddIconByType
,
+ DefaultIcon
, DirectoryIndex
, FancyIndexing
, HeaderName
, IndexIgnore
, IndexOptions
, ReadmeName
,
etc.).Allow
, Deny
and Order
).Allow
, Deny
and Order
).Options
and
- XBitHack
).Options
and
+ XBitHack
).Example:
+Example:
- --- --
-- -- AllowOverride AuthConfig Indexes
-See also: -
-AccessFileName
-
-
|
-
This directive sets the name of the authorization realm for a +
+
AllowOverride AuthConfig Indexes
See also
|
This directive sets the name of the authorization realm for a
directory. This realm is given to the client so that the user
knows which username and password to send.
AuthName
takes a single argument; if the
realm name contains spaces, it must be enclosed in quotation
- marks. It must be accompanied by AuthType
and Require
directives, and directives such
- as AuthUserFile
and
- AuthGroupFile
to
+ marks. It must be accompanied by AuthType
and Require
directives, and directives such
+ as AuthUserFile
and
+ AuthGroupFile
to
work.
For example:
+For example:
- --+-
-- -- AuthName "Top Secret"
- -
AuthName "Top Secret"
The string provided for the AuthRealm
is what will
+
The string provided for the AuthRealm
is what will
appear in the password dialog provided by most browsers.
-See also: -
- -
-
|
-
This directive selects the type of user authentication for a +
See also
|
This directive selects the type of user authentication for a
directory. Only Basic
and Digest
are
currently implemented.
- It must be accompanied by AuthName
and Require
directives, and directives such
- as AuthUserFile
and
- AuthGroupFile
to
+ It must be accompanied by AuthName
and Require
directives, and directives such
+ as AuthUserFile
and
+ AuthGroupFile
to
work.
-See also: -
- -
-
|
-
This directive enables the generation of +
See also
|
This directive enables the generation of
Content-MD5
headers as defined in RFC1864
respectively RFC2068.
MD5 is an algorithm for computing a "message digest" +
MD5 is an algorithm for computing a "message digest" (sometimes called "fingerprint") of arbitrary-length data, with a high degree of confidence that any alterations in the data will be reflected in alterations in the message digest.
- -The Content-MD5
header provides an end-to-end
+
The Content-MD5
header provides an end-to-end
message integrity check (MIC) of the entity-body. A proxy or
client may check this header for detecting accidental
modification of the entity-body in transit. Example header:
-- --
- +
+-
- - Content-MD5: AuLb7Dp1rqtRtxz2m9kRpA== -
Note that this can cause performance problems on your server +
Note that this can cause performance problems on your server since the message digest is computed on every request (the values are not cached).
- -
-Content-MD5
is only sent for documents served
+
Content-MD5
is only sent for documents served
by the core, and not by any module. For example, SSI documents,
output from CGI scripts, and byte range responses do not have
this header.
-
|
-
There will be times when the server is asked to provide a +
|
There will be times when the server is asked to provide a document whose type cannot be determined by its MIME types mappings.
- -The server must inform the client of the content-type of the +
The server must inform the client of the content-type of the
document, so in the event of an unknown type it uses the
DefaultType
. For example:
-would be appropriate for a directory which contained many gif images with filenames missing the .gif extension. --
- +
+-
- -
DefaultType image/gif
-
Note that unlike ForceType
, this directive is only
+
Note that unlike ForceType
, this directive is only
provides the default mime-type. All other mime-type definitions,
including filename extensions, that might identify the media type
will override this default.
-
|
-
-<Directory>
and
+
|
<Directory>
and
</Directory>
are used to enclose a group of
directives which will apply only to the named directory and
sub-directories of that directory. Any directive which is allowed
@@ -957,34 +255,18 @@ named file-system directory and sub-directories
also use `[]' character ranges like in the shell. Also as of
Apache 1.3 none of the wildcards match a `/' character, which more
closely mimics the behavior of Unix shells. Example:
-- - --
-- -- +
-
<Directory /usr/local/httpd/htdocs>
Options Indexes FollowSymLinks
</Directory>
+
Extended regular +
Extended regular
expressions can also be used, with the addition of the
~
character. For example:
-would match directories in /www/ that consisted of three numbers. @@ -994,345 +276,141 @@ named file-system directory and sub-directories first, interspersed with the directives from the .htaccess files. For example, with - --
- +
+-
- - <Directory ~ "^/www/.*/[0-9]{3}"> -
-+-
- +
- --
- - <Directory />
AllowOverride None
</Directory>
- -
+
<Directory /home/*>
AllowOverride FileInfo
</Directory> -for access to the document
/home/web/dir/doc.html
+
for access to the document /home/web/dir/doc.html
the steps are:
AllowOverride None
+ AllowOverride None
(disabling .htaccess
files).AllowOverride FileInfo
(for
+ AllowOverride FileInfo
(for
directory /home/web
)./home/web/.htaccess
-/home/web/.htaccess
Regular expressions are not considered until after all of the +
Regular expressions are not considered until after all of the normal sections have been applied. Then all of the regular expressions are tested in the order they appeared in the configuration file. For example, with
- --- - --
-- -- <Directory ~ abc$>
+-
<Directory ~ abc$>
... directives here ...
</Directory>
+
The regular expression section won't be considered until after +
The regular expression section won't be considered until after
all normal <Directory>s and .htaccess
files
have been applied. Then the regular expression will match on
/home/abc/public_html/abc
and be applied.
-Note that the default Apache access for
+ Note that the default Apache access for
<Directory /> is Allow from All. This means
that Apache will serve any file mapped from an URL. It is
recommended that you change this with a block such
- as
-
-- --
- +
+-
- - <Directory />
Order Deny,Allow
Deny from All
</Directory> -
-and then override this for directories you
+ and then override this for directories you
want accessible. See the Security Tips page for more
- details.
-
The directory sections typically occur in +
The directory sections typically occur in
the access.conf file, but they may appear in any configuration
file. <Directory>
directives
- cannot nest, and cannot appear in a <Limit>
or <LimitExcept>
section.
-See also: -
-<Limit>
or <LimitExcept>
section.
+See also
-
|
<DirectoryMatch>
and
</DirectoryMatch>
are used to enclose a group
of directives which will apply only to the named directory and
- sub-directories of that directory, the same as <Directory>
. However, it
+ sub-directories of that directory, the same as <Directory>
. However, it
takes as an argument a regular expression. For example:
-- --
- +
+-
- - <DirectoryMatch "^/www/.*/[0-9]{3}"> -
would match directories in /www/
that consisted of three
+
would match directories in /www/
that consisted of three
numbers.
-See also: -
-<Directory>
for
+See also
<Directory>
for
a description of how regular expressions are mixed in with normal
-<Directory>
s<Directory>
s
-
|
-
This directive sets the directory from which httpd will +combined when a request is received
|
This directive sets the directory from which httpd will serve files. Unless matched by a directive like Alias, the server appends the path from the requested URL to the document root to make the path to the document. Example:
- --+-
- +
- --
- - DocumentRoot /usr/web -
then an access to +
then an access to
http://www.my.host.com/index.html
refers to
/usr/web/index.html
.
The DocumentRoot
should be specified without
+
The DocumentRoot
should be specified without
a trailing slash.
-See also: -
- -
-
|
-
In the event of a problem or error, Apache can be configured +
See also
|
In the event of a problem or error, Apache can be configured to do one of four things,
- -The first option is the default, while options 2-4 are +
The first option is the default, while options 2-4 are
configured using the ErrorDocument
directive, which is followed by the HTTP response code and a URL
or a message. Apache will sometimes offer additional information
regarding the problem/error.
URLs can begin with a slash (/) for local URLs, or be a full +
URLs can begin with a slash (/) for local URLs, or be a full URL which the client can resolve. Alternatively, a message can be provided to be displayed by the browser. Examples:
- --- --
- +
+-
- - ErrorDocument 500 http://foo.example.com/cgi-bin/tester
ErrorDocument 404 /cgi-bin/bad_urls.pl
ErrorDocument 401 /subscription_info.html
ErrorDocument 403 "Sorry can't allow you access today" -
Note that when you specify an ErrorDocument
+
Note that when you specify an ErrorDocument
that points to a remote URL (ie. anything with a method such as
"http" in front of it), Apache will send a redirect to the
client to tell it where to find the document, even if the
@@ -1346,128 +424,35 @@ in case of an error
know to prompt the user for a password since it will not
receive the 401 status code. Therefore, if you use an
"ErrorDocument 401" directive then it must refer to a local
- document.
-
Prior to version 2.0, messages were indicated by prefixing +
Prior to version 2.0, messages were indicated by prefixing them with a single unmatched double quote character.
- --See also: -
- -
-
|
-
The ErrorLog
directive sets the name of
+
See also
|
The ErrorLog
directive sets the name of
the file to which the server will log any errors it encounters. If
the file-path does not begin with a slash (/) then it is
- assumed to be relative to the ServerRoot
. If the file-path
+ assumed to be relative to the ServerRoot
. If the file-path
begins with a pipe (|) then it is assumed to be a command to spawn
to handle the error log.
Using syslog
instead of a filename enables logging
+
Using syslog
instead of a filename enables logging
via syslogd(8) if the system supports it. The default is to use
syslog facility local7
, but you can override this by
using the syslog:
facility syntax where
facility can be one of the names usually documented in
syslog(1).
SECURITY: See the security tips +
SECURITY: See the security tips document for details on why your security could be compromised if the directory where logfiles are stored is writable by anyone other than the user that starts the server.
- --See also: -
-LogLevel
-
-
|
-
+
See also
|
The FileETag
directive configures the file
attributes that are used to create the ETag (entity tag) response
header field when the document is based on a file. (The ETag
@@ -1477,52 +462,28 @@ HTTP response header
FileETag directive allows you to choose which of these -- if any
-- should be used. The recognized keywords are:
FileETag INode MTime Size
')+
The INode, MTime, and Size keywords may be prefixed with either '+' or '-', which allow changes to be made to the default setting inherited from a broader scope. Any keyword appearing without such a prefix immediately and completely cancels the inherited setting.
- -+
If a directory's configuration includes
'FileETag INode MTime Size
', and a
subdirectory's includes 'FileETag -INode
',
@@ -1530,249 +491,74 @@ HTTP response header
any sub-subdirectories that don't override it) will be equivalent to
'FileETag MTime Size
'.
-
|
-
The <Files>
directive
+
|
The <Files>
directive
provides for access control by filename. It is comparable to the
- Directory
- directive and Location
directives. It should be
+ Directory
+ directive and Location
directives. It should be
matched with a </Files>
directive. The
directives given within this section will be applied to any object
with a basename (last component of filename) matching the
specified filename. <Files>
sections are processed in the order they appear in the
- configuration file, after the <Directory>
sections and
- .htaccess
files are read, but before <Location>
sections. Note
+ configuration file, after the <Directory>
sections and
+ .htaccess
files are read, but before <Location>
sections. Note
that <Files>
can be nested
- inside <Directory>
sections to restrict the
+ inside <Directory>
sections to restrict the
portion of the filesystem they apply to.
The filename argument should include a filename, or +
The filename argument should include a filename, or
a wild-card string, where `?' matches any single character, and
`*' matches any sequences of characters. Extended regular
expressions can also be used, with the addition of the
~
character. For example:
-+-
- +
- --
- - <Files ~ "\.(gif|jpe?g|png)$"> -
would match most common Internet graphics formats. In Apache 1.3 - and later,
+<FilesMatch>
is preferred, however.
would match most common Internet graphics formats. In Apache 1.3
+ and later, <FilesMatch>
is preferred, however.
Note that unlike <Directory>
and <Location>
sections, <Files>
sections can be used inside
+
Note that unlike <Directory>
and <Location>
sections, <Files>
sections can be used inside
.htaccess files. This allows users to control access to their own
files, at a file-by-file level.
-See also: -
-See also
-
|
-
The <FilesMatch>
directive
- provides for access control by filename, just as the <Files>
directive
+ request is received
|
The <FilesMatch>
directive
+ provides for access control by filename, just as the <Files>
directive
does. However, it accepts a regular expression. For example:
-- --
- +
+-
- - <FilesMatch "\.(gif|jpe?g|png)$"> -
would match most common Internet graphics formats.
- --See also: -
-would match most common Internet graphics formats.
+See also
-
|
-
When placed into an .htaccess
file or a
- <Directory>
, or
- <Location>
or
- <Files>
+ request is received
|
When placed into an .htaccess
file or a
+ <Directory>
, or
+ <Location>
or
+ <Files>
section, this directive forces all matching files to be served
with the content type identification given by
mime-type. For example, if you had a directory full of
GIF files, but did not want to label them all with ".gif", you
might want to use:
-- --
- +
+-
- - ForceType image/gif -
Note that unlike DefaultType
,
+
Note that unlike DefaultType
,
this directive overrides all mime-type associations, including
filename extensions, that might identify the media type.
-
|
-
This directive enables DNS lookups so that host names can be +
|
This directive enables DNS lookups so that host names can be
logged (and passed to CGIs/SSIs in REMOTE_HOST
).
The value double
refers to doing double-reverse
DNS. That is, after a reverse lookup is performed, a forward
@@ -1781,8 +567,7 @@ MIME content-type
address. (In "tcpwrappers" terminology this is called
PARANOID
.)
Regardless of the setting, when mod_access
is
+
Regardless of the setting, when mod_access
is
used for controlling access by hostname, a double reverse lookup
will be performed. This is necessary for security. Note that the
result of this double-reverse isn't generally available unless you
@@ -1792,8 +577,7 @@ MIME content-type
the double-reverse fails or not, CGIs will still be passed the
single-reverse result in REMOTE_HOST
.
The default is off in order to save the network +
The default is off in order to save the network traffic for those sites that don't truly need the reverse lookups done. It is also better for the end users because they don't have to suffer the extra latency that a lookup entails. @@ -1802,143 +586,56 @@ MIME content-type amounts of time. The utility logresolve, provided in the /support directory, can be used to look up host names from logged IP addresses offline.
- -
-
|
-
This directive enables RFC1413-compliant logging of the +
|
This directive enables RFC1413-compliant logging of the remote user name for each connection, where the client machine runs identd or something similar. This information is logged in the access log.
- -The information should not be trusted in any way except for +
The information should not be trusted in any way except for rudimentary usage tracking.
- -Note that this can cause serious latency problems accessing +
Note that this can cause serious latency problems accessing your server since every request requires one of these lookups to be performed. When firewalls are involved each lookup might possibly fail and add 30 seconds of latency to each hit. So in general this is not very useful on public servers accessible from the Internet.
- -
-
|
-
The <IfDefine
+
|
The <IfDefine
test>...</IfDefine>
section is used to
mark directives that are conditional. The directives within an
<IfDefine>
section are only
processed if the test is true. If test is false,
everything between the start and end markers is ignored.
The test in the <IfDefine>
section directive can be one
+
The test in the <IfDefine>
section directive can be one
of two forms:
!
parameter-name
-In the former case, the directives between the start and end +
!
parameter-nameIn the former case, the directives between the start and end markers are only processed if the parameter named parameter-name is defined. The second format reverses the test, and only processes the directives if parameter-name is not defined.
- -The parameter-name argument is a define as given on +
The parameter-name argument is a define as given on
the httpd
command line via
-D
parameter-, at the time the server was
started.
-<IfDefine>
sections are
+
<IfDefine>
sections are
nest-able, which can be used to implement simple
multiple-parameter tests. Example:
-+ +-
- -
+- - - --
- LoadModule rewrite_module modules/mod_rewrite.so LoadModule proxy_module modules/libproxy.so </IfDefine> - - -
$ httpd -DReverseProxy ... # httpd.conf @@ -1946,170 +643,70 @@ if a test is true at startup
--<IfModule> Directive -
--
-- -- --
-- -Description: Encloses directives that are processed conditional on the -presence of absence of a specific module -- -Syntax: - -<IfModule [!]module-name> ... - </IfModule> -- -Context: server config, virtual host, directory, .htaccess -- -Status: Core -- -Module: core -- - The
<IfModule +
|
The <IfModule
test>...</IfModule>
section is used to
mark directives that are conditional. The directives within an
<IfModule>
section are only
processed if the test is true. If test is false,
everything between the start and end markers is ignored.
The test in the <IfModule>
section directive can be one
+
The test in the <IfModule>
section directive can be one
of two forms:
In the former case, the directives between the start and end +
In the former case, the directives between the start and end
markers are only processed if the module named module
name is included in Apache -- either compiled in or
- dynamically loaded using LoadModule
. The second format
+ dynamically loaded using LoadModule
. The second format
reverses the test, and only processes the directives if module
name is not included.
The module name argument is the file name of the +
The module name argument is the file name of the
module, at the time it was compiled.
For example, mod_rewrite.c
.
-<IfModule>
sections are
+
<IfModule>
sections are
nest-able, which can be used to implement simple multiple-module
tests.
-
|
-
This directive allows inclusion of other configuration files +
|
This directive allows inclusion of other configuration files from within the server configuration files.
- -If Include
points to a directory, rather than a
+
If Include
points to a directory, rather than a
file, Apache will read all files in that directory, and any
subdirectory, and parse those as configuration files.
The file path specified may be a fully qualified path (i.e. +
The file path specified may be a fully qualified path (i.e.
starting with a slash), or may be relative to the
- ServerRoot
directory.
Examples:
+ServerRoot
directory.
+ Examples:
--- --
- +
+-
- - Include /usr/local/apache/conf/ssl.conf
Include /usr/local/apache/conf/vhosts/ -
Or, providing paths relative to your ServerRoot
+
Or, providing paths relative to your ServerRoot
directory:
-- --
- +
+-
- - Include conf/ssl.conf
Include conf/vhosts/ -
Make sure that an included directory does not contain any stray +
Make sure that an included directory does not contain any stray files, such as editor temporary files, for example, as Apache will attempt to read them in and use the contents as configuration directives, which may cause the server to fail on start up. @@ -2117,71 +714,18 @@ the server configuration files the files that are being processed during the configuration check:
- ----
- -
+- - --
- -
root@host# apachectl configtest Processing config directory: /usr/local/apache/conf/vhosts Processing config file: /usr/local/apache/conf/vhosts/vhost1 Processing config file: /usr/local/apache/conf/vhosts/vhost2 Syntax OK --This will help in verifying that you are getting only the files - that you intended as part of your configuration.
+
-See also: -
-
-
|
-
The Keep-Alive extension to HTTP/1.0 and the persistent +
This will help in verifying that you are getting only the files + that you intended as part of your configuration.
+See also
|
The Keep-Alive extension to HTTP/1.0 and the persistent
connection feature of HTTP/1.1 provide long-lived HTTP sessions
which allow multiple requests to be sent over the same TCP
connection. In some cases this has been shown to result in an
@@ -2189,8 +733,7 @@ the server configuration files
many images. To enable Keep-Alive connections in Apache 1.2 and
later, set KeepAlive On
.
For HTTP/1.0 clients, Keep-Alive connections will only be +
For HTTP/1.0 clients, Keep-Alive connections will only be used if they are specifically requested by a client. In addition, a Keep-Alive connection with an HTTP/1.0 client can only be used when the length of the content is known in @@ -2201,106 +744,27 @@ the server configuration files unless otherwise specified. If the client requests it, chunked encoding will be used in order to send content of unknown length over persistent connections.
- --See also: -
-MaxKeepAliveRequests
-
-
|
-
The number of seconds Apache will wait for a subsequent +
See also
|
The number of seconds Apache will wait for a subsequent
request before closing the connection. Once a request has been
received, the timeout value specified by the
- Timeout
directive applies.
Timeout
directive applies.
-
-Setting KeepAliveTimeout
to a high value
+
Setting KeepAliveTimeout
to a high value
may cause performance problems in heavily loaded servers. The
higher the timeout, the more server processes will be kept
occupied waiting on connections with idle clients.
-
|
-
Access controls are normally effective for +
|
Access controls are normally effective for
all access methods, and this is the usual
desired behavior. In the general case, access control
directives should not be placed within a
- <limit>
section.
-
<limit>
section.
-
-The purpose of the <Limit>
+
The purpose of the <Limit>
directive is to restrict the effect of the access controls to the
nominated HTTP methods. For all other methods, the access
restrictions that are enclosed in the <Limit>
@@ -2308,113 +772,35 @@ methods
example applies the access control only to the methods POST, PUT,
and DELETE, leaving all other methods unprotected:
-+-
- +
- --
- -
<Limit POST PUT DELETE>
-
Require valid-user
</Limit>The method names listed can be one or more of: GET, POST, PUT, +
The method names listed can be one or more of: GET, POST, PUT, DELETE, CONNECT, OPTIONS, TRACE, PATCH, PROPFIND, PROPPATCH, MKCOL, COPY, MOVE, LOCK, and UNLOCK. The method name is case-sensitive. If GET is used it will also restrict HEAD requests.
- -
-
|
-
-<LimitExcept>
and
+
|
<LimitExcept>
and
</LimitExcept>
are used to enclose a group of
access control directives which will then apply to any HTTP access
method not listed in the arguments; i.e., it is
- the opposite of a <Limit>
section and can be used to control
+ the opposite of a <Limit>
section and can be used to control
both standard and nonstandard/unrecognized methods. See the
- documentation for <Limit>
for more details.
-
|
-
This directive specifies the number of bytes from 0
+ documentation for <Limit>
for more details.
|
This directive specifies the number of bytes from 0
(meaning unlimited) to 2147483647 (2GB) that are allowed in a
request body. The default value is defined by the compile-time
constant DEFAULT_LIMIT_REQUEST_BODY
(0 as
distributed).
The LimitRequestBody
directive allows
+
The LimitRequestBody
directive allows
the user to set a limit on the allowed size of an HTTP request
message body within the context in which the directive is given
(server, per-directory, per-file or per-location). If the client
@@ -2427,57 +813,18 @@ from the client
least as large as any representation that the server wishes to
accept for that resource.
This directive gives the server administrator greater +
This directive gives the server administrator greater control over abnormal client request behavior, which may be useful for avoiding some forms of denial-of-service attacks.
- -
-
|
-
-Number is an integer from 0 (meaning unlimited) to +
|
Number is an integer from 0 (meaning unlimited) to
32767. The default value is defined by the compile-time
constant DEFAULT_LIMIT_REQUEST_FIELDS
(100 as
distributed).
The LimitRequestFields
directive allows
+
The LimitRequestFields
directive allows
the server administrator to modify the limit on the number of
request header fields allowed in an HTTP request. A server needs
this value to be larger than the number of fields that a normal
@@ -2488,59 +835,21 @@ will be accepted from the client
content negotiation. Optional HTTP extensions are often expressed
using request header fields.
This directive gives the server administrator greater +
This directive gives the server administrator greater control over abnormal client request behavior, which may be useful for avoiding some forms of denial-of-service attacks. The value should be increased if normal clients see an error response from the server that indicates too many fields were sent in the request.
- -
-
|
-
This directive specifies the number of bytes from 0 +
|
This directive specifies the number of bytes from 0
to the value of the compile-time constant
DEFAULT_LIMIT_REQUEST_FIELDSIZE
(8190 as
distributed) that will be allowed in an HTTP request
header.
The LimitRequestFieldsize
directive
+
The LimitRequestFieldsize
directive
allows the server administrator to reduce the limit on the allowed
size of an HTTP request header field below the normal input buffer
size compiled with the server. A server needs this value to be
@@ -2550,57 +859,19 @@ client
upon the extent to which a user has configured their browser to
support detailed content negotiation.
This directive gives the server administrator greater +
This directive gives the server administrator greater control over abnormal client request behavior, which may be useful for avoiding some forms of denial-of-service attacks. Under normal conditions, the value should not be changed from the default.
- -
-
|
-
This directive sets the number of bytes from 0 to +
|
This directive sets the number of bytes from 0 to
the value of the compile-time constant
DEFAULT_LIMIT_REQUEST_LINE
(8190 as distributed)
that will be allowed on the HTTP request-line.
The LimitRequestLine
directive allows
+
The LimitRequestLine
directive allows
the server administrator to reduce the limit on the allowed size
of a client's HTTP request-line below the normal input buffer size
compiled with the server. Since the request-line consists of the
@@ -2611,170 +882,73 @@ from the client
hold any of its resource names, including any information that
might be passed in the query part of a GET request.
This directive gives the server administrator greater +
This directive gives the server administrator greater control over abnormal client request behavior, which may be useful for avoiding some forms of denial-of-service attacks. Under normal conditions, the value should not be changed from the default.
- -
-
|
-
Limit (in bytes) on maximum size of an XML-based request +
|
Limit (in bytes) on maximum size of an XML-based request
body. A value of 0
will disable any checking.
-
|
-
The <Location>
directive
+
|
The <Location>
directive
provides for access control by URL. It is similar to the
- <Directory>
+ <Directory>
directive, and starts a subsection which is terminated with a
</Location>
directive. <Location>
sections are processed in the
- order they appear in the configuration file, after the <Directory>
sections and
- .htaccess
files are read, and after the <Files>
sections.
<Directory>
sections and
+ .htaccess
files are read, and after the <Files>
sections.
-
-Note that URLs do not have to line up with the filesystem at +
Note that URLs do not have to line up with the filesystem at all, it should be emphasized that <Location> operates completely outside the filesystem.
- -For all origin (non-proxy) requests, the URL to be matched +
For all origin (non-proxy) requests, the URL to be matched
is of the form /path/
, and you should not include
any http://servername
prefix. For proxy requests,
the URL to be matched is of the form
scheme://servername/path
, and you must include the
prefix.
The URL may use wildcards In a wild-card string, `?' matches +
The URL may use wildcards In a wild-card string, `?' matches any single character, and `*' matches any sequences of characters.
- -Extended regular +
Extended regular
expressions can also be used, with the addition of the
~
character. For example:
-- --
- +
+-
- - <Location ~ "/(extra|special)/data"> -
would match URLs that contained the substring "/extra/data" or +
would match URLs that contained the substring "/extra/data" or
"/special/data". In Apache 1.3 and above, a new directive
- <LocationMatch>
+ <LocationMatch>
exists which behaves identical to the regex version of
<Location>
.
The <Location>
+
The <Location>
functionality is especially useful when combined with the
- SetHandler
+ SetHandler
directive. For example, to enable status requests, but allow them
only from browsers at foo.com, you might use:
-+-
- +
- - --
- - <Location /status>
SetHandler server-status
Order Deny,Allow
Deny from all
Allow from .foo.com
</Location> --+ +-
- - -Note about / (slash) -
-The slash character has +
- - --
- - Note about / (slash)
The slash character has special meaning depending on where in a URL it appears. People may be used to its behavior in the filesystem where multiple adjacent slashes are frequently collapsed to a single slash (i.e.,
- -/home///foo
is the same as/home/foo
). In -URL-space this is not necessarily true. The<LocationMatch>
directive and the regex +URL-space this is not necessarily true. The<LocationMatch>
directive and the regex version of<Location>
require you to explicitly specify multiple slashes if that is your intention. For example,<LocationMatch ^/abc>
would match the @@ -2784,413 +958,182 @@ used for proxy requests. But when (non-regex)<Locati will implicitly match multiple slashes with a single slash. For example, if you specify
<Location /abc/def>
and the request is to/abc//def
then it will match.-See also: -
--
- -How +
See also
-
|
-
The <LocationMatch>
directive
+ request is received
|
The <LocationMatch>
directive
provides for access control by URL, in an identical manner to
- <Location>
. However, it takes a regular
+ <Location>
. However, it takes a regular
expression as an argument instead of a simple string. For
example:
-- --
- +
+-
- - <LocationMatch "/(extra|special)/data"> -
would match URLs that contained the substring "/extra/data" +
would match URLs that contained the substring "/extra/data" or "/special/data".
- --See also: -
-See also
-
|
-
-LogLevel
adjusts the verbosity of the
- messages recorded in the error logs (see ErrorLog
directive). The following
+ request is received
|
LogLevel
adjusts the verbosity of the
+ messages recorded in the error logs (see ErrorLog
directive). The following
levels are available, in order of decreasing
significance:
Level | +
---|
Level | Description | - -
---|---|
+ | |
Example | - -|
emerg |
+ |
emerg |
Emergencies - system is unusable. | - -
+ | |
"Child cannot open lock file. Exiting" | - -|
alert |
+ |
alert |
Action must be taken immediately. | - -
+ | |
"getpwuid: couldn't determine user name from uid" | - -|
crit |
+ |
crit |
Critical Conditions. | - -
+ | |
"socket: Failed to get a socket, exiting child" | - -|
error |
+ |
error |
Error conditions. | - -
+ | |
"Premature end of script headers" | - -|
warn |
+ |
warn |
Warning conditions. | - -
+ | |
"child process 1234 did not exit, sending another SIGHUP" | - -|
notice |
+ |
notice |
Normal but significant condition. | - -
+ | |
"httpd: caught SIGBUS, attempting to dump core in ..." | - -|
info |
+ |
info |
Informational. | - -
+ | |
"Server seems busy, (you may need to increase StartServers, or Min/MaxSpareServers)..." | - -|
debug |
+ |
debug |
Debug-level messages | - -
+ | |
"Opening config file ..." | - -
When a particular level is specified, messages from all +
When a particular level is specified, messages from all
other levels of higher significance will be reported as well.
E.g., when LogLevel info
is specified,
then messages with log levels of notice
and
warn
will also be posted.
Using a level of at least crit
is
+
Using a level of at least crit
is
recommended.
-
|
-
The MaxKeepAliveRequests
directive
+
|
The MaxKeepAliveRequests
directive
limits the number of requests allowed per connection when
- KeepAlive
is on. If it is
+ KeepAlive
is on. If it is
set to "0
", unlimited requests will be allowed. We
recommend that this setting be kept to a high value for maximum
server performance.
-
|
-
The NameVirtualHost
directive is a
+
|
The NameVirtualHost
directive is a
required directive if you want to configure name-based virtual hosts.
Although addr can be hostname it is recommended - that you always use an IP address, e.g. -
- +Although addr can be hostname it is recommended + that you always use an IP address, e.g.
--+-
-- -- NameVirtualHost 111.22.33.44
- -
NameVirtualHost 111.22.33.44
With the NameVirtualHost
directive you
+
With the NameVirtualHost
directive you
specify the IP address on which the server will receive requests
for the name-based virtual hosts. This will usually be the address
to which your name-based virtual host names resolve. In cases
@@ -3200,173 +1143,92 @@ hosting
servicing the requests. If you have multiple name-based hosts on
multiple addresses, repeat the directive for each address.
Note: the "main server" and any _default_ servers will +
Note: the "main server" and any _default_ servers will
never be served for a request to a
NameVirtualHost
IP Address (unless for some
reason you specify NameVirtualHost
but then
don't define any VirtualHosts for that address).
Optionally you can specify a port number on which the - name-based virtual hosts should be used, e.g. -
+Optionally you can specify a port number on which the + name-based virtual hosts should be used, e.g.
+-
NameVirtualHost 111.22.33.44:8080
-- - --
-- -- NameVirtualHost 111.22.33.44:8080
IPv6 addresses must be enclosed in square brackets, as shown +
IPv6 addresses must be enclosed in square brackets, as shown in the following example:
+-
NameVirtualHost [fe80::a00:20ff:fea7:ccea]:8080
-- - --
-- -- NameVirtualHost [fe80::a00:20ff:fea7:ccea]:8080
-
|
-
The Options
directive controls which
+
|
The Options
directive controls which
server features are available in a particular directory.
-option can be set to None
, in which
+
option can be set to None
, in which
case none of the extra features are enabled, or one or more of
the following:
<Directory>
sections.<Location>
+ against <Directory>
sections.<Location>
section.<Location>
+ file or directory is owned by the same user id as the link.<Location>
section.Normally, if multiple Options
could apply to a
+
Normally, if multiple Options
could apply to a
directory, then the most specific one is taken complete; the
options are not merged. However if all the options on
the Options
directive are preceded by a + or -
@@ -3375,213 +1237,90 @@ directory
preceded by a - are removed from the options currently in
force.
For example, without any + and - symbols:
- +For example, without any + and - symbols:
--+-
- <Directory /web/docs>
+- --
- - <Directory /web/docs>
Options Indexes FollowSymLinks
</Directory>
<Directory /web/docs/spec>
Options Includes
</Directory> -then only
Includes
will be set for the +
then only Includes
will be set for the
/web/docs/spec directory. However if the second
Options
directive uses the + and - symbols:
-+-
- +
- --
- - <Directory /web/docs>
Options Indexes FollowSymLinks
</Directory>
<Directory /web/docs/spec>
Options +Includes -Indexes
</Directory> -then the options
FollowSymLinks
and +
then the options FollowSymLinks
and
Includes
are set for the /web/docs/spec directory.
-Note: Using -IncludesNOEXEC
or
+
Note: Using -IncludesNOEXEC
or
-Includes
disables server-side includes completely
regardless of the previous setting.
The default in the absence of any other settings is +
The default in the absence of any other settings is
All
.
-
|
-
This directive selects which authenticated users can access +
|
This directive selects which authenticated users can access a directory. The allowed syntaxes are:
- -Only the named users can access the directory.
- -Only users in the named groups can access the directory.
- -All valid users can access the directory.
- -
-Require
must be accompanied by
- AuthName
and AuthType
directives, and directives such
- as AuthUserFile
- and AuthGroupFile
(to
+
Require
must be accompanied by
+ AuthName
and AuthType
directives, and directives such
+ as AuthUserFile
+ and AuthGroupFile
(to
define users and groups) in order to work correctly. Example:
-- - --
-- -- +
-
AuthType Basic
AuthName "Restricted Directory"
AuthUserFile /web/users
AuthGroupFile /web/groups
Require group admin
+
Access controls which are applied in this way are effective for +
Access controls which are applied in this way are effective for
all methods. This is what is normally
desired. If you wish to apply access controls only to
specific methods, while leaving other methods unprotected, then
place the Require
statement into a
- <Limit>
+ <Limit>
section.
-See also: -
-Satisfy
-mod_access
-
-
|
-
Takes 1 or 2 parameters. The first parameter sets the soft +
See also
|
Takes 1 or 2 parameters. The first parameter sets the soft resource limit for all processes and the second parameter sets the maximum resource limit. Either parameter can be a number, or max to indicate to the server that the limit should @@ -3590,68 +1329,17 @@ by Apache children the server is running as root, or in the initial startup phase.
- -This applies to processes forked off from Apache children +
This applies to processes forked off from Apache children servicing requests, not the Apache children themselves. This includes CGI scripts and SSI exec commands, but not any processes forked off from the Apache parent such as piped logs.
- -CPU resource limits are expressed in seconds per +
CPU resource limits are expressed in seconds per process.
- --See also: -
-RLimitMEM
-RLimitNPROC
-
-
|
-
Takes 1 or 2 parameters. The first parameter sets the soft +
See also
|
Takes 1 or 2 parameters. The first parameter sets the soft resource limit for all processes and the second parameter sets the maximum resource limit. Either parameter can be a number, or max to indicate to the server that the limit should @@ -3660,68 +1348,17 @@ by Apache children the server is running as root, or in the initial startup phase.
- -This applies to processes forked off from Apache children +
This applies to processes forked off from Apache children servicing requests, not the Apache children themselves. This includes CGI scripts and SSI exec commands, but not any processes forked off from the Apache parent such as piped logs.
- -Memory resource limits are expressed in bytes per +
Memory resource limits are expressed in bytes per process.
- --See also: -
-RLimitCPU
-RLimitNPROC
-
-
|
-
Takes 1 or 2 parameters. The first parameter sets the soft +
See also
|
Takes 1 or 2 parameters. The first parameter sets the soft
resource limit for all processes and the second parameter sets
the maximum resource limit. Either parameter can be a number,
or max
to indicate to the server that the limit
@@ -3730,72 +1367,23 @@ processes launched by Apache children
the server is running as root, or in the initial startup
phase.
This applies to processes forked off from Apache children +
This applies to processes forked off from Apache children servicing requests, not the Apache children themselves. This includes CGI scripts and SSI exec commands, but not any processes forked off from the Apache parent such as piped logs.
- -Process limits control the number of processes per user.
+Process limits control the number of processes per user.
- -Note: If CGI processes are not running +
Note: If CGI processes are not running under userids other than the web server userid, this directive will limit the number of processes that the server itself can create. Evidence of this situation will be indicated by cannot fork messages in the error_log.
- --See also: -
- -
-
|
-
Access policy if both Allow
and Require
used. The parameter can be
+
See also
|
Access policy if both Allow
and Require
used. The parameter can be
either 'all' or 'any'. This directive is only
useful if access to a particular area is being restricted by both
username/password and client host address. In this case
@@ -3806,206 +1394,42 @@ interact
valid username and password. This can be used to password restrict
an area, but to let clients from particular addresses in without
prompting for a password.
-
|
-
This directive is used to control how Apache finds the +
|
This directive is used to control how Apache finds the
interpreter used to run CGI scripts. The default technique is to
use the interpreter pointed to by the #! line in the
script. Setting ScriptInterpreterSource registry
will
cause the Windows Registry to be searched using the script file
extension (e.g., .pl) as a search key.
-
|
-
The ServerAdmin
sets the e-mail address
+
|
The ServerAdmin
sets the e-mail address
that the server includes in any error messages it returns to the
client.
It may be worth setting up a dedicated address for this, - e.g. -
- --- --
-- -- ServerAdmin www-admin@foo.bar.com
as users do not always mention that they are talking about the +
It may be worth setting up a dedicated address for this, + e.g.
++
ServerAdmin www-admin@foo.bar.com
as users do not always mention that they are talking about the server!
- -
-
|
-
The ServerAlias
directive sets the
+
|
The ServerAlias
directive sets the
alternate names for a host, for use with name-based virtual hosts.
--
- +
- - --
- - <VirtualHost *>
ServerName server.domain.com
ServerAlias server server2.domain.com server2
...
</VirtualHost> --See also: -
- -
--ServerName Directive -
--
- - -
+- -Description: Sets the hostname and port that the server uses to identify -itself -- -Syntax: - -ServerName fully-qualified-domain-name[:port] - -- -Context: server config, virtual host -- -Status: Core -- -Module: core -- Compatibility: In version 2.0, this + See also
ServerName Directive
-
- - -
Description: Sets the hostname and port that the server uses to identify +itself Syntax: ServerName fully-qualified-domain-name[:port] Context: server config, virtual host Status: Core Module: core - Compatibility: In version 2.0, this directive supersedes the functionality of the Port - directive from version 1.3. -- - The
ServerName
directive sets the hostname and + directive from version 1.3.+ -The
+ServerName
directive sets the hostname and port that the server uses to identify itself. This is used when creating redirection URLs. For example, if the name of the machine hosting the webserver issimple.example.com
, @@ -4013,17 +1437,9 @@ itself and you wish the webserver to be so identified, the following directive should be used:-
ServerName www.example.com:80
-- - --
-- -- ServerName www.example.com:80
If no
ServerName
is specified, then the +If no
- -ServerName
is specified, then the server attempts to deduce the hostname by performing a reverse lookup on the IP address. If no port is specified in the servername, then the server will use the port from the incoming @@ -4031,178 +1447,34 @@ itself specify an explicit hostname and port using theServerName
directive.If you are using name-based virtual hosts, +
If you are using name-based virtual hosts, the
- -ServerName
inside a -<VirtualHost>
+<VirtualHost>
section specifies what hostname must appear in the request'sHost:
header to match this virtual host.See the description of the -
UseCanonicalName
directive for +See the description of the +
- -UseCanonicalName
directive for settings which determine whether self-referential URL's (e.g., by themod_dir
module) will refer to the specified port, or to the port number given in the client's request.-See also: -
--
-- -DNS Issues -
-- -Apache virtual host - documentation -
-- -
-UseCanonicalName
-- -
-NameVirtualHost
-- -
-ServerAlias
-
--ServerPath Directive -
--
-- -- --
-- -Description: Sets the legacy URL pathname for a name-virtual host that -is accessed by an incompatible browser -- -Syntax: - -ServerPath directory-path - -- -Context: virtual host -- -Status: Core -- -Module: core -- - The
ServerPath
directive sets the legacy +See also
ServerPath Directive
Description: Sets the legacy URL pathname for a name-virtual host that +is accessed by an incompatible browser Syntax: ServerPath directory-path Context: virtual host Status: Core Module: core + -The
- -ServerPath
directive sets the legacy URL pathname for a host, for use with name-based virtual hosts.-See also: -
- -
--ServerRoot Directive -
--
-- -- --
-- -Description: Sets the base directory for the server installation -- -Syntax: - -ServerRoot directory-path - -- -Default: - ServerRoot /usr/local/apache
- -Context: server config -- -Status: Core -- -Module: core -- - The
ServerRoot
directive sets the +See also
ServerRoot Directive
Description: Sets the base directory for the server installation Syntax: ServerRoot directory-path Default: ServerRoot /usr/local/apache
Context: server config Status: Core Module: core + -The
- -ServerRoot
directive sets the directory in which the server lives. Typically it will contain the subdirectoriesconf/
andlogs/
. Relative paths for other configuration files are taken as relative to this directory.-See also: -
--
- -the
--d
- option tohttpd
-- -the +
See also
-d
+ option to httpd
-
|
-
The ServerSignature
directive allows the
+ permissions on the ServerRoot
|
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
@@ -4212,407 +1484,130 @@ is accessed by an incompatible browser
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 line with the
- server version number and ServerName
of the serving virtual host,
+ server version number and ServerName
of the serving virtual host,
and the EMail setting additionally creates a
- "mailto:" reference to the ServerAdmin
of the referenced
+ "mailto:" reference to the ServerAdmin
of the referenced
document.
-
|
-
This directive controls whether Server response +
|
This directive controls whether Server response header field which is sent back to clients includes a description of the generic OS-type of the server as well as information about compiled-in modules.
- -ServerTokens Prod[uctOnly]
-ServerTokens Min[imal]
-ServerTokens OS
-ServerTokens Full
(or not specified)ServerTokens Prod[uctOnly]
This setting applies to the entire server, and cannot be - enabled or disabled on a virtualhost-by-virtualhost basis.
+
-
|
-
When placed into an .htaccess
file or a
- <Directory>
or
- <Location>
+
ServerTokens Min[imal]
ServerTokens OS
ServerTokens Full
(or not specified)This setting applies to the entire server, and cannot be + enabled or disabled on a virtualhost-by-virtualhost basis.
+
|
When placed into an .htaccess
file or a
+ <Directory>
or
+ <Location>
section, this directive forces all matching files to be parsed
through the handler given by
handler-name. For example, if you had a directory you
wanted to be parsed entirely as imagemap rule files, regardless
of extension, you might put the following into an
.htaccess
file in that directory:
-- --
- +
+-
- - SetHandler imap-file -
Another example: if you wanted to have the server display a +
Another example: if you wanted to have the server display a
status report whenever a URL of
http://servername/status
was called, you might put
the following into httpd.conf:
-+-
- +
- - --
- - <Location /status>
SetHandler server-status
</Location> -
--SetInputFilter Directive -
--
-- -- --
-- -Description: Sets the filters that will process client requests and POST -input -- -Syntax: - -SetInputFilter filter[;filter...] -- -Context: server config, virtual host, directory, .htaccess -- -Status: Core -- -Module: core -- - The
SetInputFilter
directive sets the +
|
The SetInputFilter
directive sets the
filter or filters which will process client requests and POST
input when they are received by the server. This is in addition to
any filters defined elsewhere, including the
- AddInputFilter
+ AddInputFilter
directive.
If more than one filter is specified, they must be separated +
If more than one filter is specified, they must be separated by semicolons in the order in which they should process the content.
- --See also: -
-
-
|
-
The SetOutputFilter
directive sets the filters
+
See also
|
The SetOutputFilter
directive sets the filters
which will process responses from the server before they are
sent to the client. This is in addition to any filters defined
elsewhere, including the
- AddOutputFilter
+ AddOutputFilter
directive.
For example, the following configuration will process all files +
For example, the following configuration will process all files
in the /www/data/
directory for server-side
includes.
-- --
- +
+-
- - <Directory /www/data/>
SetOutputFilter INCLUDES
</Directory> -
If more than one filter is specified, they must be separated +
If more than one filter is specified, they must be separated by semicolons in the order in which they should process the content.
- --See also: -
-
-
|
-
The TimeOut
directive currently defines
+
See also
|
The TimeOut
directive currently defines
the amount of time Apache will wait for three things:
We plan on making these separately configurable at some point +
We plan on making these separately configurable at some point down the road. The timer used to default to 1200 before 1.2, but has been lowered to 300 which is still far more than necessary in most situations. It is not set any lower by default because there may still be odd places in the code where the timer is not reset when a packet is sent.
- -
-
|
-
In many situations Apache has to construct a +
|
In many situations Apache has to construct a
self-referential URL. That is, a URL which refers back to
the same server. With UseCanonicalName on
Apache will
- use the hostname and port specified in the ServerName
directive to construct a canonical
+ use the hostname and port specified in the ServerName
directive to construct a canonical
name for the server. This name is used in all self-referential
URLs, and for the values of SERVER_NAME
and
SERVER_PORT
in CGIs.
With UseCanonicalName off
Apache will form
+
With UseCanonicalName off
Apache will form
self-referential URLs using the hostname and port supplied by
the client if any are supplied (otherwise it will use the
canonical name). These values are the same that are used to
@@ -4622,8 +1617,7 @@ port
SERVER_PORT
will be constructed from the client
supplied values as well.
An example where this may be useful is on an intranet server +
An example where this may be useful is on an intranet server
where you have users connecting to the machine using short
names such as www
. You'll notice that if the users
type a shortname, and a URL which is a directory, such as
@@ -4636,71 +1630,24 @@ port
UseCanonicalName
is set off, then Apache will
redirect to http://www/splat/
.
There is a third option, UseCanonicalName DNS
,
+
There is a third option, UseCanonicalName DNS
,
which is intended for use with mass IP-based virtual hosting to
support ancient clients that do not provide a
Host:
header. With this option Apache does a
reverse DNS lookup on the server IP address that the client
connected to in order to work out self-referential URLs.
-Warning: if CGIs make assumptions about the +
Warning: if CGIs make assumptions about the
values of SERVER_NAME
they may be broken by this
option. The client is essentially free to give whatever value
they want as a hostname. But if the CGI is only using
SERVER_NAME
to construct self-referential URLs
then it should be just fine.
-See also: -
-ServerName
-Listen
-
-
|
<VirtualHost>
and
</VirtualHost>
are used to enclose a group of
directives which will apply only to a particular virtual host. Any
directive which is allowed in a virtual host context may be
@@ -4709,44 +1656,29 @@ hostname or IP address
enclosed in the <VirtualHost>
section. Addr can be
-- --
- <VirtualHost 10.1.2.3>
++-
- - <VirtualHost 10.1.2.3>
ServerAdmin webmaster@host.foo.com
DocumentRoot /www/docs/host.foo.com
ServerName host.foo.com
ErrorLog logs/host.foo.com-error_log
TransferLog logs/host.foo.com-access_log
</VirtualHost> -
IPv6 addresses must be specified in square brackets because +
IPv6 addresses must be specified in square brackets because the optional port number could not be determined otherwise. An IPv6 example is shown below:
- --- --
- +
+-
- ErrorLog logs/host.foo.com-error_log <VirtualHost [fe80::a00:20ff:fea7:ccea]>
ServerAdmin webmaster@host.foo.com
DocumentRoot /www/docs/host.foo.com
@@ -4754,13 +1686,9 @@ hostname or IP address
TransferLog logs/host.foo.com-access_log
</VirtualHost> - -
Each Virtual Host must correspond to a different IP address, +
Each Virtual Host must correspond to a different IP address,
different port number or a different host name for the server,
in the former case the server machine must be configured to
accept IP packets for multiple addresses. (If the machine does
@@ -4768,60 +1696,31 @@ hostname or IP address
accomplished with the ifconfig alias
command (if
your OS supports it), or with kernel patches like VIF (for SunOS(TM) 4.1.x)).
The special name _default_
can be specified in
+
The special name _default_
can be specified in
which case this virtual host will match any IP address that is
not explicitly listed in another virtual host. In the absence
of any _default_ virtual host the "main" server config,
consisting of all those definitions outside any VirtualHost
section, is used when no match occurs.
You can specify a :port
to change the port that is
+
You can specify a :port
to change the port that is
matched. If unspecified then it defaults to the same port as the
- most recent Listen
+ most recent Listen
statement of the main server. You may also specify :*
to match all ports on that address. (This is recommended when used
with _default_
.)
-SECURITY: See the security tips document +
SECURITY: See the security tips document for details on why your security could be compromised if the directory where logfiles are stored is writable by anyone other than the user that starts the server.
- -
-NOTE: The use of <VirtualHost>
does not
+
NOTE: The use of <VirtualHost>
does not
affect what addresses Apache listens on. You may need to ensure
- that Apache is listening on the correct addresses using Listen
.
-See also: -
-See also