Magellan Linux

Diff of /trunk/phpmyadmin/phpmyadmin.conf

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3375 by niro, Tue Sep 8 10:28:01 2015 UTC revision 3376 by niro, Wed Jul 31 09:41:07 2019 UTC
# Line 11  Alias /phpmyadmin /usr/share/phpmyadmin Line 11  Alias /phpmyadmin /usr/share/phpmyadmin
11   AddDefaultCharset UTF-8   AddDefaultCharset UTF-8
12    
13   <IfModule mod_authz_core.c>   <IfModule mod_authz_core.c>
  # Apache 2.4  
14   <RequireAny>   <RequireAny>
15   Require ip 127.0.0.1   Require ip 127.0.0.1
16   Require ip ::1   Require ip ::1
17   </RequireAny>   </RequireAny>
18   </IfModule>   </IfModule>
  <IfModule !mod_authz_core.c>  
  # Apache 2.2  
  Order Deny,Allow  
  Deny from All  
  Allow from 127.0.0.1  
  Allow from ::1  
  </IfModule>  
19  </Directory>  </Directory>
20    
21  <Directory /usr/share/phpmyadmin/setup/>  <Directory /usr/share/phpmyadmin/setup/>
22   <IfModule mod_authz_core.c>   <IfModule mod_authz_core.c>
  # Apache 2.4  
23   <RequireAny>   <RequireAny>
24   Require ip 127.0.0.1   Require ip 127.0.0.1
25   Require ip ::1   Require ip ::1
26   </RequireAny>   </RequireAny>
27   </IfModule>   </IfModule>
  <IfModule !mod_authz_core.c>  
  # Apache 2.2  
  Order Deny,Allow  
  Deny from All  
  Allow from 127.0.0.1  
  Allow from ::1  
  </IfModule>  
28  </Directory>  </Directory>
29    
30  # This directory does not require access over HTTP - taken from the original  # This directory does not require access over HTTP - taken from the original

Legend:
Removed from v.3375  
changed lines
  Added in v.3376