Sorry - I'd been experimenting, my filter isn't:

On 4/26/07, Dmitri Colebatch <[EMAIL PROTECTED]> wrote:
       sub handler : FilterConnectionHandler {
               print STDERR "test\n";
               Apache::Const::OK;
       }
       1;

bug is:

       sub handler : FilterConnectionHandler {
               print STDERR "test\n";
               return Apache2::Const::DECLINED;
       }
       1;

which on my limited understanding is what I should be doing to have a
no-op filter.  Please correct me if this is wrong.

cheers,
dim

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