ripat wrote:According to your description of the problem, it is not the port that seems to be blocked but the client's IP when they try to connect to your server from outside. But, just to make sure your ISP doesn't block the port 80, you can try to change the port Apache listen on.
I checked
/etc/apache2/ports.conf, and port 80 is always being listened. I also checked with
nmap -h 80 -sT mydomain.com, which showed Port 80 is open.
ripat wrote:If no luck with that, investigate on the mod_authz_host module. Look for directives like Allow from... | Deny from... in the apache config file.
I didn't see any port 80 or my hosts that is denied.
ripat wrote:Check both the /etc/hosts.allow and /etc/hosts.deny files for any httpd filters
The files were unchanged, and blank.
ripat wrote:Dump the iptables (sudo iptables -vS) and search for any rule that might block the frames from outside your lan.
Sorry I'm not really clear on this one. Could you give me a little hints? My iptables (and iptables-persistent) seems to be unsuccessfully installed due to some errors.
Thanks a lot!
