I have got the following error when installed the module NGINX in WEBMIN

Webmin in rocky 9 error Can't locate HTML/Entities.pm in @INC (you may need to install the HTML::Entities module) (@INC contains: /usr/libexec/webmin/vendor_perl /usr/libexec/webmin /usr/local/lib64/perl5/5.32 /usr/local/share/perl5/5.32 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 /usr/libexec/webmin/ .) at /usr/libexec/webmin/nginx/index.cgi line 5. BEGIN failed--compilation aborted at /usr/libexec/webmin/nginx/index.cgi line 5.   This MY Sol ...

View More
  Dibaca 12 kali

restart ubuntu nginx not running

sudo systemctl enable nginx.service // try a reboot sudo reboot // check status of nginx sudo systemctl status nginx.service // can start it with this to see if it's running properly sudo systemctl start nginx.service ...

View More
  Dibaca 829 kali