Hello,

I'm trying to get apache 2.4 and mod_perl2 in my case 2.0.10 going on
a FreeBSD 11.1 system.

I've got this in a virtual host section:

#
# mod perl per-directory configuration
#

# Required modules: dir_module, perl_module
<IfModule dir_module>
        <IfModule perl_module>
                DirectoryIndex index.pl
        </IfModule>
</IfModule>

Alias "/perlweb/" "/usr/local/www/perlweb/"
<Location "/perlweb/">
      AddHandler perl-script .pl
      AddHandler perl-script .cgi
      PerlResponseHandler ModPerl::Registry
      PerlOptions +ParseHeaders
      Options +ExecCGI
Require all granted
</Location>



I'm getting a syntax error on the PerlResponseHandler line invalid command.

Anyone got any ideas how I can fix?

Thanks.
Dave.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to