Re: Filter on top of a CGI script

2005-03-22 Thread Scott Gifford
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

Re: Filter on top of a CGI script

2005-03-22 Thread Slava Bizyayev
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

Filter on top of a CGI script

2005-03-22 Thread Scott Gifford
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