[EMAIL PROTECTED] Apache 2.2 and mod_proxy_ajp bug workaround

2006-02-19 Thread Ian Shafer
Hello, I've been load testing with Apache 2.2 to Tomcat 5.5 via mod_proxy_ajp. I've been hitting a bug like the one described here: http://issues.apache.org/bugzilla/show_bug.cgi?id=36495 In short, errors like this show up in my error log: [Sat Feb 18 23:53:10 2006] [error] (110)Connection

Re: [EMAIL PROTECTED] Proxying and load balancing

2006-02-16 Thread Ian Shafer
Check out the proxyHost and proxyPort XML attributes on this page: http://tomcat.apache.org/tomcat-5.5-doc/config/http.html Basically, you need to set these to your load balancer. Then clients will always go through the load balancer. Ian On 0, Douglas WF Acheson <[EMAIL PROTECTED]> did scribb

Re: [EMAIL PROTECTED] Apache 2.2 on OS X 10.4

2006-02-16 Thread Ian Shafer
olution, which will twist any requested > filename to it's true name. > > Bill > > Ian Shafer wrote: > >I'm working on getting Apache 2.2 set up on Mac OS X 10.4. The main job > >of apache will be to pass request to Tomcat 5.5 using mod_proxy_ajp. I > >kn

[EMAIL PROTECTED] Building Apache 2.2

2006-02-15 Thread Ian Shafer
Hello, I'm trying to build Apache 2.2 to resemble as closely as possible a version of 2.0.55 that I have access to. There is a build/config.nice file that I'm assuming can be used for this purpose. Is this a correct assumption? Is there anything else I need to look at? Here's the contents of th

[EMAIL PROTECTED] Apache 2.2 on OS X 10.4

2006-02-15 Thread Ian Shafer
I'm working on getting Apache 2.2 set up on Mac OS X 10.4. The main job of apache will be to pass request to Tomcat 5.5 using mod_proxy_ajp. I know it works because I've built it and got it running. But I've been having some problems because it's crashing under heavy load (1000 concurrent clients m

[EMAIL PROTECTED] Apache 2.2 on OS X 10.4.4

2006-02-13 Thread Ian Shafer
Hello, I'm building Apache 2.2 for OS X 10.4.4. It is very important that this server be very fast. It's main operation will be to proxy a backend Tomcat server (via the built-in ajp proxy) and server up images of about 6K. What is the best MPM to use for this situation? Thanks, Ian -