[users@httpd] httpd ldap auth module

2011-01-11 Thread Carlos S
Hi, I am using CentOS 5.4 system with httpd 2.2.3-43.el5.centos.3. I am looking at LDAP module for Apache httpd for authentication. The 'yum install' gives me 'mod_authz_ldap.i386 0:0.26-9.el5_5.1', whereas on Apache documentation site I found mod_authNz_ldap module. Both modules appear to be

[us...@httpd] disable wget-like user-agents

2011-01-04 Thread Carlos S
Is there any way to disable download/traffic from wget-like user agents? Can this be done using user-agent string? Any documentation link or example will be really helpful. -- cs. - The official User-To-User support forum of the

Re: [us...@httpd] disable wget-like user-agents

2011-01-04 Thread Carlos S
Thanks for the links Mark and Doug. The webscrapers thing looks interesting.. I had looked at mod_rewrite and User-Agent header solution. Recently I was trying to download a package using wget, but the website prevented access to it. I tried --user-agent option but it didn't work either. So I

[us...@httpd] making exception to system-wide Location rules

2010-09-07 Thread Carlos S
I have a configuration which applies server-wide config rules using Location directive {{{ Location / config-rules /Location }}} I want to make an exception to this rule for a particular directory. This directory is outside DocumentRoot and hence I used Alias and Directory to make such