]> git.pld-linux.org Git - packages/php-xcache.git/commitdiff
- allow admin from localhost by default
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 5 Jul 2007 11:19:06 +0000 (11:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php-xcache.spec -> 1.15

php-xcache.spec

index fc37f73f38cf79c1851c5ed697b2dcc67a9b992b..b6cbcb83851e2e9ddf860e0bd3da4966b98b5e2a 100644 (file)
@@ -39,7 +39,7 @@ działające na produkcyjnych serwerach o dużym obciążeniu.
 cat > apache.conf <<'EOF'
 Alias /xcache %{_appdir}
 <Directory %{_appdir}>
-       Allow from all
+       Allow from 127.0.0.1
 </Directory>
 EOF
 
This page took 0.035635 seconds and 4 git commands to generate.