The Network People Support Forums

Other TNPI Software => NicTool => Topic started by: MHammett on May 30, 2015, 09:11:23 AM

Title: CentOS Guide
Post by: MHammett on May 30, 2015, 09:11:23 AM
I have some recommendations of things to change and some issues I found when following the CentOS 7 guide.





   <IfModule mod_authz_core.c>
     # Apache 2.4
     <RequireAny>
#       Require ip 127.0.0.1
#       Require ip ::1
       Require all granted
     </RequireAny>
   </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>