|
|||||||||||
|
DO NOT REPLY [Bug 14976] New: - ProxyPass segfault on ftp:// urls
From: <bugzilla(at)apache.org>
Date: Sat Nov 30 2002 - 17:09:51 EST
ProxyPass segfault on ftp:// urls
Summary: ProxyPass segfault on ftp:// urls
Product: Apache httpd-1.3
Version: 1.3.26
Platform: Other
OS/Version: Linux
Status: NEW
Severity: Normal
Priority: Other
Component: mod_proxy
AssignedTo: bugs@httpd.apache.org
ReportedBy: unreal@fly.srk.fer.hr
This seems to be an old bug, I've found references to it at least as way back as 1.3.9 (see http://bugs.debian.org/cgi-bin/bugreport.cgi? archive=no&bug=57316) but a quick search through the apache bug database gave no hits. I've tried various versions of Apache ranging from 1.3.22 to 1.3.26 and all show the same behaviour, I don't have a 1.3.27 handy but the changelog made no mention of this bug, so I assume it's not fixed. Anyway, the problem is that trying to use Apache as a reverse proxy to an FTP site, using something like: RewriteRule ^/redhat/(.*)$ ftp://ftp.redhat.com/pub/$1 [P] or ProxyPass /redhat/ ftp://ftp.redhat.com/ causes the http process to sigsegv when trying to access the URL. The log shows: [notice] child pid 32369 exit signal Segmentation fault (11) Using an http:// URL as the target works fine, naturally. I've seen no difference whether mod_proxy is compiled into the httpd binary or loaded as module at startup. To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org For additional commands, e-mail: bugs-help@httpd.apache.org Received on Sat Nov 30 22:08:42 2002 This archive was generated by hypermail 2.1.8 : Wed Aug 23 2006 - 16:44:12 EDT |
||||||||||
|
|||||||||||