# Configuration file for httpd. Lines beginning with a '#' are comments. # Directory containing server stuff (conf directory). Also, pathnames # beginning with "./" are relative to here. ServerRoot AmiTCP:httpd # Root directory for documents (http://this.host/ goes to this directory). DocumentRoot ./htdocs # Directory to look in when a ~user request is received. # --- NOT CURRENTLY IMPLEMENTED --- #UserDir public_html # File that represents a directory index. When we get a .../ request, we # append this filename to it. DirectoryIndex index.html # Directory aliases, in the form "Alias http-path real-path". Alias /~achurch/ ./htdocs/achurch/ # Script directories - any files in these directories are automatically CGI # programs. Format: ScriptAlias http-path real-path ScriptAlias /cgi-bin/ ./cgi-bin/