home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 9 / CDACTUAL9.iso / share / Os2 / varios / OS2WWW / HTTPD.ORG < prev    next >
Encoding:
Text File  |  1995-06-27  |  4.5 KB  |  117 lines

  1. #---------------------------------------------------------------------
  2. #
  3. #   HTTPD.CNF
  4. #
  5. # Main server configuration file for OS2WWW
  6. # Please read the instructions carefully and consult the online docs
  7. # before modifing this configuration file.
  8. #
  9. # OS2WWW supports the options documented in this file. The NCSA
  10. # ServerType option is not supported.
  11. #
  12. # NOTE: path defaults are relative to the server's installation
  13. #       directory (ServerRoot). Paths may be given in Unix or DOS 
  14. #       style (using '/' or '\').
  15. #
  16. #---------------------------------------------------------------------
  17.  
  18. # Port:         The port that OS2WWW listens to. 80 is the network standard.
  19. # Format:       Port <number>
  20. # Default:      80
  21. #
  22. # >>Remove the leading pound(#) sign in the next line to specify the option<<
  23. # Port 80
  24. Port %PORT%
  25.  
  26. # ServerRoot:   The directory the server's config, error, and log files
  27. #               are kept in. This can be specified on the command line 
  28. #               with the option -d.
  29. # Format:       ServerRoot <path>
  30. # Default:      /os2www/
  31. #
  32. # >>Remove the leading pound(#) sign in the next line to specify the option<<
  33. ServerRoot %SERVERROOT%
  34.  
  35. # ServerAdmin:  Your address, where problems with the server should be
  36. #               e-mailed.
  37. # Format:       ServerAdmin <email addr>
  38. # Default:      
  39. #
  40. # >>Remove the leading pound(#) sign in the next line to specify the option<<
  41. # ServerAdmin your_email_addresss@domain
  42. ServerAdmin %SERVERADMIN%
  43.  
  44. # ServerName:   allows you to set a host name which is sent back to clients for
  45. #               your server if it's different than the one the program would 
  46. #               get (i.e. use "www" instead of the host's real name). Make sure 
  47. #               your DNS is set up to alias the name to your system!
  48. # Format:       ServerName <domain name>
  49. # Default:      hostname of the system running OS2WWW.
  50. #
  51. # >>Remove the leading pound(#) sign in the next line to specify the option<<
  52. # ServerName www.your.doamin
  53.  
  54. # Timeout:      the timeout is the amount of time in second the server
  55. #               will wait before abort the communication. There is only
  56. #               timeout variable which applies to all network operation.
  57. # Format:       Timeout nn    (seconds)
  58. # Default:      1200 second
  59. # >>Remove the leading pound(#) sign in the next line to specify the option<<
  60. # Timeout 60
  61.  
  62. # ErrorLog:     the location of the error log file. ServerRoot is prepended   
  63. #               if it does not start with / or a drive letter.
  64. # Format:       ErrorLog <path/file>
  65. # Default:      logs/error.log
  66. #
  67. # >>Remove the leading pound(#) sign in the next line to specify the option<<
  68. # ErrorLog logs/error.log
  69.  
  70. # TransferLog:  the location of the transfer log file. ServerRoot is prepended
  71. #               if it does not start with / or a drive letter.
  72. # Format:       TransferLog <path/file>
  73. # Default:      logs/access.log
  74. #
  75. # >>Remove the leading pound(#) sign in the next line to specify the option<<
  76. # TransferLog logs/access.log
  77.  
  78. # PidFile:      the location of the file in which process id is logged. As
  79. #               usual, ServerRoot is prepended if it does not start with /
  80. #               or a drive letter.
  81. # Format:       PidFile <path/file>
  82. # Default:      logs/httpd.pid
  83. #
  84. # >>Remove the leading pound(#) sign in the next line to specify the option<<
  85. # PidFile logs/httpd.pid
  86.  
  87. # AccessConfig: the location of the file in which the global access 
  88. #               configuration is stored. ServerRoot is prepended if it does
  89. #               not start with / or a driver letter.
  90. # Format:       AccessConfig <path/file>
  91. # Default:      conf/access.cnf
  92. #
  93. # >>Remove the leading pound(#) sign in the next line to specify the option<<
  94. # AccessConfig conf/access.cnf
  95.  
  96. # ResourceConfig: the location of the file in which the resource configuration 
  97. #               is stored. ServerRoot is prepended if it does not start 
  98. #               with / or a driver letter.
  99. # Format:       ResourceConfig <path/file>
  100. # Default:      conf/srm.cnf
  101. #
  102. # >>Remove the leading pound(#) sign in the next line to specify the option<<
  103. # ResourceConfig conf/srm.cnf
  104.  
  105. # TypeConfig:   the location of the file in which maps the filename extension
  106. #               to MIME types. ServerRoot is prepended if it does not start 
  107. #               with / or a driver letter.
  108. # Format:       TypeConfig <path/file>
  109. # Default:      conf/mime.typ
  110. #
  111. # >>Remove the leading pound(#) sign in the next line to specify the option<<
  112. # TypeConfig conf/mime.typ
  113.  
  114.  
  115.