te to the tomcat.
Add this to the server.xml of the tomcat1:
Best regards,
Nuno Fernandes
>
> On Tue, Nov 24, 2009 at 2:39 PM, Boyle Owen wrote:
> > Forget the failover thing - Let's get back to your original problem
> > which is stickysession not working.
>
On Wednesday 10 June 2009 13:32:03 Dan Poirier wrote:
> Nuno Fernandes writes:
> > When the 32000 sub dirs limit is reached, i get the following errors in
> > error_log:
> >
> > [Tue Jun 09 22:19:23 2009] [error] (2)No such file or directory:
> > disk_cache: r
./v3Y/FPA
./v3Y/FPA/D7K
./v3Y/FPA/D7K/63I
./v3Y/FPA/D7K/63I/aEq
./v3Y/FPA/D7K/63I/aEq/1NFtYwA.header
./v3Y/FPA/D7K/63I/aEq/1NFtYwA.data
I don't find two request files in the same directory.
Thanks for any info.
Best regards,
Nuno Fernandes
ot;
RewriteRule .* - [CO=BALANCEID:balancer.%{INSIDE_SERVER}:.example.com]
after i get the return from the inside server. If i would receive the response
from server1 i would add the INSIDE_SERVER = HOSTNAME OF THE INSIDE SERVER
Using %{LA-U:variable} would be usefull?
Thanks,
Nuno Fernandes
,
Nuno Fernandes
On Monday 02 March 2009 17:31:56 Anthony J. Biacco wrote:
> An environmental variable of no-cache won't do anything, it doesn't
> modify the response headers at all for you. But you can try this..
>
> SetEnvIf Request_URI "\.aspx$" DO_nocache
> He
On Monday 02 March 2009 18:12:59 Eric Covener wrote:
> On Mon, Mar 2, 2009 at 12:40 PM, Eric Covener wrote:
> > On Mon, Mar 2, 2009 at 12:26 PM, Nuno Fernandes
wrote:
> >> SetEnvIf Request_URI "\.aspx$" no-cache
> >
> > This is in the manual but not yet i
ileSize 100
SetEnvIf Request_URI "\.aspx$" no-cache
I'm trying to disable cache to all the aspx files, but with the above
configuration, all content is cached. Any ideas?
Thanks,
Nuno Fernandes