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
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
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
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
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
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,
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
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
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
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
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
11 matches
Mail list logo