ich betreibe 2 Server mit KH 24.2 und habe auf Server 1 einen Reverse-Proxy eingerichtet. Funktioniert tadellos.
Auf Server 2 möchte ich das auch tun, allerdings mag er nicht so richtig. Ich habe foldende Apache-Einstellung vorgenommen:
Code: Select all
ProxyPass / http://localhost:8001/
ProxyPassReverse / http://localhost:8001/
Vermutlich liegt es am nicht aktivierten Modul proxy_http. Spontan weiß ich aber gerade nicht, wie ich vor Jahren auf dem Server 1 das Modul aktiviert habe. Über die Konsole an Keyhelp vorbei habe ich das bestimmt nicht gemacht.AH01144: No protocol handler was valid for the URL / (scheme 'http'). If you are using a DSO version of mod_proxy, make sure the proxy submodules are included in the configuration using LoadModule.
Kann mir jemand auf die Sprünge helfen?