
ServerAdmin Directive
ServerAdmin directive is used to define the value returned by SERVER_ADMIN server variable. It is used only for compatibility with Apache mod_rewrite.
This directive can be used only once in a rewrite configuration.
Configuration context
- per-server configurations
- per-virtual-host configurations
Syntax
ServerAdmin admin_contact
It requires only one argument. admin_contact can be either the a URL or an e-mail address at which the server administrator can be contacted.
|