LP#1312309: JSPAC: remove index.xml from apache example configs and examples in docum...
authorJeff Godin <jgodin@tadl.org>
Thu, 14 May 2015 18:25:22 +0000 (11:25 -0700)
committerJeff Godin <jgodin@tadl.org>
Wed, 19 Aug 2015 17:04:49 +0000 (13:04 -0400)
Signed-off-by: Jeff Godin <jgodin@tadl.org>
Signed-off-by: Ben Shum <bshum@biblio.org>
Open-ILS/examples/apache/eg.conf.in
Open-ILS/examples/apache_24/eg.conf.in
docs/TechRef/KidsOPAC.txt
docs/admin/template_toolkit.txt

index 368b057..19d8736 100644 (file)
@@ -145,7 +145,7 @@ NameVirtualHost *:443
        ServerName localhost:80
        ServerAlias 127.0.0.1:80
        DocumentRoot @localstatedir@/web/
-       DirectoryIndex index.xml index.html index.xhtml
+       DirectoryIndex index.html index.xhtml
     # - absorb the shared virtual host settings
     Include eg_vhost.conf
 </VirtualHost>
index 33f7d03..72bcd5e 100644 (file)
@@ -139,7 +139,7 @@ ExpiresByType text/css "access plus 50 minutes"
        ServerName localhost:80
        ServerAlias 127.0.0.1:80
        DocumentRoot @localstatedir@/web/
-       DirectoryIndex index.xml index.html index.xhtml
+       DirectoryIndex index.html index.xhtml
     # - absorb the shared virtual host settings
     Include eg_vhost.conf
 </VirtualHost>
index 832dd8e..a9293d9 100644 (file)
@@ -105,7 +105,7 @@ along the lines of:
 <VirtualHost *:80>
     ServerName xyz.dev198.esilibrary.com:80
     DocumentRoot /openils/var/web/
-    DirectoryIndex index.xml index.html index.xhtml
+    DirectoryIndex index.html index.xhtml
     Include eg_vhost.conf
     <Location /eg/kpac>
        #Point to a different kpac.xml config file if needed
index 75391a5..9022466 100644 (file)
@@ -187,7 +187,7 @@ we only show the configuration for port 80.
 <VirtualHost *:80>
     ServerName br1.concat.ca
     DocumentRoot /openils/var/web/
-    DirectoryIndex index.xml index.html index.xhtml
+    DirectoryIndex index.html index.xhtml
     Include eg_vhost.conf
     <Location /eg>
         PerlAddVar OILSWebTemplatePath "/openils/var/templates_BR1"
@@ -197,7 +197,7 @@ we only show the configuration for port 80.
 <VirtualHost *:80>
     ServerName br2.concat.ca
     DocumentRoot /openils/var/web/
-    DirectoryIndex index.xml index.html index.xhtml
+    DirectoryIndex index.html index.xhtml
     Include eg_vhost.conf
     <Location /eg>
         PerlAddVar OILSWebTemplatePath "/openils/var/templates_BR2"