Re: [us...@httpd] Conditional behavior by status code

2009-11-04 Thread Nick Kew
Is there any way to get Apache to behave differently based on the status code, specifically apply different OutputFilters? This is With httpd-2.3/2.4, just make that a condition for FilterProvider. With 2.2, condition evaluation is more limited so you can't do that. It would be a fairly trivi

Re: [us...@httpd] Conditional behavior by status code

2009-11-04 Thread Sean Conner
It was thus said that the Great Brian Mearns once stated: > Is there any way to get Apache to behave differently based on the > status code, specifically apply different OutputFilters? This is > similar in concept, I believe, to AddOutputFilterByType, which relies > on the generated Content-Type he

[us...@httpd] Conditional behavior by status code

2009-11-04 Thread Brian Mearns
Is there any way to get Apache to behave differently based on the status code, specifically apply different OutputFilters? This is similar in concept, I believe, to AddOutputFilterByType, which relies on the generated Content-Type header to determine what filter to apply. But I want to apply differ