The following reply was made to PR mod_rewrite/2055; it has been noted by GNATS.
From: Marc Slemko <[EMAIL PROTECTED]> To: Apache bugs database <[EMAIL PROTECTED]> Cc: Subject: Re: mod_rewrite/2055: Can't view image files when using RewriteRule in Proxy mode (fwd) Date: Fri, 10 Apr 1998 13:04:26 -0600 (MDT) This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. Send mail to [EMAIL PROTECTED] for more info. ---1936831230-727655686-892234873=:46886 Content-Type: TEXT/PLAIN; CHARSET=US-ASCII Content-ID: <[EMAIL PROTECTED]> relevant part of attached file included: RewriteEngine on RewriteLog logs/rewrite_log RewriteLogLevel 7 #RewriteRule /.* https://arden1.mcis.washington.edu/~alanv [P] #RewriteRule ^/ mindscape/ [R] RewriteRule ^/(mindscape-hmc) $1/ [R] RewriteRule ^/(mindscape-uwmc) $1/ [R] RewriteRule ^/(mindscape) $1/ [R] RewriteMap lb prg:/usr/local/www/conf/round_robin.pl RewriteRule ^/(.+)$ ${lb:$1} [P,L] What I see is that the rules are directing accesses for the image, and random URLs that don't exist, to the same page. ---------- Forwarded message ---------- Date: Fri, 10 Apr 1998 12:01:13 -0700 (PDT) From: "Cere M. Davis" <[EMAIL PROTECTED]> To: Marc Slemko <[EMAIL PROTECTED]> Subject: Re: mod_rewrite/2055: Can't view image files when using RewriteRule in Proxy mode Attached is my config file for the Violetta4 server... I'm not surprised that you are seeing the smae page. How would you know what other pages to to go anyway? Hopefuly seeing my config file will help you understand what I am trying to achieve. ---1936831230-727655686-892234873=:46886--
