There was an error while loading. Please reload this page.
The commands work on a Debian based system.
Enable the apache proxy module:
sudo a2enmod proxy sudo a2enmod proxy_http
Add the proxy definition to your vhost configuration of your owncloud/sogo/host-application server (e.g. /etc/apache/sites-available/default):
/etc/apache/sites-available/default
ProxyPass /http-bind/ http://localhost:5280/http-bind/ ProxyPassReverse /http-bind/ http://localhost:5280/http-bind/
Reload apache configuration:
sudo service apache2 reload
Finished!