apache.conf: replace with apache.conf.in and make-apache-conf.sh
commit5e718fbcb9ac95528c94c748874466f3ec865720
authorKyle J. McKay <mackyle@gmail.com>
Fri, 18 Apr 2014 04:31:03 +0000 (17 21:31 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Fri, 18 Apr 2014 04:31:03 +0000 (17 21:31 -0700)
tree1771bfe32b58413b7d23e6402fe0d9786b9a2149
parent57f2e26e5aedc7ee52080bb1ebdd34d2fab0d876
apache.conf: replace with apache.conf.in and make-apache-conf.sh

There are too many places in the sample configuration file where
values from Config.pm need to be substituted.  Doing this by hand
is extremely error prone.

Instead, replace apache.conf with apache.conf.in and add a new
make-apache-conf.sh script that creates apache.conf by automatically
using the current values from Config.pm.

Also make sure that apache.conf is updated before installing it.
.gitattributes [new file with mode: 0644]
.gitignore [new file with mode: 0644]
Girocco/Config.pm
Makefile
apache.conf.in [moved from apache.conf with 82% similarity]
install.sh
make-apache-conf.sh [new file with mode: 0755]