Hi, I have an hobo application up and running. Now, I want to load balance it using Pound on the front-end and Mongrel on the backend.
The only problem that I have is with the login. Somehow, it wouldn't let me login with load-balancer. e.g. Pound running on port 3000. Mongrel on 3001 - 3003. When I point the browser to http://app:3000, the login will not work and complains invalid username and password. Yet, when I go to the backend directly http://app:3001 or http://app:3002, the same username and password works fine. I suspect that this is an issue with the cookie or auth token. I tried to modify this in Pound.cfg with Session Type Cookie ID " auth_token" or "_<app>_session" TTL 300 End But, it is still not working. So, my question is that does Hobo use cookie for authentication and login? If so, which cookie is the stick session for login? Has anyone gotten this to work? best, -Ray -- You received this message because you are subscribed to the Google Groups "Hobo Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/hobousers?hl=en.
