home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1997 March
/
PCWK0397.iso
/
novell
/
webserv3
/
disk1
/
web
/
samples
/
config
/
httpd.cfg
< prev
next >
Wrap
Text File
|
1996-05-02
|
2KB
|
51 lines
# httpd.cfg
#
# Please DO NOT use TAB charaters when editing this file.
#
# This is the master configuration file for the web server. It is located
# in the config subdirectory of the server root directory. Lines beginning
# with '#' are treated as comments. Comments and blank lines are ignored.
# All other lines are treated as directives and values. The values control
# the behavior of the server.
#
# The default server root directory is sys:web, and can be overridden
# with the -d <directory> command line option.
#
# Path names in this file are relative to the server root directory.
# The 'Port' directive specifies which IP port the server will listen on.
# The default port for HTTP servers is 80.
Port 80
# The 'ServerAdmin' directive specifies the email address of the person
# responsible for this server. This email address is given in responses
# to errors due to server configuration
# ServerAdmin you@yoursite.yourdomain
# The 'AdminPassword' directive is an MD5 hash of the actual password required
# to pause and restart the server. The current value is the MD5 hash of the
# string 'novellweb'.
AdminPassword hJmfnZNeYT5zhGS1ZDu9nQ==
# The 'ErrorLog' and 'TransferLog' directives specify the location of the
# log files for errors and request handling. These paths are relative
# to the server root directory.
ErrorLog logs/error.log
TransferLog logs/access.log
#DebugLog logs/debug.log
# The 'AccessConfig' directive specifies the location of the access control
# file. This file contains directives that control the server's access
# policies. For more details look at the comments in access control file.
AccessConfig config/access.cfg
# The 'ResourceConfig' directive specifies the location of the resource
# configuration file. This file is used to ...
ResourceConfig config/srm.cfg
# The 'TypesConfig' directive specifies the location of the type mapping file.
# This file maps file extension to MIME types. The types recognized by the
# server are x-server-parsed-html and ...
TypesConfig config/mime.typ
MaxThreads 16