# Kommentar wg. der Übersichtlichkeit entfernt, siehe 000-default.conf für Details
        ServerAdmin webmaster@localhost
        #DocumentRoot /var/www/html
        ProxyPass /  http://:8383/
        ProxyPassReverse / http://:8383/
        ErrorLog ${APACHE_LOG_DIR}/error-8080.log
        CustomLog ${APACHE_LOG_DIR}/access-8080.log combined
        ServerAdmin webmaster@localhost
        #DocumentRoot /var/www/html
        ProxyPass /  ws://:2424/
        ProxyPassReverse / ws://:2424/
        ErrorLog ${APACHE_LOG_DIR}/error-2426.log
        CustomLog ${APACHE_LOG_DIR}/access-2426.log combined