--- mcore-src/trunk/mcore-tools/src/modules/pxeconfig/mcore-boot.conf.in 2020/07/15 06:43:18 2860 +++ mcore-src/trunk/mcore-tools/src/modules/pxeconfig/mcore-boot.conf.in 2020/07/15 06:46:38 2861 @@ -7,8 +7,8 @@ # Apache 2.4 # allow boot from everywhere - # you may want to change this to somehting like - # Reqire ip 192.168.0.0/24 + # you may want to change this to something like this: + # Require ip 192.168.0.0/24 Require all granted @@ -17,7 +17,7 @@ Order Deny,Allow Deny from All # allow boot from everywhere - # you may want to change this to somehting like + # you may want to change this to something like this # Allow from 192.168.0.0/24 Allow from All