I've installed stock Red Hat Linux 6 and I've installed lighttpd, it seems that my website loads only when i stop iptables (service iptables stop), I'm not sure what's going on, because I haven't done anything to it. Is this intended?
|
|
|
This is expected. The default firewall settings for RHEL/CentOS are very restrictive. You'll need to open port 80 for your httpd service to be able to get connections
should open the port. If this works then save the working state of the firewall with
This will update the |
|||
|
|
|
The first thing I would do would be to verify what iptables rules you actually have loaded. Do an |
||||
|
|
