Moin!
I did install openexchange community edition a year ago, did updates and would like to use ist again. When trying to open webinterface I see:
I find follwing line at my /var/log/apache2/error.log:
I did changes to the apache configuration, here is my /etc/apache2/sites-available/default:
Could anybody help me? Please
Thanks, Sandra
I did install openexchange community edition a year ago, did updates and would like to use ist again. When trying to open webinterface I see:
HTML Code:
You need to enable JavaScript to access the Open-Xchange Server. Für den Zugriff auf den Open-Xchange Server müssen Sie JavaScript aktivieren.
I find follwing line at my /var/log/apache2/error.log:
Code:
File does not exist: /srv/www/htdocs/ox6/v=MkGgXRX, referer: http://myIP/ox6/
Code:
<virtualHost *:80> ServerAdmin webmaster@localhost DocumentRoot /srv/www/htdocs/ <Directory /srv/www/htdocs> 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 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>
Thanks, Sandra
Comment