##
# Server Configuration (httpd.conf)
##

# You should set the ServerName and ServerAdmin attributes to
# the appropriate values for your site.

ServerType	standalone
ServerName	localhost
#ServerAdmin	webmaster@localhost
BindAddress	*
Port		80
#Listen		8080
User		nobody
Group		nogroup

# These are the defaults for apache on Rhapsody
# Change these if you install your files elsewhere

#ServerRoot	"/Local/Library/WebServer"
#ErrorLog	"Logs/Errors"
#TransferLog	"Logs/Access"
#PidFile	"Logs/Process"
#ScoreBoardFile	"Logs/Status"

# Bug in some old browsers: Don't use keepalive.
BrowserMatch Mozilla/2 nokeepalive

HostnameLookups		on
Timeout			300
#CacheNegotiatedDocs
KeepAlive		on
MaxKeepAliveRequests	100
KeepAliveTimeout	15
StartServers		5
MinSpareServers		5
MaxSpareServers		10
MaxClients		150
MaxRequestsPerChild	30
