From a9719215b45c99e9fa2429992d2b2b1daa1c6cf3 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Sun, 8 Sep 2013 02:16:59 +0000 Subject: [PATCH] Bug 10325: (follow-up) fix typos and whitespace in httpd.conf example Signed-off-by: Galen Charlton --- etc/koha-httpd.conf | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/etc/koha-httpd.conf b/etc/koha-httpd.conf index 6233c9d2d6..f9a1970767 100644 --- a/etc/koha-httpd.conf +++ b/etc/koha-httpd.conf @@ -20,12 +20,12 @@ SetEnv MEMCACHED_SERVERS "__MEMCACHED_SERVERS__" SetEnv MEMCACHED_NAMESPACE "__MEMCACHED_NAMESPACE__" - # This syntax allows you to override a system preference - # for a given virtual host. Use with caution! - # You should add all the system preferences you override - # in one or more vhosts to the environment variable - # OVERRIDE_SYSPREF_NAMES for your staff intranet vhost -# SevEnv OVERRIDE_SYSPREF_PrefName + # This syntax allows you to override a system preference + # for a given virtual host. Use with caution! + # You should add all the system preferences you override + # in one or more vhosts to the environment variable + # OVERRIDE_SYSPREF_NAMES for your staff intranet vhost + # SetEnv OVERRIDE_SYSPREF_PrefName Value Options -Indexes @@ -136,7 +136,7 @@ # If you are overriding any system preferences, # list them in this variable so the preference editor # knows that they have been overridden. -# SevEnv OVERRIDE_SYSPREF_NAMES "Pref1,Pref2,Pref3" + # SetEnv OVERRIDE_SYSPREF_NAMES "Pref1,Pref2,Pref3" ErrorDocument 400 /cgi-bin/koha/errors/400.pl ErrorDocument 401 /cgi-bin/koha/errors/401.pl -- 2.39.2