mirror of
https://github.com/Aviortheking/Blog_IMIE.git
synced 2025-07-29 06:09:50 +00:00
Auth
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user