templates: process html templates once at install
commit13db8faba0c694ae1c0a5299909d6b173eeabf47
authorKyle J. McKay <mackyle@gmail.com>
Sat, 12 Sep 2020 00:20:31 +0000 (11 17:20 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Sat, 12 Sep 2020 00:20:31 +0000 (11 17:20 -0700)
tree8c7b477898060e26432007fd4f888fb90edb1d65
parented30f2a619fb13515e3f446fe3f526db25cdd9a6
templates: process html templates once at install

There's no compelling reason to run the html template processor
every time an html template page is requested only to process the
same template file with exactly the same settings into exactly
the same result page every time.

Instead, process all the template files just once at install
time and then serve the results as static html pages for a
small bit of improved efficiency.

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