[EMAIL PROTECTED] custom output to check_user_id()

2006-09-06 Thread Praveen Alavilli
Is there a way to handle un-authentication in a module-specified *check_user_id() such that a formatted string can be applied to the request and HTTP_OK returned so that the request is terminated and the document returned? *check_user_id() calls decl_die() upon non-zero status that in turn te

Re: [EMAIL PROTECTED] Problem with Satisfy Directive

2006-05-24 Thread Praveen Alavilli
-Original Message- From: Praveen Alavilli [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 24, 2006 3:13 PM To: users@httpd.apache.org Subject: [EMAIL PROTECTED] Problem with Satisfy Directive I am trying to let bots crawl my site with out requiring to authentica

[EMAIL PROTECTED] Problem with Satisfy Directive

2006-05-24 Thread Praveen Alavilli
I am trying to let bots crawl my site with out requiring to authentication but it doesn't work for some reason. It doesn't even enforce the Basic auth if the user-agent doesn't match "Googlebot" even though I have Satisfy Any !! BrowserMatchNoCase Robot is_robot     AuthUserFile /home/conf/ht

[EMAIL PROTECTED] Strange problem with mod_jk2

2006-04-12 Thread Praveen Alavilli
Hi, We are seeing a strange problem with Apache/2.0.53 + Tomcat 4.1.30 connected using mod_jk2. Occasionally all the threads in one of the Apache processes (using worker mpm) gets into "*|W|*" Sending Reply mode (as seen on the server-status page) forever taking up a lot of memory and cpu. Th

[EMAIL PROTECTED] mod_cache

2005-10-19 Thread Praveen Alavilli
Hi Guys, Just wanted to find out if anyone is using mod_cache and what their experiences are. The web site says it's still in experimental mode - though the page might be an outdated one. thanks for any info Praveen - The

[users@httpd] SSL Client Cert Verification on POST requests

2005-06-28 Thread Praveen Alavilli
Anyone know if this problem was ever fixed in the newer versions of Apache 2 ? http://www.mail-archive.com/modssl-users@modssl.org/msg16922.html I have to do SSL Client Cert authentication on POST requests and there seems to be no other way with Apache2. thanks in advance for any useful poin

Re: [users@httpd] Compression and Security

2005-06-25 Thread Praveen Alavilli
you should check out Apache modules mod_deflate & mod_security Arthur Guy wrote on 6/25/2005, 3:13 PM: There are two things I have been trying to find out about apache but I have been unable, I hope you guys can help.   The first thing is compression, on my current IIS serv