You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Rob Hartill <ro...@imdb.com> on 1997/03/06 09:29:28 UTC

[BUG proxy/rewrite]: "endless loop in mod_proxy" on Solaris 2.x (fwd)

not acked

---------- Forwarded message ----------
Date: Wed Mar  5 21:31:22 1997
From: chris@jtan.com
To: apache-bugs%apache.org@organic.com
Subject: [BUG]: "endless loop in mod_proxy" on Solaris 2.x

Submitter: chris@jtan.com
Operating system: Solaris 2.x, version: 
Version of Apache Used: 1.2b7
Extra Modules used: mod_proxy mod_rewrite
URL exhibiting problem: 

Symptoms:
--
Once in a while the daemon goes nuts with the
error_log filling with 

can't open /usr/local/etc/httpd/proxy///////////
[followed by a zillion more slashes]

This seems to be related to my use of mod_rewrite
with the rule 

RewriteRule   ^/~(.+)$ http://home.jtan.com/~$1 [P]

that is intended to map ~user pages onto another 
machine. Note that this is an intermittent problem. 
The server runs fine for hours and then suddenly goes
crazy.

I think there maybe a CGI relationship too. Usually
the page it goes nuts on contains some cgi link, but
the problem is not reproducable. No particular
page always makes this happen.  

The other server, home.jtan.com, is also running
Apache 1.2b7 with mod_proxy enabled 
and does not exhibit this problem.
--

Backtrace:
--

--