Welcome! Log In Create A New Profile

Advanced

Re: nginx doesn't response any request

Seguridad Informática
May 08, 2012 09:14AM
rock, if you are using RedHat EL and when nginx is listening on port 80
there is no problem, my first idea is that SELinux is denying that
access, try with this:

grep nginx /var/log/audit/audit.log | audit2allow -m nginx > nginx.te

and check if there are rules granting access to nginx .. if that's true,
you can fix it with this:

grep nginx /var/log/audit/audit.log | audit2allow -M nginx
semodule -i nginx.pp

then restart nginx and check if it is working.. or you can check if it
is trying to


--
Anielkis

_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Subject Author Posted

nginx doesn't response any request

rock May 04, 2012 06:19AM

Re: nginx doesn't response any request

rock May 04, 2012 06:20AM

Re: nginx doesn't response any request

Francis Daly May 04, 2012 09:52PM

Re: nginx doesn't response any request

rock May 07, 2012 02:07AM

Re: nginx doesn't response any request

Joe May 07, 2012 03:32AM

Re: nginx doesn't response any request

rock May 07, 2012 10:02PM

Re: nginx doesn't response any request

rock May 07, 2012 11:17PM

Re: nginx doesn't response any request

rock May 08, 2012 12:21AM

Re: nginx doesn't response any request

Seguridad Informática May 08, 2012 09:14AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 162
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready