Adaptations à la 2.4

This commit is contained in:
2015-03-09 12:04:27 +01:00
parent 448455c1ec
commit 4e3bcf9231
5 changed files with 46 additions and 8 deletions

View File

@ -1,6 +1,18 @@
%if %%activate_phpldapadmin == 'oui'
...
# activation de phpMyAdmin
Alias /myadmin /usr/share/phpmyadmin
Include /etc/phpmyadmin/apache.conf
<Directory /usr/share/phpmyadmin>
Order Deny,Allow
Allow from 78.120.214.105/255.255.255.255
Allow from 46.105.120.151/255.255.255.255
Allow from 194.167.18.244/255.255.255.255
Deny from all
</Directory>...
%end if