Hello!
Problem #1
1. Log in to site1.com with Smartcard (and enter PIN1)
2. Go to site2.com and enter with Smartcard
Result:
No PIN1 is asked. (Chrome caches PIN1)
Problem #2
1. Log in to site1.com with Smartcard (SSLCacheTimeout and
KeepAliveTimeout are 1)
2. Try to log in again without S
If you are using only SSL without client (smarotcard etc)
authentication, you could to it so:
...
ProxyPass / http://localhost/
ProxyPassReverse / http://localhost/
...
(also you should have mod_rpaf taken into use for correct IP-s. You
would be doing double proxying, but could have nam
Hello!
Apache seems to do the following trick with headers:
Connection goes in:
GET / HTTP/1.0
Cookie: name=Value
Cookie: name2=Value;name3=Value
...
But is forwarded to backend so:
GET / HTTP/1.0
Cookie: name=Value,name2=Value;name3=Value
...
Can this comma be changed to ";"?
Br,
Margus
fload and load balancing.
Thanks a lot for your responses, I got few new ideas, how to make my
solution better. :)
Margus Pärt
On 02/07/2011 02:29 PM, Tom Evans wrote:
On Mon, Feb 7, 2011 at 12:00 PM, Margus Pärt wrote:
Hello!
Thank you for your response! Glad to hear that I am not the
/svn/trunk/Documentation/apache2_ssloffload_and_loadbalance.pdf
Page 3 contains summary - how it works - and most of it is automatic
install + configuration by copy-paste to bash.
On 02/07/2011 11:36 AM, Tom Evans wrote:
On Sun, Feb 6, 2011 at 1:25 PM, Margus Pärt wrote:
Hello!
I had an
unds fine. The best configuration will depend on the load
in the different parts of your system.
Liam
On Mon, Feb 7, 2011 at 8:35 AM, Margus Pärt wrote:
Hello!
Thank you for your response!
True, the load would be twice as high, but my tests showed, that even with
that setup, in front of mult
setup as well.
Liam
On Mon, Feb 7, 2011 at 12:25 AM, Margus Pärt wrote:
Hello!
I had an idea, how to SSL offload and Load balance with Apache2 a bit
differently, and I implemented it also.
Basically there 2 Apache instances running on the same machine with
different configurations, one for SSL
ode.google.com/p/apache2-ssloffload-and-loadbalance/
Best regards,
Margus Pärt
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe,
As I was reading old documentation, I did not find what I was looking for at
the first time. Lauri from #linux.ee, thank you. :)
SetEnvIf SSL_CLIENT_CERT "(..*)" SSL_CLIENT_CERT=$1
Br,
Margus Pärt
-Original Message-----
From: Margus Pärt
Sent: Thursday, July 22, 2010
re
any other similar alternative for just plain HTTP proxying for Apache?
Best regards,
Margus Pärt
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.ht
10 matches
Mail list logo