apache.conf: fill the https virtualhost when making apache.conf
commite26e12697f6136af89e5a2a22a1965993004b482
authorKyle J. McKay <mackyle@gmail.com>
Wed, 18 Feb 2015 02:53:54 +0000 (17 18:53 -0800)
committerKyle J. McKay <mackyle@gmail.com>
Wed, 18 Feb 2015 02:53:54 +0000 (17 18:53 -0800)
tree727686bbba1279ccdfefcc9ecea17fb9cec9e04e
parent1de07fb70e3098b4175ec40e9eb14779a98c9c6d
apache.conf: fill the https virtualhost when making apache.conf

The apache.conf.in file does not contain the duplicate lines in
the https virtual host section that are required to actually
configure an https virtual host.  Instead, they are supposed to
be copied from the http virtual host section at the top of the
file.

Since we are making apache.conf already, arrange for the copying
to be automatic to avoid copying mistakes and to make the process
more convenient.
apache.conf.in
make-apache-conf.sh