Re: [users@httpd] Need help with multiple SSL certs + multiple domains

2012-11-05 Thread Igor Cicimov
On Tue, Nov 6, 2012 at 10:15 AM, Igor Cicimov wrote: > On Tue, Nov 6, 2012 at 10:09 AM, Ben Johnson wrote: > >> >> >> On 11/5/2012 4:46 PM, Igor Cicimov wrote: >> > >> > On 06/11/2012 6:03 AM, "Phusion" > > > wrote: >> >> >> >> I am in need of some assistance. The ser

Re: [users@httpd] Need help with multiple SSL certs + multiple domains

2012-11-05 Thread Igor Cicimov
On Tue, Nov 6, 2012 at 10:09 AM, Ben Johnson wrote: > > > On 11/5/2012 4:46 PM, Igor Cicimov wrote: > > > > On 06/11/2012 6:03 AM, "Phusion" > > wrote: > >> > >> I am in need of some assistance. The server is running Apache > > 2.2.15-15 on Red > >> Hat Enterprise Lin

Re: [users@httpd] Need help with multiple SSL certs + multiple domains

2012-11-05 Thread Ben Johnson
On 11/5/2012 4:46 PM, Igor Cicimov wrote: > > On 06/11/2012 6:03 AM, "Phusion" > wrote: >> >> I am in need of some assistance. The server is running Apache > 2.2.15-15 on Red >> Hat Enterprise Linux Server 6.3 x86_64. The configuration currently > has the >> followin

Re: [users@httpd] Need help with multiple SSL certs + multiple domains

2012-11-05 Thread Igor Cicimov
On 06/11/2012 6:03 AM, "Phusion" wrote: > > I am in need of some assistance. The server is running Apache 2.2.15-15 on Red > Hat Enterprise Linux Server 6.3 x86_64. The configuration currently has the > following which works. We have a wildcard SSL certificate for *.domain.com. We > have all these

[users@httpd] Apache web server v2.2.23 newbie questions.

2012-11-05 Thread Ant
Hello. Where is v2.2.23 on http://apache.mirrors.pair.com//httpd/binaries/win32/ ? I do not see it. Also on the same web page, it says "If you are installing Apache on Windows XP prior to Service Pack 3 -- Install the Windows XP Service Pack 3. Refer to KB article 317949 if you need the gory d

[users@httpd] Need help with multiple SSL certs + multiple domains

2012-11-05 Thread Phusion
I am in need of some assistance. The server is running Apache 2.2.15-15 on Red Hat Enterprise Linux Server 6.3 x86_64. The configuration currently has the following which works. We have a wildcard SSL certificate for *.domain.com. We have all these on one NIC with the same IP address. I need to hos

[users@httpd] Solved: [users@httpd] Setting REMOTE_USER to %{SSL:HTTP_SSL_CLIENT_S_DN_CN}

2012-11-05 Thread Martin Drescher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Folks. For all running x509 based AUTHENTICATION on a reverse proxy (Using ProxyPass, even with jk_module) and AUTHORIZATION in a backend server (eg a Nagios...) this may help: 1. Copy interesting x509 attributes (HTTP_SSL_SERVER_S_DN or HTTP_SSL_

Re: [users@httpd] Setting REMOTE_USER to %{SSL:HTTP_SSL_CLIENT_S_DN_CN}

2012-11-05 Thread Mark Montague
On November 5, 2012 10:24 , Martin Drescher wrote: On 05/11/12 14:35, Mark Montague wrote: On November 5, 2012 6:32 , Martin Drescher wrote: > I would like to set the REMOTE_USER environment to the value of > %{HTTP_SSL_CLIENT_S_DN_CN}. SSLUserName SSL_CLIENT_S_DN_CN Close, but no cigar: In

Re: [users@httpd] Setting REMOTE_USER to %{SSL:HTTP_SSL_CLIENT_S_DN_CN}

2012-11-05 Thread Martin Drescher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 05/11/12 14:35, Mark Montague wrote: > On November 5, 2012 6:32 , Martin Drescher > wrote: >> I would like to set the REMOTE_USER environment to the value of >> %{HTTP_SSL_CLIENT_S_DN_CN}. After reading the fine manual e few >> time I think it sho

Re: [users@httpd] Setting REMOTE_USER to %{SSL:HTTP_SSL_CLIENT_S_DN_CN}

2012-11-05 Thread Mark Montague
On November 5, 2012 6:32 , Martin Drescher wrote: I would like to set the REMOTE_USER environment to the value of %{HTTP_SSL_CLIENT_S_DN_CN}. After reading the fine manual e few time I think it should work with that: RewriteEngine On RewriteCond %{SSL:HTTP_SSL_CLIENT_S_DN_CN} (.+) Rewr

[users@httpd] Setting REMOTE_USER to %{SSL:HTTP_SSL_CLIENT_S_DN_CN}

2012-11-05 Thread Martin Drescher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Folks. I would like to set the REMOTE_USER environment to the value of %{HTTP_SSL_CLIENT_S_DN_CN}. After reading the fine manual e few time I think it should work with that: RewriteEngine On RewriteCond %{SSL:HTTP_SSL_CLIENT_S_DN_CN} (.+) Re