Hi,

        I am new to mod_perl and Embperl, and am trying to set up a website where the 
main page will be handled by Embperl. I have added the following to Apache's  
httpd.conf:

  <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.  
        Versions are: HTML-Embperl-1.3.4, apache_1.3.24, mod_perl-1.26 and 
perl-5.6.1, on Suse 8.0. Have you seen this before? Any hints? Thanks in 
advance,

---
Daniel Barbar


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

Reply via email to