use apache_24 for stretch
authorJason Etheridge <jason@equinoxinitiative.org>
Wed, 12 Dec 2018 16:09:00 +0000 (11:09 -0500)
committerJason Etheridge <jason@equinoxinitiative.org>
Wed, 12 Dec 2018 16:09:00 +0000 (11:09 -0500)
installer/stretch/eg_stretch_installer.sh

index 1149440..44f4348 100755 (executable)
@@ -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