[EMAIL PROTECTED] can't get mod_ext_filter to work

2006-07-31 Thread alexander dosher
the simplest possible setup, excerpted from httpd.conf: LoadModule ext_filter_module modules/mod_ext_filter.so [...] ExtFilterDefine testFilter mode=output cmd=echo foo Directory E:/www/httpd/htdocs Options Indexes AllowOverride None Order deny,allow Allow from 63.195.38.230

[EMAIL PROTECTED] Re: can't get mod_ext_filter to work

2006-07-31 Thread alexander dosher
Perhaps you used ExtFilterDefine in a vhost context? This isn't allowed for some reason, and configtest doesn't complain about it. Yes, a vhost is where i need to use it, so no sense pursuing it further i suppose. I'm new to the httpd community - is it worth filing this as a doc bug? And,

[EMAIL PROTECTED] Re: can't get mod_ext_filter to work

2006-07-31 Thread alexander dosher
And, since this won't work, can anybody recommend a simple output text find/replace module that's available as a WinXP binary? It might help for you to explain the nature of the problem you're trying to solve, rather than what's not working about what you've tried. OK: I'm using httpd to

[EMAIL PROTECTED] Re: can't get mod_ext_filter to work

2006-07-31 Thread alexander dosher
apachectl configtest, sorry typo. Also, have you tried specifying the ExtFilterDefine in the main server context and using SetOutputFilter in your vhost? yes. same behavior. --alex. - The official User-To-User support