| oct96.tar |
Figure 2: Excerpt of httpd.conf
# This is the main server configuration file. # See http://hoohoo.ncsa.uiuc.edu/ for instructions. # ServerType is either inetd, or standalone. ServerType standalone ## Port 80 is the WKS for the HTTP -- switch only if you have a ## special application for it (you'll also have to tell your ## browsers about it). Port 80 # If you wish httpd to run as a different user or group, you must # run httpd as root initially and it will switch. User nobody Group #-1 ## ServerAdmin is where problems get mailed to. Note that if you use ## a name like "webmaster" without defining an alias or a user, you ## are risking problems! ServerAdmin webmaster@your.server.name ## ServerRoot: NCSA now defines this as /usr/local/etc/httpd by ## default. If upgrading from Slackware httpd 1.3, and you don't ## define a symbolic link, you should use: ServerRoot /var/httpd
|