| 
 
 
 | 
| Keep Server Online 
 If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
 
 or
 
 
   
 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.
 |  | 
 | 
| | 
| | 
|  Topic: Unknown Authz provider: ip |  |  
| Author |  |  
| kevpatts 
 
 
 Joined: 13 Oct 2013
 Posts: 3
 Location: Ireland, Dublin
 
 | 
|  Posted: Wed 26 Nov '14 15:54    Post subject: Unknown Authz provider: ip |   |  
| 
 |  
| 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
 
 | 
|  Posted: Wed 26 Nov '14 18:35    Post subject: |   |  
| 
 |  
| make sure mod_authz_host is loaded |  |  
| Back to top |  |  
| kevpatts 
 
 
 Joined: 13 Oct 2013
 Posts: 3
 Location: Ireland, Dublin
 
 | 
|  Posted: Thu 27 Nov '14 15:47    Post subject: |   |  
| 
 |  
| Thanks. From googling this seemed to be part of mod_authz_core so I only had that enabled. |  |  
| Back to top |  |  
 
 | 
 |  | 
 |  |