[Apache 2.2 and 2.4 compatible configs] --- https://www.pld-linux.org/packages/apache?rev=1370974438 +++ https://www.pld-linux.org/packages/apache @@ -26,14 +26,14 @@ you need to use: <code apache> - <IfModule mod_authz_core.c> - # Apache 2.4 - Require all granted - </IfModule> + # # Apache 2.x <IfModule !mod_authz_core.c> Order allow,deny Allow from all + </IfModule> + # Apache 2.4 + <IfModule mod_authz_core.c> + Require all granted </IfModule> </code> -
Diff URL: https://www.pld-linux.org/packages/apache?do=diff&r1=1370974438&r2=1377612604 -- This mail was generated by DokuWiki at https://www.pld-linux.org/ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
