home *** CD-ROM | disk | FTP | other *** search
- #---------------------------------------------------------------------
- #
- # HTTPD.CNF
- #
- # Main server configuration file for OS2WWW
- #
- # Please read the instructions carefully and consult the online docs
- # before modifing this configuration file.
- #
- # OS2WWW supports the options documented in this file. The NCSA
- # ServerType option is not supported.
- #
- # NOTE: path defaults are relative to the server's installation
- # directory (ServerRoot). Paths may be given in Unix or DOS
- # style (using '/' or '\').
- #
- #---------------------------------------------------------------------
-
- # Port: The port that OS2WWW listens to. 80 is the network standard.
- # Format: Port <number>
- # Default: 80
- #
- # >>Remove the leading pound(#) sign in the next line to specify the option<<
- # Port 80
- Port %PORT%
-
- # ServerRoot: The directory the server's config, error, and log files
- # are kept in. This can be specified on the command line
- # with the option -d.
- # Format: ServerRoot <path>
- # Default: /os2www/
- #
- # >>Remove the leading pound(#) sign in the next line to specify the option<<
- ServerRoot %SERVERROOT%
-
- # ServerAdmin: Your address, where problems with the server should be
- # e-mailed.
- # Format: ServerAdmin <email addr>
- # Default:
- #
- # >>Remove the leading pound(#) sign in the next line to specify the option<<
- # ServerAdmin your_email_addresss@domain
- ServerAdmin %SERVERADMIN%
-
- # ServerName: allows you to set a host name which is sent back to clients for
- # your server if it's different than the one the program would
- # get (i.e. use "www" instead of the host's real name). Make sure
- # your DNS is set up to alias the name to your system!
- # Format: ServerName <domain name>
- # Default: hostname of the system running OS2WWW.
- #
- # >>Remove the leading pound(#) sign in the next line to specify the option<<
- # ServerName www.your.doamin
-
- # Timeout: the timeout is the amount of time in second the server
- # will wait before abort the communication. There is only
- # timeout variable which applies to all network operation.
- # Format: Timeout nn (seconds)
- # Default: 1200 second
- #
- # >>Remove the leading pound(#) sign in the next line to specify the option<<
- # Timeout 60
-
- # ErrorLog: the location of the error log file. ServerRoot is prepended
- # if it does not start with / or a drive letter.
- # Format: ErrorLog <path/file>
- # Default: logs/error.log
- #
- # >>Remove the leading pound(#) sign in the next line to specify the option<<
- # ErrorLog logs/error.log
-
- # TransferLog: the location of the transfer log file. ServerRoot is prepended
- # if it does not start with / or a drive letter.
- # Format: TransferLog <path/file>
- # Default: logs/access.log
- #
- # >>Remove the leading pound(#) sign in the next line to specify the option<<
- # TransferLog logs/access.log
-
- # PidFile: the location of the file in which process id is logged. As
- # usual, ServerRoot is prepended if it does not start with /
- # or a drive letter.
- # Format: PidFile <path/file>
- # Default: logs/httpd.pid
- #
- # >>Remove the leading pound(#) sign in the next line to specify the option<<
- # PidFile logs/httpd.pid
-
- # AccessConfig: the location of the file in which the global access
- # configuration is stored. ServerRoot is prepended if it does
- # not start with / or a driver letter.
- # Format: AccessConfig <path/file>
- # Default: conf/access.cnf
- #
- # >>Remove the leading pound(#) sign in the next line to specify the option<<
- # AccessConfig conf/access.cnf
-
- # ResourceConfig: the location of the file in which the resource configuration
- # is stored. ServerRoot is prepended if it does not start
- # with / or a driver letter.
- # Format: ResourceConfig <path/file>
- # Default: conf/srm.cnf
- #
- # >>Remove the leading pound(#) sign in the next line to specify the option<<
- # ResourceConfig conf/srm.cnf
-
- # TypeConfig: the location of the file in which maps the filename extension
- # to MIME types. ServerRoot is prepended if it does not start
- # with / or a driver letter.
- # Format: TypeConfig <path/file>
- # Default: conf/mime.typ
- #
- # >>Remove the leading pound(#) sign in the next line to specify the option<<
- # TypeConfig conf/mime.typ
-
-
-