Public bug reported:

Binary package hint: libapache2-mod-perl2

after installing mod-perl, it dosen't work, and it's very difficult to
find documentation on how to make it work ..

The configuration file for this module   /etc/apache2/mods-
available/perl.conf    is left empty, witch causes this error.

it should contain something like

<Files ~ "\.pl$">
        SetHandler perl-script
        PerlResponseHandler ModPerl::PerlRun
        Options +ExecCGI
        PerlSendHeader On
</Files>

to allow execution of all .pl files in the server by the module.

and maybe also comments for how to restrict execution of perl files to
specific folders (the most important is to have it working, then if a
user wants to tweak it, tell him how to do so)

** Affects: libapache2-mod-perl2 (Ubuntu)
     Importance: Untriaged
         Status: Unconfirmed

-- 
dosen't work after installation
https://launchpad.net/bugs/55464

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to