I have installed nginx on linux and started it successful with default
config file.
but I can’t open my website. the error message in the IE is the
connection has been interrupt.
and there is nothing in the access log and error log.
On Fri, May 04, 2012 at 06:20:35AM -0400, rock wrote:
Hi there,
I suggest you check non-nginx things like routers, firewalls, and other
access control devices.
server {
listen 80;
server_name datalink.com.cn www.datalink.com.cn;
When I try to access something on that public host (currently
210.82.101.77), the only tcp traffic I see back is a repeated syn-ack,
followed after 5 minutes by a reset.
It looks like plain ack packets are not getting through to your
service. It is unlikely that there is anything nginx can do about that.
If this mail makes no sense to you, ask your system- or
network-administrator about firewalls or iptables that might be between
your server and the internet.
I also ever thought the problem is about iptables and so on. but when I
stop iptables service the problem also is there.
and when I stop nginx and start a web server with port 80 the web
service is working fine.
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: