Hi !

2007/1/17, [EMAIL PROTECTED] <[EMAIL PROTECTED]>:
> <VirtualHost *:443>
>         <Proxy balancer://mongrel_cluster>
>                 BalancerMember http://127.0.0.1:3000
>                 BalancerMember http://127.0.0.1:3001
>         </Proxy>

I also have these directives in my Apache config file.  Try them on:

  ProxyPass /images !
  ProxyPass /stylesheets !
  ProxyPass /javascripts !
  ProxyPass / balancer://weputuplights/
  ProxyPassReverse / balancer://weputuplights/

> </VirtualHost>

I am inclined to say that your problem is related to ProxyPassReverse.

See http://httpd.apache.org/docs/2.2/en/mod/mod_proxy.html#proxypassreverse

Hope that helps !
-- 
François Beausoleil
http://blog.teksol.info/
http://piston.rubyforge.org/
_______________________________________________
Mongrel-users mailing list
Mongrel-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/mongrel-users

Reply via email to