[us...@httpd] Re: PHP script as Apache filter or "callback"

2009-03-14 Thread Nicholas Sherlock
Brian Mearns wrote: I've got a PHP script that I want to call for every request under a certain location. Specifically, I want to alter/set the response headers using this script. I know headers can be set in other ways, but in this case, the heders are set using some fairly complex logic which I

Re: [us...@httpd] Re: PHP script as Apache filter or "callback"

2009-03-17 Thread Brian Mearns
On Sat, Mar 14, 2009 at 8:36 PM, Nicholas Sherlock wrote: > Brian Mearns wrote: >> >> I've got a PHP script that I want to call for every request under a >> certain location. Specifically, I want to alter/set the response >> headers using this script. I know headers can be set in other ways, >> bu