--- httpd.conf.orig Mon Feb 3 21:01:12 2003 +++ httpd.conf Sat Feb 8 16:19:59 2003 @@ -304,6 +304,7 @@ # symbolic links and aliases may be used to point to other locations. # DocumentRoot "/usr/pkg/share/httpd/htdocs" +DocumentRoot "/home/htdocs/www" # # Each directory to which Apache has access can be configured with respect @@ -328,7 +329,7 @@ # # This should be changed to whatever you set DocumentRoot to. # - + # # Possible values for the Options directive are "None", "All", @@ -342,7 +343,7 @@ # http://httpd.apache.org/docs-2.0/mod/core.html#options # for more information. # - Options Indexes FollowSymLinks + Options Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI Multiviews # # AllowOverride controls what directives may be placed in .htaccess files. @@ -369,18 +370,18 @@ # Control access to UserDir directories. The following is an example # for a site where these directories are restricted to read-only. # -# -# AllowOverride FileInfo AuthConfig Limit Indexes -# Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec -# -# Order allow,deny -# Allow from all -# -# -# Order deny,allow -# Deny from all -# -# + + AllowOverride FileInfo AuthConfig Limit Indexes + Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec ExecCGI + + Order allow,deny + Allow from all + + + Order deny,allow + Deny from all + + # # DirectoryIndex: sets the file that Apache will serve if a directory @@ -390,7 +391,7 @@ # negotiated documents. The MultiViews Option can be used for the # same purpose, but it is much slower. # -DirectoryIndex index.html index.html.var +DirectoryIndex index.cgi index.shtml index.html index.html.var # # AccessFileName: The name of the file to look for in each directory @@ -578,7 +579,7 @@ # The same rules about trailing "/" apply to ScriptAlias directives as to # Alias. # -ScriptAlias /cgi-bin/ "/usr/pkg/libexec/cgi-bin/" +ScriptAlias /cgi-bin/ "/home/htdocs/www/cgi-bin/" # @@ -761,7 +762,7 @@ # Just list the languages in decreasing order of preference. We have # more or less alphabetized them here. You probably want to change this. # -LanguagePriority en da nl et fr de el it ja ko no pl pt pt-br ltz ca es sv tw +LanguagePriority ja en da nl et fr de el it kr no pl pt pt-br ltz ca es sv tw # # ForceLanguagePriority allows you to serve a result page rather than @@ -780,7 +781,7 @@ # reasons in browsers, related to javascript and URL parsing # which encourage you to always set a default char set. # -AddDefaultCharset ISO-8859-1 +AddDefaultCharset ISO-2022-JP # # Commonly used filename extensions to character sets. You probably @@ -843,7 +844,7 @@ # To use CGI scripts outside of ScriptAliased directories: # (You will also need to add "ExecCGI" to the "Options" directive.) # -#AddHandler cgi-script .cgi +AddHandler cgi-script .cgi # # For files that include their own HTTP headers: @@ -868,8 +869,8 @@ # To parse .shtml files for server-side includes (SSI): # (You will also need to add "Includes" to the "Options" directive.) # -#AddType text/html .shtml -#AddOutputFilter INCLUDES .shtml +AddType text/html .shtml +AddOutputFilter INCLUDES .shtml # # Action lets you define media types that will execute a script whenever