Need advice: IP-based access restrictions for WO + Apache

2009-05-13 Thread Andre LaBranche
Hello list, I'm trying to implement a simple solution for blocking hosts by IP address or range. I have the following configuration: In /etc/apache2/sites/blocking.conf Directory /Library/WebServer AllowOverride Limit /Directory /Library/WebServer/.htaccess contains: Order Allow,Deny Allow

Re: Need advice: IP-based access restrictions for WO + Apache

2009-05-13 Thread Chuck Hill
On May 13, 2009, at 4:40 PM, Andre LaBranche wrote: Hello list, I'm trying to implement a simple solution for blocking hosts by IP address or range. I have the following configuration: In /etc/apache2/sites/blocking.conf Directory /Library/WebServer AllowOverride Limit /Directory

Re: Need advice: IP-based access restrictions for WO + Apache

2009-05-13 Thread Steven Stout
You'll most likely want to use a Location ... directive instead of a Directory .. directive. Location /cgi-bin/WebObjects /Location -Steve On May 13, 2009, at 5:03 PM, Chuck Hill wrote: On May 13, 2009, at 4:40 PM, Andre LaBranche wrote: Hello list, I'm trying to implement a