formations/modules_EOLE_envole/documents/exercice2/apache.conf

19 lines
378 B
ApacheConf

%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