Hamilton, Henrique H wrote: > I am using apache2.0.48 and mod perl 1.99_12. > I've written a mod perl module as a perl output filter that rewrites image > links > to point to another server.[example: <img src="header.gif"> becomes <img > src="//someserver.net/www.mysite.com/header.gif">] > My problem is that my perl module doesn't play well with SSI's . > I know if I call the perl module before it's processed by the ssi (INCLUDES > filter) everything will work fine.
that sounds like a problem with your logic, not a problem with your filter order :) > Is there a way to force my perl output filter handler to be called BEFORE > the html is parsed by the INCLUDES output filter? see PerlSetOuputFilter http://perl.apache.org/docs/2.0/user/handlers/filters.html#C_PerlSetOutputFilter_ HTH --Geoff -- Reporting bugs: 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