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
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
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