I have a long and intricate list of directives, and I have to duplicate them into separate groups for ports 80 and 443 because I\'m using
You could put the common configuration into a separate file and include it in both VirtualHost segments. For example:
Include conf/common.conf Include conf/common.conf (put your ssl specific cofiguration stuff here ...)