Hello I have my document root set to DocumentRoot /home/secure and
servername secure.servername.com for my virtual host. I have another
virtual host <VirtualHost _default_:443>
using servername secure.servername.com. I would like to change the
servername to
www.servername.com instead of secure.servername.com and
keep my document root different for http and https, is there a way to
do using a single ip? I tried to change the server name to
www.servername.com
and the server failed to start. Thanks.