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 ;)
Ähnliche Posts:» BasicAuth + ProxyPath (Apache + Mongrel)
» Apache2 auf dem Mac macht nur 401 wegen FileVault
» Ruby on Rails with Leopard (localhost, sites, mysql, rmagick)

Ich heiße Captain Future und meine Leidenschaft ist es die Brücke zwischen Menschen und Technik zu schlagen.
0 Responses to “apache und mongrel_balancer errors”