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


[Back] Return to Server Configuration File Overview
NCSA HTTPd Development Team / httpd@ncsa.uiuc.edu / Last Modified 7-12-95