RE: [users@httpd] Load Balancing question

2011-08-04 Thread Jeff Poling
Tom, > mod_proxy_balancer is dangerous to use when doing graceful restarts. > The state of the balancers is saved, and then re-applied, however various > things can cause the settings to be applied to a different balancer member. Thanks for the information on the bugs. I really appreciate it! We

RE: [users@httpd] Load Balancing question

2011-08-03 Thread Jeff Poling
gt; http://www.issociate.de/board/post/478439/mod_rewrite_ > +_mod_proxy_trouble.html > > > > El mié, 03-08-2011 a las 12:47 -0500, Jeff Poling escribió: > > We are using apache to load balance many of our web sites. Over the > > last few weeks, we have migrated sites

[users@httpd] Load Balancing question

2011-08-03 Thread Jeff Poling
We are using apache to load balance many of our web sites. Over the last few weeks, we have migrated sites to new back end servers. With the latest round of migrations (our busiest sites), I am seeing significant performance issues on one of the back end servers. After some investigation, I f

[users@httpd] Reverse Proxy Question

2011-03-14 Thread Jeff Poling
We have a web server that is behind an apache server that uses mod_proxy in a reverse proxy configuration. There is a business requirement that the backend application see the actual client IP address, not the proxy IP. Is there a configuration setting to allow that? Thanks, Jeff Jeffrey Po

RE: [users@httpd] reverse proxy error

2011-02-04 Thread Jeff Poling
Tom, > Have you tried disabling keep-alive on the proxy connections? The app > server may not support it. > > SetEnv proxy-nokeepalive 1 We did try disabling keep alives, but it did not seem to solve the issue. We actually have three apache servers acting as reverse proxies for various applica

[users@httpd] reverse proxy error

2011-02-04 Thread Jeff Poling
We are using apache as a reverse proxy in front of a number of applications. In particular, it is in front of Peoplesoft Campus Solutions and other Peoplesoft applications. SSL is used on the reverse proxy for those applications. There is no SSL between the proxy and the backend servers. We

RE: [users@httpd] Apache Reverse Proxy

2011-01-18 Thread Jeff Poling
Chris, I recently inherited responsibility for two apache servers that function as reverse proxies. They work really well. I am still learning, but I believe all you need is mod_proxy to get the reverse proxy functionality. Jeff Jeffrey Poling System Administrator | Information Systems Moody

RE: [us...@httpd] Rewrite rules

2011-01-04 Thread Jeff Poling
www.moodyministries.net >From the Word. To Life. -Original Message- From: Jim Riggs [mailto:apache-li...@riggs.me] Sent: Tuesday, January 04, 2011 10:53 AM To: users@httpd.apache.org; Jeff Poling Subject: Re: [us...@httpd] Rewrite rules On Jan 4, 2011, at 10:22 AM, Jeff Poling wrote: > I am very

[us...@httpd] Rewrite rules

2011-01-04 Thread Jeff Poling
I am very new to apache configuration, having inherited responsibility for it this fall. I need some assistance with (hopefully) a simple rewrite rule. We are using apache in a reverse proxy configuration. For a URL like: http://www.mydomain.com/site/test I want to rewrite it as https://www.m