Hi, I have just setup pound with a apache2 server as the backend. Currently it is a very simple setup for testing purposes with everything running on the one server. Pound listening on the public IP, ports 80 and 443. Apache2 listens on localhost, port 8000.
HTTP traffic is served correctly as is HTTPS traffic. The problem occurs when using RewriteRules in a htaccess file for a domain which simply redirects all http traffic to https. The redirection works fine when just apache is being used, bringing in pound causes some sort of loop, where multiple requests are made for the same URL, eventually a timeout occurs with no content being served. I don't have access to server logs and such like at this moment, but from what I saw of them: - pound logs show GET requests for the content requested. - apache2 rewrite logs show a 301 redirect being forced to https. Any pointers as to what could be going wrong? Have I missed some configuration option in pound? Any help will be appreciated. -- Pritpal [email protected]
