Change the 'Allow from' address to match local network.
authorrich <rich>
Wed, 16 Nov 2005 16:06:33 +0000 (16:06 +0000)
committerrich <rich>
Wed, 16 Nov 2005 16:06:33 +0000 (16:06 +0000)
conf/cocanwiki.conf

index 04961c7..e3fc616 100644 (file)
@@ -1,5 +1,5 @@
 # Apache configuration for COCANWIKI.
-# $Id: cocanwiki.conf,v 1.21 2004/11/22 11:07:32 rich Exp $
+# $Id: cocanwiki.conf,v 1.22 2005/11/16 16:06:33 rich Exp $
 
 # Uncomment the following lines if necessary.  You will probably need
 # to adjust the paths to reflect where cocanwiki is really installed.
@@ -18,7 +18,7 @@
   # The admin subdirectory contains sensitive scripts, and should
   # be protected by ACLs and/or passwords.  This is just an example:
   Deny from all
-  Allow from 10.0.0.249
+  Allow from 127.0.0.1 192.168.2.249
 </Location>
 
 <Location /_graphics>