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
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
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.
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
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
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
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
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
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.
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
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
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
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
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:
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
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
16 matches
Mail list logo