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

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

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 I

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. NameVirtualHost *:80

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 pretty much

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 VirtualHost 1.2.3.4:80 ServerName webmail.example.org DocumentRoot /var/www/html/exchange RedirectMatch ^/(index.html?)$ https://webmail.example.org/exchange/

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

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

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

[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