DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=28553>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=28553

Action / SetHandler feature





------- Additional Comments From [EMAIL PROTECTED]  2004-06-25 18:51 -------
The same thing happens when you set up a handler directly in httpd.conf:

Action redirect-handler /cgi-bin/redirect.cgi
<Location /rd>
  SetHandler redirect-handler
</Location>

The above works flawlessly in 1.3.  The following rewrite rule *almost* does 
the same.  The difference 
is that it leaves the original URL in the browser rather than the "redirected" 
url.

RewriteEngine On
RewriteRule ^/rd(.*) /cgi-bin/redirect.cgi$1 [PT,L]

(Obviously, my redirect.cgi does redirection to other parts of the site, by 
setting the Location CGI 
header).

I hope the proposed backport can happen soon.  Thanks.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to