randall_schwartz_mod_rewrite

This is part of The Pile, a partial archive of some open source mailing lists and newsgroups.



Subject: Re: [ANNOUNCE] ApacheCon USA 2001: Call For Papers
From: merlyn@stonehenge.com (Randal L. Schwartz)
Date: 15 Nov 2000 10:12:13 -0800

David" == David Hodgkinson <daveh@hodgkinson.org> writes:

David> Is there a way of doing mod_rewrite maps in perl?

Just write a good PerlTransHandler.  I do that all the time.  I tossed
mod_rewrite long ago.  Arcane syntax, many special variables, heavily
dependent on regular expressions and special operators... how could
anything like that ever catch on? {grin}

===

Subject: Re: [ANNOUNCE] ApacheCon USA 2001: Call For Papers
From: Gunther Birznieks <gunther@extropia.com>
Date: Fri, 17 Nov 2000 18:29:38 +0800

At 08:43 PM 11/15/00 +0300, Ilya Martynov wrote:
>On 15 Nov 2000, David Hodgkinson wrote:
>
>DH> Stas Bekman <stas@stason.org> writes:
>DH>
>DH> > Ralf is always talking about SSL stuff, so if you want to do it, why 
>don't
>DH> > you just contact him and sync with him. It's not mod_perl but many of us
>DH> > are using it. So it'd probably be questionable for TPC , but perfect for
>DH> > ApacheCon.
>DH>
>DH> Is there a way of doing mod_rewrite maps in perl?
>
>RewriteMap config option allows you specify external program as source of
>map information. It can be in perl. Apache documentation for mod_rewrite has
>an example of such program.

I am not sure (it might be nice if someone could clarify) but I think that 
mod_rewrite has to launch it as an external program each time it does this. 
It strikes me that this would be expensive?

But I am not sure. Maybe mod_rewrite can cache the program output?

Later,
    Gunther


===


the rest of The Pile (a partial mailing list archive)

doom@kzsu.stanford.edu