--- httpd.conf 1999/11/21 11:38:30 1.1 +++ httpd.conf 1999/11/21 11:45:01 @@ -235,7 +235,7 @@ # Port: The port to which the standalone server listens. For # ports < 1023, you will need httpd to be run as root initially. # -Port 8080 +Port 80 # # If you wish httpd to run as a different user or group, you must run @@ -257,7 +257,7 @@ # e-mailed. This address appears on some server-generated pages, such # as error documents. # -ServerAdmin makoto@milano.ki.nu +ServerAdmin makoto@.ki.nu # # ServerName allows you to set a host name which is sent back to clients for @@ -278,7 +278,7 @@ # documents. By default, all requests are taken from this directory, but # symbolic links and aliases may be used to point to other locations. # -DocumentRoot "/usr/local/apache/htdocs" +DocumentRoot "/home/htdocs" # # Each directory to which Apache has access, can be configured with respect @@ -289,7 +289,7 @@ # permissions. # - Options FollowSymLinks + Options FollowSymLinks ExecCGI AllowOverride None @@ -303,7 +303,7 @@ # # This should be changed to whatever you set DocumentRoot to. # - + # # This may also be "None", "All", or any combination of "Indexes", @@ -312,14 +312,14 @@ # Note that "MultiViews" must be named *explicitly* --- "Options All" # doesn't give it to you. # - Options Indexes FollowSymLinks + Options All # # This controls which options the .htaccess files in directories can # override. Can also be "All", or any combination of "Options", "FileInfo", # "AuthConfig", and "Limit" # - AllowOverride None + AllowOverride All # # Controls who can get stuff from this server. @@ -355,7 +355,7 @@ # DirectoryIndex: Name of the file or files to use as a pre-written HTML # directory index. Separate multiple entries with spaces. # -DirectoryIndex index.html +DirectoryIndex index.cgi index.shtml index.html # # AccessFileName: The name of the file to look for in each directory @@ -520,7 +520,7 @@ # The same rules about trailing "/" apply to ScriptAlias directives as to # Alias. # -ScriptAlias /cgi-bin/ "/usr/local/apache/cgi-bin/" +ScriptAlias /cgi-bin/ "/home/htdocs/cgi-bin/" # # "/usr/local/apache/cgi-bin" should be changed to whatever your ScriptAliased @@ -672,13 +672,13 @@ # # To use CGI scripts: # -#AddHandler cgi-script .cgi +AddHandler cgi-script .cgi # # To use server-parsed HTML files # -#AddType text/html .shtml -#AddHandler server-parsed .shtml +AddType text/html .shtml +AddHandler server-parsed .shtml # # Uncomment the following line to enable Apache's send-asis HTTP file