Re: [us...@httpd] Rewriting Response header from proxied server with Apache 2.0

2009-04-01 Thread pthyseba
> On Wed, Apr 1, 2009 at 2:02 PM, wrote: > >> However, the proxied application has "login" functionality and thus sets >> a >> cookie. >> >> While I have been working on the revrese proxy setup for the last couple >> of days, I believe I'm now stuck: the proxied app is generating cookies >> with

[us...@httpd] Rewriting Response header from proxied server with Apache 2.0

2009-04-01 Thread pthyseba
Hello, I'm setting up an Apache reverse proxy (for Apache 2.0.52 on RHEL4) and am struggling with the following problem: when mapping http://proxy/remote/ to http://remote/, I have been able to replace all references to server remote using ProxyPass, ProxyPassReverse and mod_proxy_html module to

[EMAIL PROTECTED] Apache 2.0.52 / server status / connection stuck in "..Reading.."

2008-11-28 Thread pthyseba
Hello, We're running Apache 2.0.52 on RHEL 4.6 with mod_ssl. Recently, we had to significantly increase our Apache Timeout value to please some applications that don't split off the bulk of their calculations as background jobs. Doing this of cause, means that connections can get stuck for a long

[EMAIL PROTECTED] Apache 2.0.52 / mod_jk / firewall / jboss weirdness

2008-08-07 Thread pthyseba
Hello everyone (my previous message was sent prematurely...), I'm trying to figure out some weirdness in a fairly large web environment. We're running a web environment using RHEL 4, Apache 2.0.52 with Worker MPM, mod_jk 1.2.20 and jboss/tomcat application servers. There's a firewall between our

[EMAIL PROTECTED] Apache 2.0.52 / mod_jk / firewall / jboss : weird ?

2008-08-07 Thread pthyseba
Hello everyone, I'm trying to debug some weirdness in a fairly large web environment. Our setup is as follows: requests go through a load balancer to one of our SSL-enabled web servers, which are running on RHEL4 with apache 2.0.52 and mod_jk 1.2.20. jboss/tomcat mechanism to close connections

[EMAIL PROTECTED] Subsecond request time logging

2008-07-16 Thread pthyseba
Hello, After reading the Apache 2.0 log format documentation, I wanted to log request info with sub-second (microsecond) precision. Each request's processing time can be logged wityh microsecond resolution using "%D". Looking into "man strftime", however, I cannot find any formatting directive t

Re: [EMAIL PROTECTED] Mod_proxy_balancer issues

2008-03-05 Thread pthyseba
> Hello, > > I'm trying to create two balancers within a single virtual host in order > to distinguish between static content and dynamically generated > (application) data. > > I have two webservers; on each one, I run an apache instance for static > content on port 81, documentroot /var/www/html-

[EMAIL PROTECTED] Mod_proxy_balancer issues

2008-03-05 Thread pthyseba
Hello, I'm trying to create two balancers within a single virtual host in order to distinguish between static content and dynamically generated (application) data. I have two webservers; on each one, I run an apache instance for static content on port 81, documentroot /var/www/html-static and an

Re: [EMAIL PROTECTED] Server hanging with requests in "W" state

2008-02-27 Thread pthyseba
> Whats your timeout and keepalivetimeout settings set to ? > > If you have them more than 15 secs ? then you'll DOS yourself > > IE will hold open connections to the server for as long as it can... > Timeout 300 KeepAliveTimeout 15 SSl config contains directives to deal with Internet Explorer

Re: [EMAIL PROTECTED] Server hanging with requests in "W" state

2008-02-26 Thread pthyseba
Hello, > On 25/02/2008, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: >> We're having some strange problems with our webservers (https), which >> are >> Apache 2.0.52 on RHEL4 and 2.0.46 on RHEL 3. > > This could be due to MSIE's duff SSL implementation. Do you have > something like this in your

[EMAIL PROTECTED] Server hanging with requests in "W" state

2008-02-25 Thread pthyseba
Hello, We're having some strange problems with our webservers (https), which are Apache 2.0.52 on RHEL4 and 2.0.46 on RHEL 3. The problem is that, under a certain load or after a while, the number of connections to one of the webservers stuck in the "W" state (as indicate by server-status?notabl