If you really don't need vhost-specific HTTPS configurations (have wildcard
certificate?), you can probably make HTTPS copies of all of your HTTP vhosts
with some clever use of mod_proxy and mod_rewrite. I wouldn't recommend going
this way though, sounds like interesting exercise but more troubl
Hi Daniel,
Thanks for trying to help but maybe I didn't explain this well enough.
Debian uses "Include" by default because of it's built-in `a2ensite`
shortcut.
Even with the Include (as your code illustrates) there needs to be a
Virtual Host configuration block for HTTP on port 80 and for HTTPS
There is a directive called "Include"
With this directive you can specify any number of directives in a file
and then define the Include pointing to the same file wherever you may
need.
For instance
Include conf/common.conf
SSLEngine on
SSLCertificatefile conf/x509.crt
SSLCertitificateKeyFil