Re: [EMAIL PROTECTED] Vitualhosts ssl and apache2

2006-08-02 Thread David Pratt
This seems to be working for me testing the domain using a RewriteCond. It brings up the message that the cert is not right for host but I am not bothered by this at the moment. I simply want secure exchange for login etc until I go from a virtual server with one ip to dedicated with several ip

Re: Re: [EMAIL PROTECTED] Vitualhosts ssl and apache2

2006-08-02 Thread Vincent Bray
On 8/2/06, David Pratt <[EMAIL PROTECTED]> wrote: Hi Vincent, ok - I am trying something else that I have partially working but I need something to fix my regex to catch to domain properly. So may have need a RewriteCond that can compare domain name coming in. Here is what I have got so far but

Re: [EMAIL PROTECTED] Vitualhosts ssl and apache2

2006-08-02 Thread David Pratt
Hi Vincent, ok - I am trying something else that I have partially working but I need something to fix my regex to catch to domain properly. So may have need a RewriteCond that can compare domain name coming in. Here is what I have got so far but since my regex is not right for domains - it mo

Re: Re: [EMAIL PROTECTED] Vitualhosts ssl and apache2

2006-08-02 Thread Vincent Bray
On 8/2/06, David Pratt <[EMAIL PROTECTED]> wrote: Hi Vincent. I had found this example searching more but not sure it is of any value. It may be of value but you should understand what it's doing. With this setup there are two distinct ssl conversations going on. As pointed out by the message l

Re: [EMAIL PROTECTED] Vitualhosts ssl and apache2

2006-08-02 Thread David Pratt
Hi Vincent. I had found this example searching more but not sure it is of any value. Regards, David ServerName webmail.example.org DocumentRoot /var/www/html/exchange RedirectMatch ^/(index.html?)$ https://webmail.example.org/exchange/ RedirectMatch ^/exchange

Re: Re: Re: [EMAIL PROTECTED] Vitualhosts ssl and apache2

2006-08-02 Thread Vincent Bray
On 8/2/06, Vincent Bray <[EMAIL PROTECTED]> wrote: On 8/2/06, David Pratt <[EMAIL PROTECTED]> wrote: > Hi Vincent. I have NameVirtualHost(s) set up as follows. > > NameVirtualHost *:80 > NameVirtualHost *.443 > > Sorry I did not include this in my previous message. The twisted SSL > server is pre

RE: [EMAIL PROTECTED] Vitualhosts ssl and apache2

2006-08-02 Thread Boyle Owen
> -Original Message- > From: David Pratt [mailto:[EMAIL PROTECTED] > Sent: Wednesday, August 02, 2006 2:48 PM > To: users@httpd.apache.org > Subject: Re: [EMAIL PROTECTED] Vitualhosts ssl and apache2 > > Hi Vincent. I have NameVirtualHost(s) set up as follows. >

Re: Re: [EMAIL PROTECTED] Vitualhosts ssl and apache2

2006-08-02 Thread Vincent Bray
On 8/2/06, David Pratt <[EMAIL PROTECTED]> wrote: Hi Vincent. I have NameVirtualHost(s) set up as follows. NameVirtualHost *:80 NameVirtualHost *.443 Sorry I did not include this in my previous message. The twisted SSL server is pretty much stand alone and uses its own certificate source. What

Re: [EMAIL PROTECTED] Vitualhosts ssl and apache2

2006-08-02 Thread David Pratt
Hi Vincent. I have NameVirtualHost(s) set up as follows. NameVirtualHost *:80 NameVirtualHost *.443 Sorry I did not include this in my previous message. The twisted SSL server is pretty much stand alone and uses its own certificate source. What I want to do is have the server running on localh

Re: [EMAIL PROTECTED] Vitualhosts ssl and apache2

2006-08-02 Thread Vincent Bray
On 8/2/06, David Pratt <[EMAIL PROTECTED]> wrote: Hi I have a couple of questions. I am trying to set up my ssl on zope3 with apache2. I have zope (twisted) running on port 8080 and a secure server running on port 8443. My sites are folders in the zope root. The virtual host setup is below. The

[EMAIL PROTECTED] Vitualhosts ssl and apache2

2006-08-01 Thread David Pratt
Hi I have a couple of questions. I am trying to set up my ssl on zope3 with apache2. I have zope (twisted) running on port 8080 and a secure server running on port 8443. My sites are folders in the zope root. The virtual host setup is below. The virtual hosts work fine on port 80 using www.myd