I'm running apache 1.3.6 and mod_perl 1.21 on a Linux 2.0.36 kernel.
I have configured the server to parse .shtml files and standard SSI
directives from mod_include work, but I cannot get the <!--#perl -->
directive to work. All I get in the browser is
[an error occurred while processing this directive]
and the following entry in the error_log:
unknown directive "perl" in parsed doc /home/erfi/html/foo.shtml
I know mod_perl is working because my 'Hello, World' perl module works.
Everything seems to work except <!--#perl -->. *sigh*
Any help would be appreciated.
--Brian Haney