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 127.0.0.1

    ExtFilterOptions LogStderr DebugLevel=2
    SetOutputFilter testFilter
</Directory>

...results in the log entry

[error] [client 63.195.38.230] couldn't find definition of filter 'testfilter'


any ideas?

TIA,

alex.


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to