Magellan Linux

Diff of /mcore-src/trunk/mcore-tools/src/modules/pxeconfig/mcore-boot.conf.in

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

revision 2861 by niro, Wed Jul 15 06:46:38 2020 UTC revision 2862 by niro, Wed Jul 15 06:47:39 2020 UTC
# Line 4  /boot/ Line 4  /boot/
4   Options Indexes FollowSymlinks MultiViews   Options Indexes FollowSymlinks MultiViews
5    
6   <IfModule mod_authz_core.c>   <IfModule mod_authz_core.c>
  # Apache 2.4  
7   <RequireAny>   <RequireAny>
8   # allow boot from everywhere   # allow boot from everywhere
9   # you may want to change this to something like this:   # you may want to change this to something like this:
# Line 12  /boot/ Line 11  /boot/
11   Require all granted   Require all granted
12   </RequireAny>   </RequireAny>
13   </IfModule>   </IfModule>
  <IfModule !mod_authz_core.c>  
  # Apache 2.2  
  Order Deny,Allow  
  Deny from All  
  # allow boot from everywhere  
  # you may want to change this to something like this  
  #  Allow from 192.168.0.0/24  
  Allow from All  
  </IfModule>  
14  </Directory>  </Directory>

Legend:
Removed from v.2861  
changed lines
  Added in v.2862