Working a little here with Apache couldn't you just make another VS entry in Apache for the new port, all using a singular IP addr? Example; --<VirtualHost 120.120.120.120:80> -- ServerAdmin [EMAIL PROTECTED] -- DocumentRoot /www/domain1 -- ServerName www.whatever.com -- ErrorLog wherever -- CustomLog wherever part two --</VirtualHost> --<VirtualHost 120.120.120.120:443> -- ServerAdmin sameguy or gal -- DocumentRoot /www/ssl -- ServerName www.whatever.com -- ErrorLog wherever -- CustomLog wherever part two --</VirtualHost>
By allowing Apache to do the internal routing, wouldn't that re-direct where he's talking about. I'm also doing a lot of virtual hosting, and currently I use a singular domain name for all SSL requests I was thinking about trying the above out and see if it worked? But since we're on the topic. Thank you, Mark-Nathaniel Weisman MCP, CNA, A+, MOUS MI Network Systems Administrator Career Academy MIS Department Anchorage, AK -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of SoilentG Sent: Thursday, February 28, 2002 9:34 PM To: [EMAIL PROTECTED] Subject: RE: Virtual hosts and ssl. What is required for SSL and Virtual Hosts is that you use IP based virutal hosts. Name based VH's don't work on SSL. So if you have only 1 public IP then you'll only be able to have 1 SSL enabled host. 5 = 5 and so on. g'luck Jeff > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of David > Sent: Thursday, February 28, 2002 5:52 PM > To: [EMAIL PROTECTED] > Subject: Virtual hosts and ssl. > > > Hello, > > Could someone clarify this point for me please. > > When compiling a .crs the following message is displayed which implies > I > don't have to use a FQND > > Common Name (eg, your name or your server's hostname) []: > > But from the ssl-faq it says > > Make sure you enter the FQDN ("Fully Qualified Domain Name") of the > server when OpenSSL prompts you for the "CommonName" > > > I have several virtual users hosted on the same apache server and want > to be able to provide ssl for them. Do I have to use a FQDN and > therefore need an individual certificate for Virtual user or can I have > one certificate in the name of the hosting organization that will > provide ssl for all the hosted users? > > Thanks. > > -David. > > ______________________________________________________________________ > Apache Interface to OpenSSL (mod_ssl) www.modssl.org > User Support Mailing List [EMAIL PROTECTED] > Automated List Manager [EMAIL PROTECTED] > ______________________________________________________________________ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED] ______________________________________________________________________ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]