Hallo Ihr Beiden,
danke für Eure Hilfestellung. Ich bin nun einen Schritt weiter, aber wohl noch nicht am Ziel.
Docker Container läuft nun:
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
aaaaaaaaa redash/redash "/app/bin/docker-ent…" 2 minutes ago Up 2 minutes 5000/tcp, 127.0.0.1:1234->80/tcp Redash
Proxy ist so eingestellt:
VirtualHost *:80>
ServerAdmin admin@example.com
ServerName meineadresse.de
ServerAlias docker.meineadresse.de
<Proxy *>
Allow from localhost
</Proxy>
RewriteEngine on
RewriteCond %{HTTP:Upgrade} =websocket
RewriteRule /(.*) ws://localhost:1234/$1 [P,L]
RewriteCond %{HTTP:Upgrade} !=websocket
RewriteRule /(.*) http://localhost:1234/$1 [P,L]
ProxyPass / http://localhost:1234/
ProxyPassReverse / http://localhost:1234/
ProxyRequests Off
</VirtualHost>
Wenn ich dann allerdings so die URL docker.meineadresse.de aufrufen, erhalte ich:
Proxy Error
The proxy server received an invalid response from an upstream server.
The proxy server could not handle the request
Reason: Error reading from remote server
Wenn ich alternativ einmal den anderen Port 5000 nutze, der dort beim Container steht, dann erhalte ich:
Service Unavailable
The server is temporarily unable to service your request due to maintenance downtime or capacity problems.Please try again later.
Das sieht ja fast vielversprechender aus, auch wenn ich nicht weiß, was rum Ding in maintenance seht