Re: [us...@httpd] Help with mod_authz_host

2010-07-14 Thread Joseph M. Morgan
Works like a charm! Thanks On 7/14/2010 4:49 AM, Tom Evans wrote: On Tue, Jul 13, 2010 at 5:53 PM, Joseph M. Morgan josephmmor...@hotmail.com wrote: Well, this one's been hitting us almost every day... I should know pretty quickly. One quick question though could I have abbreviated

[us...@httpd] Help with mod_authz_host

2010-07-13 Thread Joseph M. Morgan
This is an Apache 2.2 server running within a VM on CentOS. Both the authn_basic_module and the authn_host_module are loaded. I have the following directive: Directory /var/www/html Order deny,allow Deny from 221.192.0.0/14 /Directory Yet, today I see in my access logs: 221.192.199.35

Re: [us...@httpd] Help with mod_authz_host

2010-07-13 Thread Eric Covener
On Tue, Jul 13, 2010 at 8:13 AM, Joseph M. Morgan josephmmor...@hotmail.com wrote: This is an Apache 2.2 server running within a VM on CentOS. Both the authn_basic_module and the authn_host_module are loaded. I have the following directive: Directory /var/www/html Order deny,allow

Re: [us...@httpd] Help with mod_authz_host

2010-07-13 Thread Joseph M. Morgan
#ProxyRequests On It's commented just like that. I suspect so (don't know the default off the top of my head) On 7/13/2010 7:18 AM, Eric Covener wrote: On Tue, Jul 13, 2010 at 8:13 AM, Joseph M. Morgan josephmmor...@hotmail.com wrote: This is an Apache 2.2 server running within a VM

Re: [us...@httpd] Help with mod_authz_host

2010-07-13 Thread Tom Evans
On Tue, Jul 13, 2010 at 1:13 PM, Joseph M. Morgan josephmmor...@hotmail.com wrote: This is an Apache 2.2 server running within a VM on CentOS. Both the authn_basic_module and the authn_host_module are loaded. I have the following directive: Directory /var/www/html Order deny,allow

Re: [us...@httpd] Help with mod_authz_host

2010-07-13 Thread Joseph M. Morgan
On 7/13/2010 9:03 AM, Tom Evans wrote: On Tue, Jul 13, 2010 at 1:13 PM, Joseph M. Morgan josephmmor...@hotmail.com wrote: This is an Apache 2.2 server running within a VM on CentOS. Both the authn_basic_module and the authn_host_module are loaded. I have the following directive:

Re: [us...@httpd] Help with mod_authz_host

2010-07-13 Thread Tom Evans
On Tue, Jul 13, 2010 at 3:27 PM, Joseph M. Morgan josephmmor...@hotmail.com wrote: On 7/13/2010 9:03 AM, Tom Evans wrote: On Tue, Jul 13, 2010 at 1:13 PM, Joseph M. Morgan josephmmor...@hotmail.com  wrote: This is an Apache 2.2 server running within a VM on CentOS. Both the

Re: [us...@httpd] Help with mod_authz_host

2010-07-13 Thread Joseph M. Morgan
OK... trying this Location / Order deny,allow Deny from 221.192.0.0/14 /Location Anyone know how to test it??? Or do I just wait??? And... how will I know? On 7/13/2010 10:40 AM, Tom Evans wrote: On Tue, Jul 13, 2010 at 3:27 PM, Joseph M. Morgan josephmmor...@hotmail.com wrote:

Re: [us...@httpd] Help with mod_authz_host

2010-07-13 Thread Tom Evans
On Tue, Jul 13, 2010 at 5:07 PM, Joseph M. Morgan josephmmor...@hotmail.com wrote: OK... trying this Location /    Order deny,allow    Deny from 221.192.0.0/14 /Location Anyone know how to test it???  Or do I just wait??? And... how will I know? Ah yes, testing it. You could

Re: [us...@httpd] Help with mod_authz_host

2010-07-13 Thread Joseph M. Morgan
On 7/13/2010 11:30 AM, Tom Evans wrote: On Tue, Jul 13, 2010 at 5:07 PM, Joseph M. Morgan josephmmor...@hotmail.com wrote: OK... trying this Location / Order deny,allow Deny from 221.192.0.0/14 /Location Anyone know how to test it??? Or do I just wait??? And... how will I