Magellan Linux

Diff of /alx-src/branches/alx-web-070/apache/alx-web.conf.in

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

revision 13668 by niro, Wed Feb 17 12:06:07 2016 UTC revision 13669 by niro, Thu Jul 25 14:19:17 2019 UTC
# Line 12  / Line 12  /
12   AllowOverride ALL   AllowOverride ALL
13    
14   <IfModule mod_authz_core.c>   <IfModule mod_authz_core.c>
  # Apache 2.4  
15   <RequireAny>   <RequireAny>
16   Require ip 127.0.0.1   Require ip 127.0.0.1
17   Require ip ::1   Require ip ::1
18   </RequireAny>   </RequireAny>
19   </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>  
20  </Directory>  </Directory>

Legend:
Removed from v.13668  
changed lines
  Added in v.13669