LockedPerl is not working in Debian 10

Author
patrick
Premium Member
2020/01/07 04:48:25 (permalink)

Perl is not working in Debian 10

Can someone please suggest how to enable Perl in debian 10 machine.
Perl is already install in the system but not executing the .pl script with websites.
#1

1 Reply Related Threads

    HC Team
    Hosting Controller
    Re: Perl is not working in Debian 10 2020/01/07 05:08:24 (permalink)
    Execute following commands to install and load perl in apache2 on debian system
     
    sudo apt-get install perl
     
    /sbin/a2enmod cgid
     
    systemctl restart apache2
    #2
    Jump to: