ServerType directive


Purpose

The ServerType directive sets how the server is executed by the system.


Syntax

ServerType type

type is one of:

Only one ServerType directive is allowed in the configuration file.


Default

If you do not specify a ServerType, httpd assumes:

ServerType standalone

We recommend against running the server from inetd. Here's why.


Examples

ServerType standalone

ServerType inetd


Return to Server Configuration File Overview

httpd@ncsa.uiuc.edu