From 76375e1f00d513bfad2895965b6c38c75726987d Mon Sep 17 00:00:00 2001 From: rich Date: Wed, 16 Nov 2005 16:06:33 +0000 Subject: [PATCH] Change the 'Allow from' address to match local network. --- conf/cocanwiki.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/cocanwiki.conf b/conf/cocanwiki.conf index 04961c7..e3fc616 100644 --- a/conf/cocanwiki.conf +++ b/conf/cocanwiki.conf @@ -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 -- 1.8.3.1