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 2860 by niro, Tue Feb 9 12:18:21 2016 UTC revision 2861 by niro, Wed Jul 15 06:46:38 2020 UTC
# Line 7  /boot/ Line 7  /boot/
7   # Apache 2.4   # Apache 2.4
8   <RequireAny>   <RequireAny>
9   # allow boot from everywhere   # allow boot from everywhere
10   # you may want to change this to somehting like   # you may want to change this to something like this:
11   #  Reqire ip 192.168.0.0/24   #  Require ip 192.168.0.0/24
12   Require all granted   Require all granted
13   </RequireAny>   </RequireAny>
14   </IfModule>   </IfModule>
# Line 17  /boot/ Line 17  /boot/
17   Order Deny,Allow   Order Deny,Allow
18   Deny from All   Deny from All
19   # allow boot from everywhere   # allow boot from everywhere
20   # you may want to change this to somehting like   # you may want to change this to something like this
21   #  Allow from 192.168.0.0/24   #  Allow from 192.168.0.0/24
22   Allow from All   Allow from All
23   </IfModule>   </IfModule>

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