UCS-4.4.3
Everything works fine. No warnings or errors at systemdiagnose.
One problem: When I access the webinterface from the internet the Portal appears correct. I can start passworreset but when I start container-apps like owncloude, etherpad and dudle,
the response is “https://example.com/owncloud” Not Found
The requested URL was not found on this server.
Apache/2.4.25 (Univention) Server at example.com Port 443.
Is this for a missing certificate for the subdomains of the apps?
<
<VirtualHost :443>
ServerAdmin admin@example.com
ServerName example.com
DocumentRoot /var/www/
<Directory /var/www/>
Options Indexes FollowSymLinks MultiViews
AllowOverride None
Order allow,deny
allow from all
RedirectMatch ^/$ /univention/
<Directory /var/www/>
Options None +SymLinksIfOwnerMatch
AllowOverride Indexes FileInfo
IncludeOptional /etc/apache2/ucs-sites.conf.d/.conf
SSLEngine on
SSLProxyEngine on
SSLProxyCheckPeerCN off
SSLProxyCheckPeerName off
SSLCertificateFile /etc/univention/letsencrypt/signed_chain.crt
SSLCertificateKeyFile /etc/univention/letsencrypt/domain.key
SSLCACertificateFile /etc/univention/ssl/ucsCA/CAcert.pem