Re: Trouble migrating from pound to nginx

2013-04-22 Thread Jörg Kastning
You're right. I added the following line to my location block: proxy_set_header Host "my.forced.hostname"; Now I get the expected Site. Thanks for your support. 2013/4/22 Jonathan Matthews > I'm on a sufficiently dreadful connection that I can't examine your > configs on pastebin. Having said

Re: Trouble migrating from pound to nginx

2013-04-22 Thread Jonathan Matthews
I'm on a sufficiently dreadful connection that I can't examine your configs on pastebin. Having said that, I strongly suspect you're not propagating a Host header from NginX to your Apache servers. Fix that up, and I think you'll have more success. Regards, Jonathan -- Jonathan Matthews Oxford,

Trouble migrating from pound to nginx

2013-04-22 Thread Jörg Kastning
Hi. I have some trouble here migration from the loadbalancer pound to nginx. Nginx should be running as a loadbalancer for our webapplications which are hosted on apache webservers in our lan. The basic configuration looks like this: lb(nginx) -> two webservers(apache) -> one or more app