Hi,
wenn du sowas hast:
client denied by server configuration: proxy:balancer://mongrel_cluster/
dann musst du in deine httpd.conf das hier reinschreiben, (weil in der /etc/apache2/mods-available/proxy.conf alles auf “deny from all” steht):
Allow from all
und wenn du danach das hier hast:
proxy: No protocol handler was valid for the URL /. If you are using a DSO version of mod_proxy, make sure the proxy submodules are included in the configuration using LoadModule.
dann musst du den mod_proxy_http hinzufügen:
ln /etc/apache2/mods-available/proxy_http.load /etc/apache2/mods-enabled/proxy_http.load
/etc/init.d/apache2 restart
Hat mich ‘ne Stunde gekostet ;)

Ich heiße Captain Future und meine Leidenschaft ist es die Brücke zwischen Menschen und Technik zu schlagen.