各位前輩好:
以下是我目前的iptable設定,但不知為什麼無法開啟127.0.0.1的首頁呢?
apache也有重新啟動了
謝謝各位前輩指導
Chain INPUT (policy DROP)
target prot opt source destination
ACCEPT all -- anywhere anywhere state RELATED,ESTABLISHED
ACCEPT tcp -- anywhere anywhere tcp dpt:www
Chain FORWARD (policy ACCEPT)
target prot opt source destination
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
--
以下是我目前的iptable設定,但不知為什麼無法開啟127.0.0.1的首頁呢?
apache也有重新啟動了
謝謝各位前輩指導
Chain INPUT (policy DROP)
target prot opt source destination
ACCEPT all -- anywhere anywhere state RELATED,ESTABLISHED
ACCEPT tcp -- anywhere anywhere tcp dpt:www
Chain FORWARD (policy ACCEPT)
target prot opt source destination
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
--
All Comments