|
/
Zope
/
Apsis
/
Pound Mailing List
/
Archive
/
2006
/
2006-01
/
configuration file in 2.0b6 doubt!
[
ANNOUNCE: Pound - reverse proxy and load balancer ... ]
[
redirection problem, was: Re: pound-2.0b5 and ... ]
configuration file in 2.0b6 doubt!
"Sergio Freire" <sergio-s-freire(at)ptinovacao.pt> |
2006-01-04 16:58:05 |
[ FULL ]
|
Hi.
I have found a small problem.
The "Parm" directive in the Session element isn't recognized... what is
the correct name? "ID"?
The README.TXT mentions the Parm syntax but maybe it's a typo bug?
I have this config file:
ListenHTTP
Address 10.112.70.29
Port 80
Service
Session
Type Cookie
Parm "JSESSIONID"
TTL 300
End
BackEnd
Address 10.112.70.28
Port 80
End
BackEnd
Address 10.112.70.30
Port 80
End
End
End
Regards,
Sergio Freire
|
|
|
|
|
Re: [Pound Mailing List] configuration file in 2.0b6 doubt!
Robert Segall <roseg(at)apsis.ch> |
2006-01-04 17:22:44 |
[ FULL ]
|
On Wed, 2006-01-04 at 15:58 +0000, Sergio Freire wrote:[...]
That it is. Please have a look at the man page and the examples in
there.
[...]
ID "JSESSIONID"[...][...]
|
|
|
|