JSPAC: remove index.xml from apache example configs and examples in documentation
authorJeff Godin <jgodin@tadl.org>
Thu, 14 May 2015 18:25:22 +0000 (11:25 -0700)
committerJeff Godin <jgodin@tadl.org>
Fri, 15 May 2015 23:47:40 +0000 (16:47 -0700)
Signed-off-by: Jeff Godin <jgodin@tadl.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 b33581d..edb5c5c 100644 (file)
@@ -138,7 +138,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"