Apache HTTP Server Version 2.0
This document explains some of the directives provided by
the core
server which are used to configure
the basic operations of the server.
Related Modules | Related Directives |
---|---|
The ServerAdmin
and
ServerTokens
directives
control what information about the server will be presented
in server-generated documents such as error messages. The
ServerTokens
directive
sets the value of the Server HTTP response header field.
The ServerName
and
UseCanonicalName
directives are used by the server to determine how to construct
self-referential URLs. For example, when a client requests a
directory, but does not include the trailing slash in the
directory name, Apache must redirect the client to the full
name including the trailing slash so that the client will
correctly resolve relative references in the document.
Apache HTTP Server Version 2.0
This document explains some of the directives provided by
the core
server which are used to configure
the basic operations of the server.
Related Modules | Related Directives |
---|---|
The ServerAdmin
and
ServerTokens
directives
control what information about the server will be presented
in server-generated documents such as error messages. The