From: Jason Etheridge Date: Wed, 12 Dec 2018 16:09:00 +0000 (-0500) Subject: use apache_24 for stretch X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=4e89833058c7574a83f80417a878c058f02ce95f;p=working%2Frandom.git use apache_24 for stretch --- diff --git a/installer/stretch/eg_stretch_installer.sh b/installer/stretch/eg_stretch_installer.sh index 114944095..44f434870 100755 --- a/installer/stretch/eg_stretch_installer.sh +++ b/installer/stretch/eg_stretch_installer.sh @@ -508,9 +508,9 @@ function configure_apache { /etc/init.d/apache2 stop # Copy apache configs into place and create SSL cert cd /home/opensrf/Evergreen/ - cp Open-ILS/examples/apache/eg.conf /etc/apache2/sites-available/ - cp Open-ILS/examples/apache/eg_vhost.conf /etc/apache2/ - cp Open-ILS/examples/apache/eg_startup /etc/apache2/ + cp Open-ILS/examples/apache_24/eg_24.conf /etc/apache2/sites-available/eg.conf + cp Open-ILS/examples/apache_24/eg_vhost_24.conf /etc/apache2/eg_vhost.conf + cp Open-ILS/examples/apache_24/eg_startup /etc/apache2/ mkdir -p /etc/apache2/ssl; if [ ! -f /etc/apache2/ssl/server.key ] ; then