I'm having trouble finding the right way to configure the SSL virtual host and its non-SSL copy.
I have it now:
<VirtualHost myip:80>
plenty of directives here
</VirtualHost>
and
<VirtualHost myip:443>
same directives as above
</VirtualHost>
And it works fine, but every time I edit the directives in one of the vhosts, I have to do this in the other too. Anything cleaner and more elegant?
Amati source
share