stoddard 99/08/18 13:32:18
Modified: mpm/conf httpd.conf-dist-win
Log:
Roll back that last change. Didn't do what I wanted it to do.
Revision Changes Path
1.3 +1 -1 apache-2.0/mpm/conf/httpd.conf-dist-win
Index: httpd.conf-dist-win
===================================================================
RCS file: /home/cvs/apache-2.0/mpm/conf/httpd.conf-dist-win,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- httpd.conf-dist-win 1999/08/18 19:31:04 1.2
+++ httpd.conf-dist-win 1999/08/18 20:32:17 1.3
@@ -246,7 +246,7 @@
# First, we configure the "default" to be a very restrictive set of
# permissions.
#
-<Directory "@@ServerRoot@@/">
+<Directory />
Options FollowSymLinks
AllowOverride None
</Directory>