This commit is contained in:
s0dy
2018-11-01 18:49:58 +01:00
parent 5c7a911f2d
commit fc7817c0b8
4 changed files with 406 additions and 42 deletions

View File

@ -15,15 +15,14 @@ Alias /phpmyadmin /usr/share/phpMyAdmin
# Apache 2.4
<RequireAny>
Require all granted
Require ip 127.0.0.1
Require ip ::1
#Require ip 127.0.0.1
#Require ip ::1
</RequireAny>
</IfModule>
<IfModule !mod_authz_core.c>
# Apache 2.2
Order Deny,Allow
Deny from All
Allow from 90.105.114.249
Allow from 127.0.0.1
Allow from ::1
</IfModule>
@ -34,15 +33,14 @@ Alias /phpmyadmin /usr/share/phpMyAdmin
# Apache 2.4
<RequireAny>
Require all granted
Require ip 127.0.0.1
Require ip ::1
#Require ip 127.0.0.1
#Require ip ::1
</RequireAny>
</IfModule>
<IfModule !mod_authz_core.c>
# Apache 2.2
Order Deny,Allow
Deny from All
Allow from 90.105.114.249
Allow from 127.0.0.1
Allow from ::1
</IfModule>