Web Server Administration: Base Directives
Base Directives(http.conf)
ServerRoot The directory where the server's config, error, & log files are kept.
ServerName Hostname that's sent back to the browser (www)
ServerAdmin email address of the server admin
ServerType inetd or standalone (usually you'll want standalone)
Port port to listen for requests on (generally 80)
User The userid to run the httpd (usually "nobody")
Group The group to run the httpd (usually "nogroup")