CVSROOT: /cvs Module name: src Changes by: jas...@cvs.openbsd.org 2010/02/25 00:53:07
Modified files: usr.sbin/httpd/src/modules/proxy: proxy_http.c Log message: - apache would send the wrong Host-Header back when setup as a reverse proxy with ProxyPreserveHost. fixes pr6009, though i applied a different fix as what was suggested in that pr. ok sthen@