]> git.pld-linux.org Git - packages/php-pecl-memcache.git/blame - memcache-apache.conf
Add pcntl dep to tests
[packages/php-pecl-memcache.git] / memcache-apache.conf
CommitLineData
afdaa3d2
ER
1Alias /memcache.php /usr/share/memcache/memcache.php
2
b134cdec 3<Directory /usr/share/memcache>
afdaa3d2
ER
4 # Allow from localhost only.
5 # IMPORTANT: if you allow from elsewhere, be sure to change admin
6 # username/password in config.php otherwise you make your page password easily
7 # guessable.
5ec9059b
ER
8
9 # Apache < 2.4
10 <IfModule !mod_authz_core.c>
11 Allow from 127.0.0.1
12 </IfModule>
13 # Apache 2.4
14 <IfModule mod_authz_core.c>
15 Require local
16 </IfModule>
afdaa3d2 17</Directory>
This page took 0.154237 seconds and 5 git commands to generate.