Hello, Yes I did. I am still getting the error now about the invalid PerlModule line I just added. Thanks. Dave. On 2/28/18, mlrx <mlrx@xxxxxxxxxxxxxxxxxx> wrote: > 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-unsubscribe@xxxxxxxxxxxxxxxx > For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx > > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx