Dear Wiki user, You have subscribed to a wiki page or wiki category on "Httpd Wiki" for change notification.
The "NameBasedSSLVHosts" page has been changed by JoshuaSmith. The comment on this change is: This didn't work for me on Apache 2.2.14 (win32) until I added ServerAlias directives that mirror the ServerName directives.. http://wiki.apache.org/httpd/NameBasedSSLVHosts?action=diff&rev1=8&rev2=9 -------------------------------------------------- SSLCertificateKeyFile /etc/ssl/star.example.com.key ServerName "one.example.com" + ServerAlias "one.example.com" DocumentRoot "/var/www/html/one" CustomLog "/var/log/httpd/one-access.log" combined @@ -59, +60 @@ SSLCertificateKeyFile /etc/ssl/star.example.com.key ServerName "two.example.com" + ServerAlias "two.example.com" DocumentRoot "/var/www/html/two" CustomLog "/var/log/httpd/two-access.log" combined --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
