Thanks for you response, Slava. More below...
Slava Bizyayev <[EMAIL PROTECTED]> writes:
> Hi Scott,
>
> As far as I understand, your handler Apache::SiteMoved does all the
> dirty work for you on Apache-1, replacing the hostname.
Yes.
> Additionally, you want your CGI script to remain as a C
Hi Scott,
As far as I understand, your handler Apache::SiteMoved does all the
dirty work for you on Apache-1, replacing the hostname. Additionally,
you want your CGI script to remain as a CGI for some reason. In this
case you can happily live with no Filter chain. Just take the input of
your handl
Hello,
I've got a filter which replaces references to a particular hostname
with another name, to allow testing of a new server. The filter is
very simple, and works great for static files (thanks in part to some
earlier help from this list!)
But, I can't get it to work for CGI scripts. If I pu