Dear Wiki user, You have subscribed to a wiki page or wiki category on "Httpd Wiki" for change notification.
The following page has been changed by pctony: http://wiki.apache.org/httpd/ScratchPad/NameBasedSSLVHosts The comment on the change is: config error ------------------------------------------------------------------------------ However you cannot do the following: - - SSL !VirtualHost for a different !ServerName (three.example2.com), where the IP address is the same as that used for *.example.com. + SSL !VirtualHost for a different !ServerName (three.example2.com), where the IP address is the same as that used for *.example.com. {{{ <VirtualHost 192.168.1.1:443> - ServerName www.example2.com + ServerName three.example2.com ... </VirtualHost> }}}
