################################################################################ # DO NOT MODIFY THIS FILE. # # It is generated by the [filename].tmpl template. # # Make modifications in the template and regenerate this file. # ################################################################################ Listen 0.0.0.0:8082 https # The base directory of an unconfigured instance of horde installed with pkg can be found in /usr/local/www/horde/. This instance has been migrated from Synology DS214 and works fine. Alias /horde/ "/var/www/html/horde/" DirectoryIndex index.php index.html index.htm AddType application/x-httpd-php .php AddType application/x-httpd-php-source .phps AddType application/x-httpd-php .php .htm .html Options FollowSymLinks # avoid `Options FollowSymLinks and SymLinksIfOwnerMatch are both off, so the RewriteRule directive is also forbidden due to its similar ability to circumvent directory restrictions` Options SymLinksIfOwnerMatch AllowOverride All # allow owncloud's .htaccess to override values # leave authentication to .htaccess in document root # needs to be the web server interface IP (and different from 192.168.178.30) in order to avoid `ssl_error_rx_record_too_long` SSLEngine On ErrorLog /var/log/horde/web-error.log DocumentRoot "/var/www/html/horde" ServerName richtercloud.de SSLCertificateFile /etc/apache2/server.crt SSLCertificateKeyFile /etc/apache2/server.key