コンフィグレーション
# vi /usr/local/apache/conf/httpd.conf
--- /usr/local/apache/conf/httpd.conf.default 2003-05-01 20:15:57.590363000 +0900
+++ /usr/local/apache/conf/httpd.conf 2003-05-01 20:15:22.247978000 +0900
@@ -96,8 +96,8 @@
# server ignore these files altogether by using "/dev/null" (for Unix) or
# "nul" (for Win32) for the arguments to the directives.
#
-#ResourceConfig conf/srm.conf
-#AccessConfig conf/access.conf
+ResourceConfig /dev/null
+AccessConfig /dev/null
#
# Timeout: The number of seconds before receives and sends time out.
@@ -273,14 +273,14 @@
# machine always knows itself by this address. If you use Apache strictly for
# local testing and development, you may use 127.0.0.1 as the server name.
#
-#ServerName www.example.com
+ServerName www.example.com
#
# DocumentRoot: The directory out of which you will serve your
# 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 /usr/local/apache/htdocs
#
# Each directory to which Apache has access, can be configured with respect
@@ -321,7 +321,7 @@
# 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.
@@ -978,3 +978,7 @@
# ErrorLog logs/dummy-host.example.com-error_log
# CustomLog logs/dummy-host.example.com-access_log common
#
+
+ScriptAlias /_vti_bin/_vti_adm/ /usr/local/apache/htdocs/_vti_bin/_vti_adm/
+ScriptAlias /_vti_bin/_vti_aut/ /usr/local/apache/htdocs/_vti_bin/_vti_aut/
+ScriptAlias /_vti_bin/ /usr/local/apache/htdocs/_vti_bin/