Re: [us...@httpd] How to check that mod_deflate is enable ?

2010-02-05 Thread Philip Wigg
This experiment does not affect other sites running here and log analysis is easy also. After restarting the apache I have visited some of the pages from that side but no more difference in the log . mod_deflate won't automatically start putting entries in your current access logs. Read the

[us...@httpd] Apache Redirection Issue + + for Encoding/Decoding

2010-02-05 Thread Mithil S
Hi All, http://www.domain-name.com/templatedata/Offer/Datasheet/data/en/shared/c ontrol/appy_relays.xmlf=NNM1:appy+%26+fiss+Relays~!NNM2:appy+relays~!NN M3:appy%20relays http://www.domain-name.com/templatedata/Offer/Datasheet/data/en/shared/

Re: [us...@httpd] Apache Redirection Issue + + for Encoding/Decoding

2010-02-05 Thread Philip Wigg
Kidly let me know what should i do to preserve the URL format which i send to Apache for redirection. I'm not totally sure, but I think what you might be looking for is the 'B' flag for mod_rewrite. http://httpd.apache.org/docs/2.2/mod/mod_rewrite.html Search for 'escape backreferences'. So

[us...@httpd] getting client ip address information from http request.

2010-02-05 Thread Arnab Ganguly
Hi All, How do I retrieve client ip information from the http request in Apache module ? Like the loadbalancer is putting it own ip in the place of client ip address. We tried %{X-Forwarded-For} but this takes care of access log not the module specific log. So from the request is there any

Re: [us...@httpd] getting client ip address information from http request.

2010-02-05 Thread Eric Covener
On Fri, Feb 5, 2010 at 8:13 AM, Arnab Ganguly agangul...@gmail.com wrote: Hi All, How do I retrieve client ip information from the http request in Apache module ? Like the loadbalancer is putting it own ip in the place of client ip address. We tried %{X-Forwarded-For} but this takes care of

Re: [us...@httpd] getting client ip address information from http request.

2010-02-05 Thread Eric Covener
On Fri, Feb 5, 2010 at 8:34 AM, Arnab Ganguly agangul...@gmail.com wrote: Thanks!! As x-forwarded is configured in httpd.conf, Isn't it added by the proxy server? What does it have to do with httpd.conf? -- Eric Covener cove...@gmail.com

[us...@httpd] Authorize users from two ldaps

2010-02-05 Thread Al Sarraf
I am running Apache 2.2. I have the following configuration for apache currently and it works fine. I have ldap1 and ldap2 for authentication. AuthnProviderAlias ldap ldap1 AuthLDAPURL ldap://aphelion-server:389/ou=people,cn=AdministrativeLdap,cn=App,o=org AuthLDAPBindDN cn=Manager

Re: [us...@httpd] Authorize users from two ldaps

2010-02-05 Thread Eric Covener
On Fri, Feb 5, 2010 at 1:32 PM, Al Sarraf asar...@brownshoe.com wrote: I am running Apache 2.2. I have the following configuration for apache currently and it works fine. I have ldap1 and ldap2 for authentication. AuthnProviderAlias ldap ldap1 You can't use two different AuthLDAPURL's in the

[us...@httpd] Apache / Mod_Proxy / Tomcat

2010-02-05 Thread Farid Izem
Hi, I have setup an Apache Web Server in front of a Tomcat Web Container. Basically, All request are handle by Apache and passed to Tomcat using mod_proxy_ajp Apache is binded on the IP address of the computer, tomcat is binded on localhost:8009 When i take a look at the tomcat manager, i see

Re: [us...@httpd] Apache / Mod_Proxy / Tomcat

2010-02-05 Thread Igor Cicimov
Check your timeout settings in the apache conf file and set them per your preferences. On Feb 6, 2010 9:11 AM, Farid Izem farid.i...@gmail.com wrote: Hi, I have setup an Apache Web Server in front of a Tomcat Web Container. Basically, All request are handle by Apache and passed to Tomcat using