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: becomes src="//someserver.net/www.mysite.com/header.gif">]
> My problem is that my perl module
you could always just do a global search and replace on all the files
instead of defering this step to serving time
--
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
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: becomes ]
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