2 Replies Latest reply on Nov 18, 2013 9:43 AM by rhusar

    mod_cluster RPM and "Require all granted"

    rhusar

      Seems to me that Fedora 19 now ships all configs with authz module on, for which we need to explicitely allow access for registration with the proxy, "Require all granted" is enough.

       

          <Location />    
            Order deny,allow
            Deny from all
            Allow from ...
           
            Require all granted
          </Location>
      

      Should this be added to the README file? There is no mention of it now: /usr/share/doc/mod_cluster-1.2.1/README