ServerType Directive

Top - Docs - General - Server - Resource - Access - FAQ - Tutorials

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.


Virtual Host

This directive is set for the entire server and cannot be used in the VirtualHost section.


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 / 10-02-95