Bug 7298: (follow-up) fix uninitialized variable warning
[koha.git] / etc / koha-httpd.conf
index 6233c9d..f9a1970 100644 (file)
    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
 
    <Directory "__OPAC_WWW_DIR__">
       Options -Indexes
    # 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