Hello,

I've got this stanza in one of my virtual host configurations on
apache 2.4.x. It's requiring me to load the access compatibility
module, it is the only block requiring this module and i'd like to get
it converted to apache 2.4. I've not been able to get the access
correct, and would appreciate any suggestions.

    <Location /example>
        Order Deny,Allow
        Deny from all
        Allow from 192.168.1.1
    </Location>

Thanks.
Dave.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to