Hey rg_14,
Eine Umleitung geht einfach:
root@dc1:~# ucr info apache2/startsite
apache2/startsite: univention/
If the URL of the Apache server is accessed over the IP address or the hostname, a redirect to the UCS startpage is done in the standard setting. This variable allows the configuration of the subpage where the redirect points to.
Categories: service-apache
In dem Fall also einfach folgendes eingeben:
ucr set apache2/startsite='OwnCloud/'
Ein Abschalten des Management-interfaces ist möglich (das schaltet dann aber gleich das komplette Webinterface ab, nicht nur von extern)
ucr set umc/http/autostart=no
systemctl stop univention-management-console-web-server.service
Gruß Lutz