[EMAIL PROTECTED] Virtual host repetition for many ports

2008-08-15 Thread David Pratt
Hi. I have apache behind a reverse proxy and listening to 30 ports. I want to shorten up my http.conf. I have been reading mod_vhost_alias docs but it seems only to handle names where I am only concerned about routing request from reverse proxy a specific backend port. So I have a large block o

Re: [EMAIL PROTECTED] Vitualhosts ssl and apache2

2006-08-02 Thread David Pratt
ips. Here I am rewriting from 8080 (regular port) as opposed to 8443 which is the port the secure twisted server is running on. I can separate this into separate virtual servers which would likely be best as you have pointed out. Regards David Vincent Bray wrote: On 8/2/06, David Pratt

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: [EMAIL PROTECTED] Vitualhosts ssl and apache2

2006-08-02 Thread David Pratt
tps://mail-internal/exchweb/ ProxyPass /public/ https://mail-internal/public/ ProxyPassReverse /public/ https://mail-internal/public/ ProxyPreserveHost On Vincent Bray wrote: On 8/2/06, Vincent Bray <[EMAIL PROTECTED]> wrote: On 8/2/06, David Pratt <[EMAIL PROT

Re: [EMAIL PROTECTED] Vitualhosts ssl and apache2

2006-08-02 Thread David Pratt
localhost:8443 proxied on 443 for a particular path. Will I still need Apache's SSLEngine for this? Regards, David Vincent Bray wrote: 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 zo

[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