Le 27/02/2018 à 16:37, David Mehler a écrit :
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/">
       Handeler 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.


Hello,

Do you asked to load it first ?
PerlModule ModPerl::Registry

Regards,
--
benoist

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

Reply via email to