From 4e89833058c7574a83f80417a878c058f02ce95f Mon Sep 17 00:00:00 2001 From: Jason Etheridge Date: Wed, 12 Dec 2018 11:09:00 -0500 Subject: [PATCH] use apache_24 for stretch --- installer/stretch/eg_stretch_installer.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.11.0