The browser you are using is too old. OTRS runs with a huge lists of browsers, please upgrade to one of these. Please see the documentation or ask your admin for further information.
Here is my apache config
Code: Select all
<VirtualHost my.web.domain:80>
ProxyPass /otrs http://192.168.0.249/otrs
ProxyPassReverse /otrs http://192.168.0.249/otrs
RedirectMatch ^/$ http://192.168.0.249/otrs
</VirtualHost>