# # HTTP8001.CONF - Rule file for testing CERN v2.16vmsbeta httpd # ------------- on port 8001 -- F.Macrides (macrides@sci.wfeb.edu) # # Set up timeout and script-handling parameters # inputtimeout 300 outputtimeout 300 scripttimeout 300 spawninit /HTTPD_Dir/SpawnInit.com scratchdir /WWW_Root/SCRATCH/ # # Set up logging # accesslog /HTTPD_Dir/http8001.log errorlog /HTTPD_Dir/http8001_error.log logfileformat new logtime localtime # # Set up script URL handling # This example makes http://:8001/dir/etc # equivalent to http://:8001/htbin/htdir/etc # for creating a menu of this directory via htdir.com # and enables URL's such as http://:8001/htbin/localtime # and http://:8001/htbin/wfebgopher # map /dir/* /htbin/htdir/* exec /htbin/* /HTTPD_Dir/* map /etc/* /HTTPD_Dir/* # # Set up file serving via the data tree # map /www/* /WWW_Root/000000/* map / /WWW_Root/000000/Welcome.html pass /WWW_Root/000000/* # # Make this directory available for the htdir.com example # pass /HTTPD_Dir/* fail * # # Add typing of extensions that are not in HTSInit.c, # for the htdir.com example # addtype .pp text/plain 7-bit 0.5 addtype _ori text/plain 7-bit 0.5