-
as seen on Server Fault
- Search for 'Server Fault'
I am using nginx as the load balancer and IIS to server asp.net pages. However I am having trouble figuring out how to set sticky session in nginx. Is it possible? Thanks.
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
can we do Static Content caching in Sticky Session Servers. We use SqlStateServer to store the Session of the user. right now we are doing performance tuning in our application, so we decided to cache the static Content(images, css, js) for the applicaiton. so that it loads faster.
Is it Good to…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
I am not able to set up a cluster with session replication. I have successfully set up a cluster with sticky session.
When googled I found a lot of links explaining the same issue, like
http://cfmlblog.adamcameron.me/2012/11/problem-with-session-replication-with.html
https://forums.adobe.com/thread/1238702…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
Now we are using apache2 as frontend, and tomcat as backend. We are using mod_proxy_balancer and AJP. Also we are using stickysession by JSESSIONID cookie:
<Proxy balancer://backend>
BalancerMember ajp://127.0.0.1:8008 min=10 max=100 ping=5 connectiontimeout=40 ttl=60 retry=20 route=node-1
…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I was working on debugging an issue today related to mixing mod_proxy and mod_rewrite together and I ended up having to use balancer://mycluster in the RewriteRule in order to stop receiving a 404 error from Apache. I have two questions:
1) Is there any other way to get the rewritten URL to go through…
>>> More