Hi Daniel,

On Sun, May 19, 2002 at 06:32:37PM -0700, Daniel Barbar wrote:
>   <Location />
>     SetHandler  perl-script
>     PerlHandler HTML::Embperl
>     Options     ExecCGI
>   </Location>
> 
>       The Perl code seems to be recognized and processed just fine, however, the 
> tage <IMG SRC="..."> doesn't work. I have verified that the path and access 
> settings are correct, in fact, if I remove the lines above, the image will 
> show correctly but, of course, the perl code will not be recognized.  

It's probably just that Embperl is trying to process your image as well
as your main pages. Try adding:

  PerlSetEnv EMBPERL_FILESMATCH "\.epl|\.html?$" 

or something similar (depending on how your naming your pages, of
course).

Cheers,
Gavin

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to