httpd.conf
# This is the main server configuration file. It is best to
# leave the directives in this file in the order they are in, or
# things may not go the way you'd like. See URL http://hoohoo.ncsa.uiuc.edu/
# for instructions.
# Do NOT simply read the instructions in here without understanding
# what they do, if you are unsure consult the online docs. You have been
# warned.
# Rob McCool (comments, questions to httpd@ncsa.uiuc.edu)
# ServerType is either inetd, or standalone.
#ServerType inetd
ServerType standalone
# If you are running from inetd, go to "ServerAdmin".
# Port: The port the standalone listens to. For ports < 1023, you will
# need httpd to be run as root initially.
#Port 80
Port 8080
# If you wish httpd to run as a different user or group, you must run
# httpd as root initially and it will switch.
# User/Group: The name (or #number) of the user/group to run httpd as.
#
#UserId nobody
#GroupId nobody
UserId tatsuo
GroupId staff
# ServerAdmin: Your address, where problems with the server should be
# e-mailed.
#ServerAdmin maruyama@wakhok.ac.jp
# ServerRoot: The directory the server's config, error, and log files
# are kept in
#ServerRoot /usr/www/webserver
ServerRoot /home/net/staff4/tatsuo/www/server
# ErrorLog: The location of the error log file. If this does not start
# with /, ServerRoot is prepended to it.
Accesslog logs/access_log
ErrorLog logs/error_log
LogFormat Common
LogTime LocalTime
# TransferLog: The location of the transfer log file. If this does not
# start with /, ServerRoot is prepended to it.
#
# PidFile: The file the server should log its pid to
PidFile logs/httpd.pid
#
Caching Off
#CacheRoot /usr/www/cache
#CacheSize 500 M
#NoCaching http://*.wakhok.ac.jp/*
#
# 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).
#
# Note: You cannot just invent host names and hope they work. The name you
# define here must be a valid DNS name for your host. If you don't understand
# this, ask your network administrator.
#
ServerName ewsg3.wakhok.ac.jp
#
UserDir www
#
DirAccess Off
#
Welcome welcome.html
Welcome index.html
Welcome home.html
#
#Exec /cgi-bin/* /usr/www/webserver/cgi-bin/*
Exec /cgi-bin/* /home/net/staff4/tatsuo/www/server/cgi-bin/*
#
#Pass /* /usr/www/webserver/docs/*
Pass /* /home/net/staff4/tatsuo/www/server/docs/*
#
Pass http:*
Pass ftp:*
Pass gopher:*
Pass wais:*
#
#http_proxy http://sparc07.wakhok.ac.jp/
#gopher_proxy http://sparc07.wakhok.ac.jp/
#wais_proxy http://sparc07.wakhok.ac.jp/
#ftp_proxy http://sparc07.wakhok.ac.jp/
#
AddType .ksh application/x-ksh 8bit
AddType .csh application/x-csh 8bit
#
AddType .speech audio/speech 8bit
AddType .mjp video/mjpeg 8bit
#
AddType .pcm audio/pcm 8bit