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: [EMAIL PROTECTED]
" from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]