Generate Apache config files for increased portability
authorDan Scott <dscott@laurentian.ca>
Fri, 19 Oct 2012 19:23:28 +0000 (15:23 -0400)
committerDan Scott <dan@coffeecode.net>
Thu, 21 Feb 2013 04:09:14 +0000 (23:09 -0500)
commitb1ac837ddf420be5c104732deb0cdbbd2886bfd6
tree64cacf4bcb89df3ccca2b1c26511c6329233a6fd
parent22ecbbdb62926cb110f5a23526d889f7f2ffa776
Generate Apache config files for increased portability

Continue weaning ourselves off of hardcoded paths such as /openils in config
files. Also, install the Apache config example files into a docs directory
instead of just leaving them in the source tree. Similarly, remove some
hardcoded paths from eg_db_config.pl.

At the same time, drop the '.pl' suffix from the scripts that we're touching,
and make the Apache startup script a little less generic in name.

The change from "startup.pl" to "eg_startup" and from "eg_db_config.pl"
to "eg_db_config" also results in updates to installation and upgrading
documentation.

Signed-off-by: Dan Scott <dscott@laurentian.ca>
Open-ILS/examples/apache/eg.conf [deleted file]
Open-ILS/examples/apache/eg.conf.in [new file with mode: 0644]
Open-ILS/examples/apache/eg_startup.in [new file with mode: 0755]
Open-ILS/examples/apache/eg_vhost.conf [deleted file]
Open-ILS/examples/apache/eg_vhost.conf.in [new file with mode: 0644]
Open-ILS/examples/apache/startup.pl [deleted file]
Open-ILS/src/Makefile.am
Open-ILS/src/support-scripts/eg_db_config.in [new file with mode: 0755]
Open-ILS/src/support-scripts/eg_db_config.pl [deleted file]
docs/installation/server_installation.txt
docs/installation/server_upgrade.txt