make-apache-conf.sh: convert implementation to support enhancements
commit8d140e47d0eb9e66adaec3ec917fd3dbe8dbb640
authorKyle J. McKay <mackyle@gmail.com>
Wed, 30 Mar 2016 20:07:14 +0000 (30 13:07 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Wed, 30 Mar 2016 20:07:14 +0000 (30 13:07 -0700)
tree128d93bf08ce5a579cb6f1c879efc3f558bc113c
parent42234719e8b8f0f29208dba7bc168dcea050bbef
make-apache-conf.sh: convert implementation to support enhancements

While the previous implementation worked just fine, it had a
fixed list of variables it could expand and was limited in its
processing capabilities.

Convert the guts of the replacing code to use Perl so that
any Girocco::Config variable is automatically supported and
thereby also clear the way for future processing enhancements.

Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
make-apache-conf.sh