Re: [users@httpd] Can't get "stickysession" to work

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Germer, Carsten wrote:
We're using apache 2.2.0 as caching proxy in front of several
application servers. No matter what I tried, I can't get "stickysession"
to see my appservers session-cookie :(

<VirtualHost *:80>
  ServerName appfront.desy.de
  RewriteEngine on
  RewriteRule ^(.*) balancer://mycluster$1 [P,L] stickysession=_ZopeId

This is mod_rewrite/RewriteRule-Directive, not the proxyPass directive. Can you set such options also here? If yes, it's at least undocumented on http://httpd.apache.org/docs/2.2/mod/mod_rewrite.html#rewriterule

The proxyPass directive didn't work either?

ServerName appfront.desy.de
ProxyPass / balancer://mycluster/ stickysession=_ZopeId

--
Robert

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
  "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx



[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux