[users@httpd] Conditional disabling of caching (mod_cache) based on presence of certain cookie possible ?

2012-03-02 Thread Soumendu Bhattacharya
Hi, We use Apache + mod_cache for caching our website. Our mod_cache rule is such that it enables caching for all and then selectively certain url pattern is disabled (like some contexts). Currently the need is that if a certain cookie is present , the same url which was originally cached

RE: [us...@httpd] Please suggest a module which can check for X-Forwarded ip address , functionality similar to mod_qos or mod_bw

2009-09-02 Thread Soumendu Bhattacharya
can check for X-Forwarded ip address , functionality similar to mod_qos or mod_bw On Tue, 2009-08-25 at 22:05 +0530, Soumendu Bhattacharya wrote: > Hi , > > Does anyone know of a module similar > to mod_qos or mod_bw which can limit bandwidth/no. of

[us...@httpd] Please suggest a module which can check for X-Forwarded ip address , functionality similar to mod_qos or mod_bw

2009-08-25 Thread Soumendu Bhattacharya
Hi , Does anyone know of a module similar to mod_qos or mod_bw which can limit bandwidth/no. of connections based on X-Forwarded for IP address. We have an external site which is behind Akamai load balancer, so our webserves only see Akamai IP address. As far as the

RE: [EMAIL PROTECTED] Block IP

2008-06-04 Thread Soumendu Bhattacharya
You need to use directive to block ip's from Apache (which is being served by jboss) You will also need to restart Apache everytime you add modify any ACL -Original Message- From: André Warnier [mailto:[EMAIL PROTECTED] Sent: Thursday, June 05, 2008 12:56 AM To: users@httpd.apache.or

RE: [EMAIL PROTECTED] Trying to modify Server header for apache 2.2.4 but fails

2008-06-02 Thread Soumendu Bhattacharya
mod_headers for this, I'd suggest the following line: Header unset Server Regards, Nir Peled _ From: Soumendu Bhattacharya [mailto:[EMAIL PROTECTED] Sent: Sunday, June 01, 2008 4:30 PM To: users@httpd.apache.org Subject: RE: [EMAIL PROTECTED] Trying to modify Serv

RE: [EMAIL PROTECTED] Trying to modify Server header for apache 2.2.4 but fails

2008-06-01 Thread Soumendu Bhattacharya
Trying to modify Server header for apache 2.2.4 but fails Hi Soumendu, Did you try setting ServerToken to Prod? I'm not sure it changes the headers, but it might. Give it a try. Regards, Nir _ From: Soumendu Bhattacharya [mailto:[EMAIL PROTECTED] Sent: Sunday,

[EMAIL PROTECTED] Trying to modify Server header for apache 2.2.4 but fails

2008-06-01 Thread Soumendu Bhattacharya
Hi , I am trying to modify the Server header (to disable Apache banner information) with mod_headers , but it doesn't seem to be working. Header unset Server Header set Server " Web Server" If I change it to Server1 , it works , but seems it's not able to modify the Server header

RE: [EMAIL PROTECTED] Multiple Active Directory authentication via apache

2008-05-08 Thread Soumendu Bhattacharya
Covener [mailto:[EMAIL PROTECTED] Sent: Thursday, May 08, 2008 4:51 PM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Multiple Active Directory authentication via apache On Thu, May 8, 2008 at 7:00 AM, Soumendu Bhattacharya <[EMAIL PROTECTED]> wrote: > Thanks ! I will look into that

RE: [EMAIL PROTECTED] Multiple Active Directory authentication via apache

2008-05-08 Thread Soumendu Bhattacharya
PROTECTED] Multiple Active Directory authentication via apache On Thu, May 8, 2008 at 6:37 AM, Soumendu Bhattacharya <[EMAIL PROTECTED]> wrote: > Hi, > > I have successfully setup apache (2.2.x) to authenticate users via > Active Directory using mod_authnz_ldap.so. The

[EMAIL PROTECTED] Multiple Active Directory authentication via apache

2008-05-08 Thread Soumendu Bhattacharya
Hi, I have successfully setup apache (2.2.x) to authenticate users via Active Directory using mod_authnz_ldap.so. The problem is that we have different physical active directory servers for different regions and although I can pass failover server(s) in AuthLDAPURL, there is no way that A

[EMAIL PROTECTED] Apache disk cache debugging

2007-10-09 Thread Soumendu Bhattacharya
Hi, I am using apache 2.2.4 with mod_cache along with mod_disk_cache , mod_expires and mod_deflate enabled to cache and compress dynamic content served from jboss . I am trying to find a way by which I can debug/monitor the cache. I am already seeing disk cache being created and apparently it