SPECS: php-xcache.spec - allow admin from localhost by default

glen glen at pld-linux.org
Thu Jul 5 13:19:12 CEST 2007


Author: glen                         Date: Thu Jul  5 11:19:12 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- allow admin from localhost by default

---- Files affected:
SPECS:
   php-xcache.spec (1.14 -> 1.15) 

---- Diffs:

================================================================
Index: SPECS/php-xcache.spec
diff -u SPECS/php-xcache.spec:1.14 SPECS/php-xcache.spec:1.15
--- SPECS/php-xcache.spec:1.14	Mon Jul  2 21:59:48 2007
+++ SPECS/php-xcache.spec	Thu Jul  5 13:19:06 2007
@@ -40,7 +40,7 @@
 cat > apache.conf <<'EOF'
 Alias /xcache %{_appdir}
 <Directory %{_appdir}>
-	Allow from all
+	Allow from 127.0.0.1
 </Directory>
 EOF
 
@@ -109,6 +109,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.15  2007/07/05 11:19:06  glen
+- allow admin from localhost by default
+
 Revision 1.14  2007/07/02 19:59:48  glen
 - webapps integration; rel 2
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/php-xcache.spec?r1=1.14&r2=1.15&f=u



More information about the pld-cvs-commit mailing list