Re: [EMAIL PROTECTED] How to build layers/filters with Apache and PHP

2006-04-26 Thread Jaqui Greenlees
--- Nick Kew <[EMAIL PROTECTED]> wrote: > On Wednesday 26 April 2006 11:06, Gioele Barabucci > wrote: > > Hello, > > > > I have and unmodifiable PHP application that runs > on an apache installation. > > > I would like to create a chain like this: > > | request -> get.php -> validator.php -> ou

Re: [EMAIL PROTECTED] How to build layers/filters with Apache and PHP

2006-04-26 Thread Nick Kew
On Wednesday 26 April 2006 11:06, Gioele Barabucci wrote: > Hello, > > I have and unmodifiable PHP application that runs on an apache > installation. I would like to /filter/ the output of this application > through a > validation layer to be writter in PHP. > Is there a simple way to obtain this p

[EMAIL PROTECTED] How to build layers/filters with Apache and PHP

2006-04-26 Thread Gioele Barabucci
Hello, I have and unmodifiable PHP application that runs on an apache installation. I would like to /filter/ the output of this application through a validation layer to be writter in PHP. Is there a simple way to obtain this playing with the Apache configuration? I would like to create a chain li