Hi Vincent. I have NameVirtualHost(s) set up as follows. NameVirtualHost *:80 NameVirtualHost *.443Sorry 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 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 <fairwinds@xxxxxxxxxxx> 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 virtual hosts work fine on port 80 using www.mydomain.com and www.mydomain1.com[snip] Hi, You have many problems here.. First you don't seem to have any NameVirtualHost directives to tell apache to use name virtual hosts. Second, when you sort that out you'll find that your vhosts aren't even running ssl (no SSLEngine On). Then, you're proxying to http://127.0.0.1:8443 meaning that you're speaking the wrong protocol to the backend. Of course, you also can't use name virtual hosts over ssl on the same ip/port. Some suggested reading: http://www.onlamp.com/pub/a/apache/2005/02/17/apacheckbk.html http://httpd.apache.org/docs/2.2/vhosts/ http://httpd.apache.org/docs/2.2/ssl/ssl_faq.html#vhosts
--------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx