I am using RHEL 6, httpd-2.4.10, openssl-1.0.2a and I have setup SNI as explained in http://wiki.apache.org/httpd/NameBasedSSLVHostsWithSNI
Everytime I restart apache I get following message:
AH00548: NameVirtualHost has no effect and will be removed in the next release
Is there anyway to have SNI setup without using NameVirtualHost?
Per NameVirtualHost has no effect the directive
NameVirtualHost
is no longer needed in newer versions and you can just remove that line from the configuration.