hallo zusammen,
ich habe ein update von 6.16 auf 6.18 wie auf durchgefuehrt:
leider funktioniert das webinterface des ox nicht mehr. es zeigt noch "Loading 10% Loading Scripts and Content ... Please Wait ..." es laed aber nicht fertig.
system
centos 5.4
open-xchange-server-6.18.1.0-5_6.1
vhost.conf
<VirtualHost *:80>
ServerAdmin webmaster@localhost
DocumentRoot /opt/ocon/etc/httpd/srvmail01/htdocs/ox6
<Directory /opt/ocon/etc/httpd/srvmail01/htdocs/ox6/>
AllowOverride None
Order allow,deny
allow from all
RedirectMatch ^/$ /ox6/
Options +FollowSymLinks +SymLinksIfOwnerMatch
</Directory>
# deflate
AddOutputFilterByType DEFLATE text/html text/plain text/javascript application/javascript text/css text/xml application/xml text/x-js application/x-javascript
# pre-compressed files
AddType text/javascript .jsz
AddType text/css .cssz
AddType text/xml .xmlz
AddEncoding x-gzip .jsz .cssz .xmlz
SetEnvIf Request_URI "\.(jsz|cssz|xmlz)$" no-gzip
ExpiresActive On
<Location /ox6>
# Expires (via ExpiresByType to override global settings)
ExpiresByType image/gif "access plus 6 months"
ExpiresByType image/png "access plus 6 months"
ExpiresByType image/jpg "access plus 6 months"
ExpiresByType image/jpeg "access plus 6 months"
ExpiresByType text/css "access plus 6 months"
ExpiresByType text/html "access plus 6 months"
ExpiresByType text/xml "access plus 6 months"
ExpiresByType text/javascript "access plus 6 months"
ExpiresByType text/x-js "access plus 6 months"
ExpiresByType application/x-javascript "access plus 6 months"
ExpiresDefault "access plus 6 months"
Header append Cache-Control "private"
Header unset Last-Modified
Header unset Vary
# Strip version
RewriteEngine On
RewriteRule v=\w+/(.+) $1 [L]
# Turn off ETag
Header unset ETag
FileETag None
</Location>
<Location /ox6/ox.html>
ExpiresByType text/html "now"
ExpiresDefault "now"
Header unset Last-Modified
Header set Cache-Control "no-store, no-cache, must-revalidate, post-check=0, pre-check=0"
# Turn off ETag
Header unset ETag
FileETag None
</Location>
<Location /ox6/index.html>
ExpiresByType text/html "now"
ExpiresDefault "now"
Header unset Last-Modified
Header set Cache-Control "no-store, no-cache, must-revalidate, post-check=0, pre-check=0"
# Turn off ETag
Header unset ETag
FileETag None
</Location>
</VirtualHost>
die vhost einstellung habe ich aus der ox doku.
habt ihr vielleicht ein tip fuer mich wo ich anzusetzten habe?
danke patrick
ps:
aus der /var/log/open-xchange/open-xchange.log.0 ist zuentnehmen:
Oct 19, 2010 4:43:43 PM org.apache.jcs.engine.memory.shrinking.ShrinkerThr ead checkForRemoval
INFO: Exceeded maxIdleTime CacheKey: context=1, keys=[401]
Oct 19, 2010 4:43:43 PM org.apache.jcs.engine.memory.shrinking.ShrinkerThr ead checkForRemoval
INFO: Exceeded maxIdleTime CacheKey: context=1, keys=[396]
ich habe ein update von 6.16 auf 6.18 wie auf durchgefuehrt:
leider funktioniert das webinterface des ox nicht mehr. es zeigt noch "Loading 10% Loading Scripts and Content ... Please Wait ..." es laed aber nicht fertig.
system
centos 5.4
open-xchange-server-6.18.1.0-5_6.1
vhost.conf
<VirtualHost *:80>
ServerAdmin webmaster@localhost
DocumentRoot /opt/ocon/etc/httpd/srvmail01/htdocs/ox6
<Directory /opt/ocon/etc/httpd/srvmail01/htdocs/ox6/>
AllowOverride None
Order allow,deny
allow from all
RedirectMatch ^/$ /ox6/
Options +FollowSymLinks +SymLinksIfOwnerMatch
</Directory>
# deflate
AddOutputFilterByType DEFLATE text/html text/plain text/javascript application/javascript text/css text/xml application/xml text/x-js application/x-javascript
# pre-compressed files
AddType text/javascript .jsz
AddType text/css .cssz
AddType text/xml .xmlz
AddEncoding x-gzip .jsz .cssz .xmlz
SetEnvIf Request_URI "\.(jsz|cssz|xmlz)$" no-gzip
ExpiresActive On
<Location /ox6>
# Expires (via ExpiresByType to override global settings)
ExpiresByType image/gif "access plus 6 months"
ExpiresByType image/png "access plus 6 months"
ExpiresByType image/jpg "access plus 6 months"
ExpiresByType image/jpeg "access plus 6 months"
ExpiresByType text/css "access plus 6 months"
ExpiresByType text/html "access plus 6 months"
ExpiresByType text/xml "access plus 6 months"
ExpiresByType text/javascript "access plus 6 months"
ExpiresByType text/x-js "access plus 6 months"
ExpiresByType application/x-javascript "access plus 6 months"
ExpiresDefault "access plus 6 months"
Header append Cache-Control "private"
Header unset Last-Modified
Header unset Vary
# Strip version
RewriteEngine On
RewriteRule v=\w+/(.+) $1 [L]
# Turn off ETag
Header unset ETag
FileETag None
</Location>
<Location /ox6/ox.html>
ExpiresByType text/html "now"
ExpiresDefault "now"
Header unset Last-Modified
Header set Cache-Control "no-store, no-cache, must-revalidate, post-check=0, pre-check=0"
# Turn off ETag
Header unset ETag
FileETag None
</Location>
<Location /ox6/index.html>
ExpiresByType text/html "now"
ExpiresDefault "now"
Header unset Last-Modified
Header set Cache-Control "no-store, no-cache, must-revalidate, post-check=0, pre-check=0"
# Turn off ETag
Header unset ETag
FileETag None
</Location>
</VirtualHost>
die vhost einstellung habe ich aus der ox doku.
habt ihr vielleicht ein tip fuer mich wo ich anzusetzten habe?
danke patrick
ps:
aus der /var/log/open-xchange/open-xchange.log.0 ist zuentnehmen:
Oct 19, 2010 4:43:43 PM org.apache.jcs.engine.memory.shrinking.ShrinkerThr ead checkForRemoval
INFO: Exceeded maxIdleTime CacheKey: context=1, keys=[401]
Oct 19, 2010 4:43:43 PM org.apache.jcs.engine.memory.shrinking.ShrinkerThr ead checkForRemoval
INFO: Exceeded maxIdleTime CacheKey: context=1, keys=[396]
Comment