Re: [users@httpd] Apache --->AJP --->Tomcat. First request dies or is slow?

2011-01-25 Thread David Cassidy
Frank What does your config look like? On 23/01/11 00:05, Frank Mancini wrote: I've got an odd issue. My first request if my site hasn't been hit for a few hours, it seems the request is really slow and times out. If I just refresh my browser after a minute, it goes back to normal speed. I

Re: [us...@httpd] Service Temporarily Unavailable

2009-10-20 Thread David Cassidy
Thomas, What config are you using to connect between apache and jboss ? I've got apache and tomcat linked using mod_proxy_jk which you should be able to do as jboss uses tomcat. can you post your config ? D On 15/10/09 13:36, thomas2004 wrote: I have a web-application which deployted on Jbo

Re: [us...@httpd] Problem with Apache 2.2.13 and "SSLOptions +FakeBasicAuth"

2009-09-22 Thread David Cassidy
Jim is there any reason that you're not using the weblogic module ? wl_proxy i think ? i think that it might be more useful than just using apache as a reverse proxy. wl_proxy tells apache which boxes in your cluster are alive and ready to do work for example. David On 12/09/09 22:39, oh.

Re: [us...@httpd] Problem of "Could not open temp post file '/tmp/_wl_proxy"

2009-09-09 Thread David Cassidy
i know this is the obvious question but does the directory /tmp/_wl_proxy/ exist ? is it writable by the apache process ? i think you have your answer. On 09/09/09 12:39, Krist van Besien wrote: On Wed, Sep 9, 2009 at 11:23 AM, thomas2004 wrote: Hi all, Sometimes as I send WS-request to

Re: [EMAIL PROTECTED] need 'high traffic' config

2008-04-01 Thread David Cassidy
have you got the server-info turned on ? that might provide a useful idea on whats affecting it. I'm rather concerned if keep alive is making it worse. make sure you set the keep alive timeout as being 10 secs or so as IE has a tendancy to DOS your server given half a chance. You might also want

Re: [EMAIL PROTECTED] content being served on the basis on incoming IP

2008-03-13 Thread David Cassidy
simon I think you need to read that rewrite rule closer as it will deliver different content to the different users based on IP address. remember rewrite doesn't JUST do re-writing of urls. it can internally proxy through to different files for the same request based on the rule. thats whats hap

Re: [EMAIL PROTECTED] Access is slow when accessed by IP address instead of 'localhost'

2008-03-11 Thread David Cassidy
Sorry and glad to hear it :) On Tue, 2008-03-11 at 20:12 +0530, Nilesh Govindrajan wrote: > On Tue, 11 Mar 2008 14:39:36 + > David Cassidy <[EMAIL PROTECTED]> wrote: > > > Nilesh > > > > Check if its doing a reverse lookup. > > > > you nee

Re: [EMAIL PROTECTED] Access is slow when accessed by IP address instead of 'localhost'

2008-03-11 Thread David Cassidy
Nilesh Check if its doing a reverse lookup. you need DNS for that ... D On Tue, 2008-03-11 at 19:48 +0530, Nilesh Govindrajan wrote: > On Tue, 11 Mar 2008 09:10:16 -0500 > "Adam Martin" <[EMAIL PROTECTED]> wrote: > > > Dinesh, > > > > > > > > When I started reading I thought you may be exp

Re: [EMAIL PROTECTED] mod_deflate's problems

2008-02-29 Thread David Cassidy
ie6 has many "features" maybe this is just another one On Fri, 2008-02-29 at 21:03 +0800, J. Peng wrote: > Thanks for all replies. > I thought then the primary problem is IE6 with http/1.0 can't accept > the Vary: header. > I don't know why, but this really happened on all our ie6 browsers.

Re: [EMAIL PROTECTED] mod_deflate's problems

2008-02-29 Thread David Cassidy
mod deflate from my understanding will always send the Vary header. it does it because it *might* do something to the content on subsequent requests. Whilst for you proxies are not important it doesn't mean it isn't important for everyone else - ditto using the standards :) I guess your applicati

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

2008-02-26 Thread David Cassidy
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... On Tue, 2008-02-26 at 09:29 +0100, [EMAIL PROTECTED] wrote: > Hello, > > > On 25/02/2008, [EMAIL PROTECTE

Re: [EMAIL PROTECTED] Problem with mod_deflate and IE6 javascript caching

2008-02-25 Thread David Cassidy
How are you testing that this is working correctly ? Are you using wget with the --header="Accept-Encoding: gzip" to test it ? D On Mon, 2008-02-25 at 09:46 -0500, Joshua Slive wrote: > 2008/2/25 Yuan HOng <[EMAIL PROTECTED]>: > > Hi, list, > > > > I have a large javascript file which I want

Re: [EMAIL PROTECTED] Apache 2.2.6, problem with mod_proxy: "ProxyPass|ProxyPassMatch can not have a path when defined in a location."

2007-11-30 Thread David Cassidy
I'd say they fixed a bug because that condition should never have been matched in the first place. On Fri, 2007-11-30 at 10:46 +0100, Werner Schalk wrote: > Hi, > > > I would guess it's because your config actually looks something like: > > > > > > > > ProxyPass /a/ http://local

Re: [EMAIL PROTECTED] Apache 2.2.6, problem with mod_proxy: "ProxyPass|ProxyPassMatch can not have a path when defined in a location."

2007-11-30 Thread David Cassidy
Werner, This is in a location block for /whatever then you are proxying only stuff that starts /a/... or /b/ neither of which will ever be matched. D On Fri, 2007-11-30 at 10:46 +0100, Werner Schalk wrote: > Hi, > > > I would guess it's because your config actually looks something like:

RE: [EMAIL PROTECTED] Redirecting to internal server

2007-11-28 Thread David Cassidy
Yes such errors would go direct to the client unless you do something on apache to send back something else. Turn up your proxy logging and you can see what IIS is sending back. You might want to check you are doing proxying and not re-directing... On Wed, 2007-11-28 at 15:08 +, Paul Cocker

Re: [EMAIL PROTECTED] Problem with NameVirtualHost and VirtualHost

2007-11-20 Thread David Cassidy
You can't to name based virtual hosting. You need more IP addresses :) The way SSL works is by connecting to the first host. It will then be tied to that one forever... You'd need to run the extra SSL sites on either extra IP addresses or other port numbers. D On Tue, 2007-11-20 at 16:09 +010