Displaying 2 results from an estimated 2 matches for "thealarmlight".
Did you mean:
thealarmlights
2007 Jun 03
3
mongrel cluster w/ apache
...ct it should. there''s nothing in the
rewrite logs and nothing but 404 errors in the apache error logs.
http://127.0.0.1:8000/railsaction/railsmethod
...loads up my app in mongrel so all is fine there. i''m thinking
apache should have no problem when i browse to:
http://elsewhere.thealarmlights.net:555/railsaction/railsmethod
i get 404 errors...
is there some special incantation necessary to make this work?
the relevant parts of my apache config follow:
<Proxy balancer://mongrel_cluster>
BalancerMember http://127.0.0.1:8000
BalancerMember http://127.0.0.1:8001
</Proxy>...
2007 Jun 03
6
mongrel cluster w/ apache
...ct it should. there''s nothing in the
rewrite logs and nothing but 404 errors in the apache error logs.
http://127.0.0.1:8000/railsaction/railsmethod
...loads up my app in mongrel so all is fine there. i''m thinking
apache should have no problem when i browse to:
http://elsewhere.thealarmlights.net:555/railsaction/railsmethod
i get 404 errors...
is there some special incantation necessary to make this work?
the relevant parts of my apache config follow:
<Proxy balancer://mongrel_cluster>
BalancerMember http://127.0.0.1:8000
BalancerMember http://127.0.0.1:8001
</Proxy>...