Return-Path: Delivered-To: apmail-httpd-bugs-archive@www.apache.org Received: (qmail 60175 invoked from network); 20 Nov 2003 23:48:12 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 20 Nov 2003 23:48:12 -0000 Received: (qmail 11131 invoked by uid 500); 20 Nov 2003 23:47:58 -0000 Delivered-To: apmail-httpd-bugs-archive@httpd.apache.org Received: (qmail 10910 invoked by uid 500); 20 Nov 2003 23:47:57 -0000 Mailing-List: contact bugs-help@httpd.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: "Apache HTTPD Bugs Notification List" Delivered-To: mailing list bugs@httpd.apache.org Received: (qmail 10895 invoked from network); 20 Nov 2003 23:47:57 -0000 Received: from unknown (HELO exchange.sun.com) (192.18.33.10) by daedalus.apache.org with SMTP; 20 Nov 2003 23:47:57 -0000 Received: (qmail 16630 invoked by uid 50); 20 Nov 2003 23:48:10 -0000 Date: 20 Nov 2003 23:48:10 -0000 Message-ID: <20031120234810.16629.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: bugs@httpd.apache.org Cc: Subject: DO NOT REPLY [Bug 24873] New: - ProxyPass doesn't pass some URIs X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24873 ProxyPass doesn't pass some URIs Summary: ProxyPass doesn't pass some URIs Product: Apache httpd-2.0 Version: 2.0.47 Platform: PC OS/Version: Linux Status: NEW Severity: Major Priority: Other Component: mod_proxy AssignedTo: bugs@httpd.apache.org ReportedBy: drich@employees.org It looks like ProxyPass is not passing some URLs with special characters. I haven't done an exhaustive search, but the following URI doesn't get passed through the proxy: /music/%2fmisc%2fmp3%2faha%2fhunting_high_and_low%2f01%20-%20take_on_me.mp3/cover.jpg However if I replace the instances of %2f with the '/' character the proxy passes the URL as it should. Here are the appropriate lines from my httpd.conf file: ServerAdmin webmaster@lapseofthought.com ServerName slimp3.lapseofthought.com ServerAlias slimp3 ErrorLog /var/log/httpd/slimp3.lapseofthought.com/error_log CustomLog /var/log/httpd/slimp3.lapseofthought.com/access_log common ProxyPass /error/ ! ProxyPass / http://morpheus.lapseofthought.com:9000/ ProxyPassReverse / http://morpheus.lapseofthought.com:9000/ --------------------------------------------------------------------- To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org For additional commands, e-mail: bugs-help@httpd.apache.org