From 39ca335b74b9f43b630988d297a5325d4bb74442 Mon Sep 17 00:00:00 2001 From: Andy Witter <awitter@georgialibraries.org> Date: Wed, 3 Jan 2018 15:14:23 -0500 Subject: [PATCH] uncomment PerlSetVar OILSWebInternalHTTPPort "7080" in eg_vhost.conf to allow for added content lookups --- templates/setup-head.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/setup-head.sh b/templates/setup-head.sh index a925339..3b08666 100755 --- a/templates/setup-head.sh +++ b/templates/setup-head.sh @@ -173,6 +173,7 @@ then echo "Found $LOCALE_FILE Locale for this file is: $LOCALE" sed -i "/#PerlAddVar OILSWebLocale \"\/openils\/var\/data\/locale\/opac\/fr-CA.po\"/a \ \PerlAddVar OILSWebLocale \"${LOCALE_FILE}\"" "$EG_VHOST" sed -i "/#PerlAddVar OILSWebLocale \"\/openils\/var\/data\/locale\/opac\/fr-CA.po\"/a \ \PerlAddVar OILSWebLocale \"${LOCALE}\"" "$EG_VHOST" + sed -i 's^# PerlSetVar OILSWebInternalHTTPPort "7080"^PerlSetVar OILSWebInternalHTTPPort "7080"^g' "$EG_VHOST" fi done echo -- 2.11.0