Changes

Jump to navigation Jump to search
663 bytes added ,  22:09, 11 August 2012
Line 63: Line 63:     
Hopefully now you will no longer experience the time-out issue.
 
Hopefully now you will no longer experience the time-out issue.
 +
 +
=== Charset issue ===
 +
 +
You may experience some problem in SOGo web interface with international fonts (à, é, ù .....)
 +
To do this you need to edit the following file in your favourite editor (copy the original from /etc/e-smith/templates/etc/httpd/conf/httpd.conf):
 +
/etc/e-smith/templates-custom/etc/httpd/conf/httpd.conf/85SOGoAccess
 +
and add the instruction '''AddDefaultCharset UTF-8''' in this section:
 +
<Location /SOGo>
 +
        order deny,allow
 +
        deny from all
 +
        allow from all
 +
        SSLRequireSSL on
 +
        RequestHeader set "x-webobjects-server-url" "https://{$SystemName}.{$DomainName}/SOGo"
 +
        AddDefaultCharset UTF-8
 +
</Location>
    
=== Upgrade ===
 
=== Upgrade ===
97

edits

Navigation menu