> I got EMbperl to compile. It when I did make test, everything went great.
> OK's down the line. I set up apache with:
>
> <Location /perl/>
> SetHandler perl-script
> PerlHandler HTML::Embperl
> </Location>
>
> This is what apache says:
>
>
> [10843]ERR:  25: Line 1: Error
> [Sat Aug  5 16:10:00 2000] [notice] Apache/1.3.9 (Unix)  (Red Hat/Linux)
> mod_perl/1.21 configured -- resuming normal operations
> Bareword found where operator expected at /home/httpd/perl/test.html line
> 3, near "<TITLE>Jeff's"
> (Missing operator before Jeff's?)
> Bareword found where operator expected at /home/httpd/perl/test.html line
> 5, near "/TITLE>
>...

These are not Embperl error messages. The file is interpreted by another
Handler (I guess Apache::Registry). Look thru your httpd.conf and try to
find the other PerlHandler that is serving your pages

Gerald



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

Reply via email to