logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: Unknown Authz provider: ip
Author
kevpatts



Joined: 13 Oct 2013
Posts: 3
Location: Ireland, Dublin

PostPosted: Wed 26 Nov '14 15:54    Post subject: Unknown Authz provider: ip Reply with quote

I'm trying to set up a whitelist of a single IP address for a remove directory that is a proxy to another interface.

As per the documentation I'm using:
Code:
<Proxy *>
    Require all denied
    Require ip 1.2.3.4
</Proxy>

within my virtualhost but I keep getting:
Code:
Unknown Authz provider: ip
Action 'configtest' failed.

when the server starts. What can I do to fix this? I've tried everything!

Software is Apache 2.4.7 on Ubuntu 14.04
Back to top
glsmith
Moderator


Joined: 16 Oct 2007
Posts: 2268
Location: Sun Diego, USA

PostPosted: Wed 26 Nov '14 18:35    Post subject: Reply with quote

make sure mod_authz_host is loaded
Back to top
kevpatts



Joined: 13 Oct 2013
Posts: 3
Location: Ireland, Dublin

PostPosted: Thu 27 Nov '14 15:47    Post subject: Reply with quote

Thanks. From googling this seemed to be part of mod_authz_core so I only had that enabled.
Back to top


Reply to topic   Topic: Unknown Authz provider: ip View previous topic :: View next topic
Post new topic   Forum Index -> Apache