ServerAdmin directive


Purpose

The ServerAdmin directive gives the server your e-mail address. This is so that the server can give people your address to report error conditions.


Syntax

ServerAdmin address

Where address is an e-mail address.

Only one ServerAdmin directive is allowed in the server configuration file.


Default

If you do not specify a ServerAdmin, httpd assumes nothing and prints no address for reporting errors.


Examples

ServerAdmin www@widget.com

Errors will have the address www@widget.com as the person to blame.


Return to Server Configuration File Overview

httpd@ncsa.uiuc.edu