Re: [users@httpd] Re: Core dump happens with Apache 2.2.15 using openssl 0.9.8n

2011-01-21 Thread matty roland
Hello, New Bug ID 50628 for this problem raised in issues.apache.org/bugzilla for this issue of Apache 2.2.15 core dump. Expecting urgent response on this. Regards, Matty On Thu, Jan 20, 2011 at 11:31 PM, Jeff Trawick wrote: > On Thu, Jan 20, 2011 at 12:54 PM, matty roland > wrote: > > Furt

[users@httpd] mod_ssl, erratic performance

2011-01-21 Thread john.3.newton
Solaris 10 Apache version: 2.2.11 & 2.2.17 (32 &64 bit) We recently moved our production webserver from a sparc platform (T2000) to an x86/64 platform (x2270-m2) and we have noticed an erratic response time for downloads of files using SSL. This seems to randomly occur with any files about 10k

[users@httpd] Name-based SSL virtual hosts

2011-01-21 Thread Wolfgang . Miska
Hi, I am not too familiar with Apache, so the following message has stumped me. [warn] Init: Name-based SSL virtual hosts only work for clients with TLS server name indication support (RFC 4366) Can somebody explain what that means and what are the consequences? Thanks so much! Wolfgang

Re: [users@httpd] Apache Reverse Proxy

2011-01-21 Thread Jeroen Geilman
On 1/21/11 12:51 PM, Christian Pascher wrote: So, if I want to provide HTTPS connections, it is possible to use a Apache Server as loadbalancer? It's always nice to get new requirements after the fact. You did not specify HTTPS before, did you ? AFAIK mod_proxy will handle both http-to-https

Re: [users@httpd] Apache Reverse Proxy

2011-01-21 Thread Christian Pascher
So, if I want to provide HTTPS connections, it is possible to use a Apache Server as loadbalancer? And how do I configure that? Chris Am 19.01.2011 23:44, schrieb Jeroen Geilman: On 1/18/11 10:29 PM, Christian Pascher wrote: Hi, I have a topology with two apache webservers. I want to set up

Re: [users@httpd] mod_ssl, client certificates and r->username

2011-01-21 Thread Tom Evans
On Fri, Jan 21, 2011 at 11:18 AM, Martin Kuba wrote: > Then I think that what you are looking for is the SSLUserName directive > http://httpd.apache.org/docs/2.2/mod/mod_ssl.html#sslusername > > Cheers > > Martin Doh, how did I miss that one?! Thanks so much Martin! Cheers Tom

Re: [users@httpd] mod_ssl, client certificates and r->username

2011-01-21 Thread Martin Kuba
Dne 21.1.2011 12:11, Tom Evans napsal(a): Ah, see that's the thing - they can also authenticate in other ways, I was slightly simplifying the situation. I was hoping that I could get the same user information into the access logs regardless of how they authenticate. Then I think that what you a

Re: [users@httpd] mod_ssl, client certificates and r->username

2011-01-21 Thread Tom Evans
On Fri, Jan 21, 2011 at 11:07 AM, Martin Kuba wrote: > Hi Tom, > > the normal access log does not contain SSL information. If you want it, > create a special log using the directive CustomLog, i.e. > > > CustomLog "|/usr/bin/cronolog /var/log/apache2/%Y/%m/%d/ssl_request.log" > "%v:%p %h %l %u %t

Re: [users@httpd] mod_ssl, client certificates and r->username

2011-01-21 Thread Martin Kuba
Hi Tom, the normal access log does not contain SSL information. If you want it, create a special log using the directive CustomLog, i.e. CustomLog "|/usr/bin/cronolog /var/log/apache2/%Y/%m/%d/ssl_request.log" "%v:%p %h %l %u %t \"%r\" %>s %b \"%{User-Agent}i\" SSL_PROTOCOL=%{SSL_PROTOCOL}x SSL

Re: [users@httpd] mod_rewrite woes

2011-01-21 Thread --[ UxBoD ]--
- Original Message - > On 01/21/2011 08:58 AM, Mark Wiltshire wrote: > > Hi UxBoD > > > > Can you confirm you have > > > > RewriteCond > > RewriteRule > > > > for each of you domains, I believe if you write multiple > > RewriteCond, they all > > have to match for the Rule then to be run. >

Re: [users@httpd] How to make apache httpd load balancer sends to a member that is in Err.

2011-01-21 Thread Szász Csaba
Hi, I don't know if the Message Broker has Web server plug-in or not. This is very useful to use between WAS and various HTTP servers. http://www.ibm.com/developerworks/websphere/library/techarticles/0310_cocasse/cocasse.html It handles overloaded or hanging backend systems. 2011/1/20 James Harr

[users@httpd] mod_ssl, client certificates and r->username

2011-01-21 Thread Tom Evans
Hi all Apache/2.2.17 (FreeBSD) I'm trying to use client certificates to authenticate my few users. I created a self-signed CA, server certificates and user certificates, and installed them in the appropriate places. I then created a vhost: ServerName rc.ketbun.com SSLEngine on SSLCe

Re: [users@httpd] mod_rewrite woes

2011-01-21 Thread Björn Zettergren
On 01/21/2011 08:58 AM, Mark Wiltshire wrote: Hi UxBoD Can you confirm you have RewriteCond RewriteRule for each of you domains, I believe if you write multiple RewriteCond, they all have to match for the Rule then to be run. Try in separate pairs. mod_rewrite will default to do logical AND