RE: [users@httpd] Timeouts after upgrading from 2.2.23 to 2.4.6

2013-08-27 Thread Spangler, Tim
I'm using as much of the same config between 2.2 and 2.4 as possible, so I haven't adjusted http versions between 1.1 and 1.0. The ProxPass rule is pretty simple: ProxyPass /app1 http://appserver:8889/app ProxyPassReverse /app1 http://appserver:8889/app1 I have another app that isn't quite so s

Re: [users@httpd] Timeouts after upgrading from 2.2.23 to 2.4.6

2013-08-27 Thread Jim Jagielski
On Aug 27, 2013, at 11:25 AM, "Spangler, Tim" wrote: > 1) This Apache vhost is proxying traffic with mod_proxy (simply ProxyPass > rule) to an oc4j application server where the flash is hosted. The other > vhosts serve a variety of static content, run multiple rewrite rules, etc - > this is

RE: [users@httpd] Timeouts after upgrading from 2.2.23 to 2.4.6

2013-08-27 Thread Spangler, Tim
1) This Apache vhost is proxying traffic with mod_proxy (simply ProxyPass rule) to an oc4j application server where the flash is hosted. The other vhosts serve a variety of static content, run multiple rewrite rules, etc - this is the "simple" vhost 2) No, only the single vhost is providing

Re: [users@httpd] Timeouts after upgrading from 2.2.23 to 2.4.6

2013-08-27 Thread Jim Jagielski
1) Is the Flash content hosted on the server running Apache or is Apache the front-end of the Flash content provider? 2) Are all vhosts also proving Flash content? 3) Is there anything "special" about the vhost? 4) What are the typical server settings for the Worker MPM? 200 concurrent users

Re: [users@httpd] Timeouts after upgrading from 2.2.23 to 2.4.6

2013-08-27 Thread Weedy
On 27 Aug 2013 10:11, "Spangler, Tim" wrote: > > Hello, > > I recently upgraded from Apache 2.2.23 to Apache 2.4.6, and after the upgrade, we're seeing random timeouts / drops on Flash content. I have the same problem only my server has less then half of your load. Timeouts, stalls, and dropped c

[users@httpd] Timeouts after upgrading from 2.2.23 to 2.4.6

2013-08-27 Thread Spangler, Tim
Hello, I recently upgraded from Apache 2.2.23 to Apache 2.4.6, and after the upgrade, we're seeing random timeouts / drops on Flash content. The problem also exhibited itself on Apache 2.4.3, so it doesn't appear to be limited to just 2.4.6. This is in an enterprise environment and the problem

Re: [users@httpd] ProxyPassReverse not changing the protocol part (https to http) of the redirect url

2013-08-27 Thread Shanti Suresh
Hi Amit, Why would you like to reverse proxy to an HTTPS backend and then serve the results back over HTTP? Usually, when one does an HTTP to HTTPS, there is authentication involved, followed by secure session-related information. Thanks, -Shanti On Tue, Aug 27, 20

[users@httpd] Username in the "Down-Level Logon Name" format

2013-08-27 Thread httpd httpd
Is there a way to get httpd to recognize a username in the Down-Level Logon Name format? E.g. DOMAIN\username. I see explicit documentation about UPN at https://httpd.apache.org/docs/current/mod/mod_authnz_ldap.html#activedirectory; but nothing mentioning the down-level logon name format.

Re: [users@httpd] ProxyPassReverse not changing the protocol part (https to http) of the redirect url

2013-08-27 Thread Igor Cicimov
On 25/08/2013 5:23 AM, "Amit Singla" wrote: > > I need to proxy http requests to https server in the backend. Everything is working except a minor issues in redirects URLs. ProxyPassReverse translates the the URL except the protocol i.e. does not translate https from backend server to http protoco