LP#1775466 /eg2 Apache configs
authorBill Erickson <berickxx@gmail.com>
Wed, 2 May 2018 15:18:25 +0000 (11:18 -0400)
committerBill Erickson <berickxx@gmail.com>
Wed, 6 Jun 2018 20:59:24 +0000 (16:59 -0400)
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Open-ILS/examples/apache/eg_vhost.conf.in
Open-ILS/examples/apache_24/eg_vhost.conf.in

index 501b5e2..0c0361e 100644 (file)
@@ -826,3 +826,10 @@ RewriteRule ^/openurl$ ${openurl:%1} [NE,PT]
 # and you will suffer a performance hit.
 #RewriteCond %{HTTPS} off
 #RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [NE,R,L]
+
+
+<Directory "/openils/var/web/eg2">
+    FallbackResource /eg2/index.html
+</Directory>
+
+
index 73d6239..c8251b7 100644 (file)
@@ -823,3 +823,8 @@ RewriteRule ^/openurl$ ${openurl:%1} [NE,PT]
 # and you will suffer a performance hit.
 #RewriteCond %{HTTPS} off
 #RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [NE,R,L]
+
+<Directory "/openils/var/web/eg2">
+    FallbackResource /eg2/index.html
+</Directory>
+