Quote:
Originally Posted by Caleb666
I've been running the calibre content server using Apache's Reverse Proxy (mod_proxy), and I've been getting a lot of problems, mainly with getting "Bad Gateway" the first time I browse to the server, or not having certain images served properly and today I finally realized why!
It seems that CherryPy doesn't support HTTP/1.1 Keep-Alives properly so many of my issues were fixed by forcing Apache to use HTTP/1.0 with no keep-alives:...
Hope this helps to those who are having similar problems.
|
I use orenosp for my reverse proxy. I've never seen this problem.