Hello!
I'm now have problem with AOLServer (version 4.5.1) and pound (2.4.3.1). For
500+ active users my pound SSL proxy is not effective (for Core Quad server
Load Average <= 2.0 and system idle is about 0.5 but response time is more
than 1 second! AOL can serve pages fast but pound is "bottle neck"). I need
cookie-based virtual hosts. Is nginx good for me?
P.S. Russian is my own language and can read nginx documentation.
As example my pound configuration:
Service
HeadDeny "X-SSL-.*"
HeadRequire "Host:.*offline.mts.mobigroup.ru.*"
HeadRequire "Cookie: .*session=branch%3Dstable&unit%3D1"
BackEnd
Address 127.0.0.1
Port 8001
End
End
Service
HeadDeny "X-SSL-.*"
HeadRequire "Host:.*offline.mts.mobigroup.ru.*"
HeadRequire "Cookie: .*session=branch%3Dstable&unit%3D3"
BackEnd
Address 127.0.0.1
Port 8003
End
End
...
Service
HeadDeny "X-SSL-.*"
HeadRequire "Host:.*offline.mts.mobigroup.ru.*"
BackEnd
Address 127.0.0.1
Port 8000
End
End
Best regards, Alexey Pechnikov.
http://pechnikov.tel/
--
AOLserver - http://www.aolserver.com/
To Remove yourself from this list, simply send an email to
<[email protected]> with the
body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject:
field of your email blank.