> I have written a perl module that is meant to run at the root of a web 
> site (blah.com/, let's say), but there are errors whenever it tries to 
> access an image with an absolute URL.  For instance, this tag returns a 
> broken image:
> 
> <img src="/images/logo.gif">
> 
> this, I'm guessing, is because it's using in some way or another the 
> module I have written, since it's pointing from root.  How do I fix 
> this?  How do I make the module act at the root of the site and not 
> have it interfere with absolute URIs like that?

How about reading the error messages from the error_log file? See:
http://perl.apache.org/guide/debug.html for more info.

_______________________________________________________________________
Stas Bekman    mailto:[EMAIL PROTECTED]      http://www.stason.org/stas
Perl,CGI,Apache,Linux,Web,Java,PC     http://www.stason.org/stas/TULARC
perl.apache.org    modperl.sourcegarden.org   perlmonth.com    perl.org
single o-> + single o-+ = singlesheaven    http://www.singlesheaven.com

Reply via email to