--- httpd.conf.default Sat Sep 11 13:54:16 1999 +++ httpd.conf Sat Oct 30 01:52:22 1999 @@ -308,7 +308,7 @@ # e-mailed. This address appears on some server-generated pages, such # as error documents. # -ServerAdmin you@your.address +ServerAdmin george@yk.rim.or.jp # # ServerName allows you to set a host name which is sent back to clients for @@ -340,8 +340,8 @@ # permissions. # - Options FollowSymLinks - AllowOverride None + Options FollowSymLinks Includes ExecCGI + AllowOverride All # @@ -363,14 +363,14 @@ # Note that "MultiViews" must be named *explicitly* --- "Options All" # doesn't give it to you. # - Options Indexes FollowSymLinks + Options Indexes FollowSymLinks ExecCGI Includes # # 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. @@ -578,8 +578,8 @@ # CGI directory exists, if you have that configured. # - AllowOverride None - Options None + AllowOverride All + Options ExecCGI Includes FollowSymlinks Order allow,deny Allow from all @@ -688,6 +688,7 @@ # to avoid the ambiguity with the common suffix for perl scripts. # AddLanguage en .en +AddLanguage ja .ja AddLanguage fr .fr AddLanguage de .de AddLanguage da .da @@ -699,7 +700,7 @@ # in case of a tie during content negotiation. # Just list the languages in decreasing order of preference. # -LanguagePriority en fr de +LanguagePriority ja en fr de # # AddType allows you to tweak mime.types without actually editing it, or to @@ -723,13 +724,18 @@ # # 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 + +# +# To use XBitHack +# +XBitHack full # # Uncomment the following line to enable Apache's send-asis HTTP file