Re: apache 2.4 and mod_perl2

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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




[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux