On Fri, 2004-03-26 at 04:46, Michael Franken wrote: > Thanks for the note, but I'm not sure whether the documentation is > consistent. Besides saying "The SetHandler directive is only relevant > for response phase handlers", the documentation says to use > 'SetHandler modperl' when you want to use PerlSetVar and > $r->dir_config, which is what I do.
When you have mysterious problems, it's a good idea to chase down whatever leads you have. Your config is definitely wrong, so try fixing it. Take out the PerlSetVar stuff and hard-code it, just to see if it makes the problem go away. Another thing to try would be using an actual perl response handler instead of mod_proxy. > Anyway the filter won't work without 'SetHandler modperl'... What specifically won't work about it? - Perrin -- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html