Well....  I'm no apache expert, but I think as long as apache is
configured with SSL support, it can serve up any of its virtual domains
under SSL, but the certificate is the issue.  It definitely works that
way for me (mod-ssl using the same cert for all hosts).
For me a (plaintext) HTTP virtual host looks like this:

<VirtualHost 192.168.0.4:80>
ServerName mail.example2.com
ServerAdmin [EMAIL PROTECTED]
DocumentRoot "/pkg/apache/1.3.27/htdocs-example2.com"
<Directory "/pkg/apache/1.3.27/htdocs-example2.com">
Options Indexes FollowSymLinks MultiViews Includes
AllowOverride All
Order allow,deny
Allow from all
</Directory>
ErrorLog /pkg/apache/1.3.27/logs/error_log
CustomLog /pkg/apache/1.3.27/logs/access_log common
</VirtualHost>

All the five different virtual hosts entries differs only in the "ServerName"-tag. When I try to add the SSL-stuff into the virtual hosts then it tells me that the different SSL virtual hosts "overlaps" when trying to start the server (.../apachectl startssl). I thought it was becase namebased virtual hosts is not allowed over SSL.

But you are having the exact same scenario with only one IP? Then pleeeeease show me how one of your SSL virtual host entries looks like in your httpd.conf . Thanks.

--
Cheers,
Lilla



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


Reply via email to