Nginx permission denied while connecting to upstream in rocky 9.3 and fedora etc

Conclusion, maybe my problem was bind a standard port. To add your desired port use this command: sudo semanage port -a -t http_port_t -p tcp [yourport] Now run nginx with sudo: sudo systemctl stop nginx sudo systemctl start nginx This should solve the problem: setsebool -P httpd_can_network_connect 1 Option #2 (probably more secure) setsebool -P httpd_can_network_relay 1       ...

View More
  Dibaca 492 kali

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 481 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 1033 kali