You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by "Dirk.vanGulik" <Di...@jrc.it> on 1996/05/01 11:21:56 UTC

Re: hello, I wrote a module (fwd)

>
> Anyone want to play with this?

The module remap_uri does do the mapping of '/' as well
as the null string for exactly those reasons. It should
go into a loop :-) I've put some extra wordings into
the documentation for that module and will try to point
out why one needs both aliasing as well as remapping.

Dw.

> 
> X-Sender: nt@mail0.sfc.keio.ac.jp
> Message-Id: <v02130502adac778a4f91@[202.237.176.136]>
> X-Mailer:  Macintosh Eudora Pro Version 2.1.3-J
> Mime-Version: 1.0
> Content-Type: text/plain; charset="ISO-2022-JP"
> Date: Wed, 1 May 1996 11:16:21 +0900
> To: apache-bugs@apache.org
> From: naozumi@takenaka.com (takenaka naozumi)
> Subject: hello, I wrote a module
> 
> Hello apache staffs,
> 
> I couldn't find the corresponding email address. I'm sorry for
> sending this mail to 'strange' address.
> 
> I wrote a module which extends (restricts) Redirect Directive.
> Because a redirection like this:
> 
>     ServerName www.foo.com
>     Redirect / http://www.foo.com/foo/
> 
> causes infinite loop.
> So that I added a keyword 'LocalRedirect'.
> 
>     LocalRedirect / /foo/
> 
> It feels work well but quick-hacked module based on mod_alias.c.
> 
> I'd like to contribute this module for apache project.
> How can I do?
> 
> ----
> naozumi takenaka
> 
> 
> ----- End of forwarded message from takenaka naozumi -----
>