Install Perl Module Nginx

6.1k views Asked by At

I am following this tutorial and got an error with perl_modules:

root@ns516302:~# service nginx restart
Restarting nginx: nginx: [emerg] unknown directive "perl_modules" in /etc/nginx/sites-enabled/default:1
nginx: configuration file /etc/nginx/nginx.conf test failed
root@ns516302:~#

How do I install perl_module into nginx?

There is not much info on this link.

2

There are 2 answers

0
moveax3 On

Recompile nginx with the --with-http_perl_module option to ./configure.

0
Arthur On

Try this:

sudo apt-get install nginx-extras