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" 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 mod_proxy_ajp Apach

[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 that

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

2010-02-05 Thread William A. Rowe Jr.
On 2/5/2010 7:13 AM, Arnab Ganguly 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 > access log not the module spe

[us...@httpd] API call to terminate server?

2010-02-05 Thread Ade Lee
Hi, How I might terminate an apache process from from one of the child processes? (apache 2.x) That is - is there a C API call (ap_* ?) that I can call to ask the parent process to terminate (and thereby also terminate the other children too)? The context of this is that I have a requirement

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 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. > You can't use two different AuthLDAPURL's in the same context, even when you hide them behind the

[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. AuthLDAPURL ldap://aphelion-server:389/ou=people,cn=AdministrativeLdap,cn=App,o=org AuthLDAPBindDN "cn=Manager" AuthLDAPBindPassword "12345" A

Re: [us...@httpd] Runaway Apache Processes - Second Victim

2010-02-05 Thread John Thomas
On 02/04/2010 11:24 AM, John Thomas wrote: FYI, I have run into a problem that sounds identical to Dan Bunyards thread here: http://markmail.org/thread/pnmwmalsfe6c7j6c Everything runs fine, then all of a sudden I have 12 or so Apache processes all trying to use 100% of the CPU and the system sl

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 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 - Th

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

2010-02-05 Thread Arnab Ganguly
Thanks!! As x-forwarded is configured in httpd.conf, so if we don't configure we don't get the information.Is it possible to make the module independent of the configuration file and just from the request get the information ? -A On Fri, Feb 5, 2010 at 7:00 PM, Eric Covener wrote: > On Fri,

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 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 access log > not th

[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 functio

[us...@httpd] Tomcat 6.0.24 has a new option that allows = in cookie values without quoting

2010-02-05 Thread BugZilla
Hi, please take a look at this problem: https://issues.apache.org/bugzilla/show_bug.cgi?id=48559 Comment3 "Jens 2010-02-05 03:01:33 UTC" is from me. Answer from Mark Thomas: 6.0.24 has a new option that allows = in cookie values without quoting Anyone who knows how to do that? Thanks fro help!

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] 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.xml&f=NNM1:appy+%26+fiss+Relays~!NNM2:appy+relays~!NN M3:appy%20relays

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

Re: [us...@httpd] How does ProxyPassReverse work?

2010-02-05 Thread Rainer Frey
On Thursday 04 February 2010 17:37:30 Nick Kew wrote: > On Thu, 4 Feb 2010 16:55:54 +0100 > > "Rainer Frey" wrote: > > So am I right that I need to exactly match the Location header from the > > backend? And is there any configuration that influences whether two > > equivalent urls in different f