]> git.pld-linux.org Git - packages/phpMyAdmin.git/blame - apache.conf
up to 4.4.12
[packages/phpMyAdmin.git] / apache.conf
CommitLineData
e993998e 1Alias /myadmin /usr/share/phpMyAdmin
57494605 2<Directory "/usr/share/phpMyAdmin">
4eae9984 3 Options FollowSymLinks
a2b81062 4 AllowOverride None
1bdc8ed0
ER
5
6 # Apache 2.x
7 <IfModule !mod_authz_core.c>
8 Order allow,deny
9 Allow from all
10 </IfModule>
11 # Apache 2.4
12 <IfModule mod_authz_core.c>
13 Require all granted
14 </IfModule>
15
d304ae47 16 # uncomment if using apache-mod_php
17 #php_admin_value open_basedir "/etc/webapps/phpMyAdmin/:/usr/share/phpMyAdmin/:/usr/share/phpMyAdmin/css/..:/tmp"
57494605 18</Directory>
This page took 0.033824 seconds and 4 git commands to generate.