摘要:
Linux关闭防火墙命令1) 永久性生效,重启后不会复原开启:chkconfig iptables on关闭:chkconfig iptables off2) 即时生效,重启后复原开启:service iptables start关闭:service iptables stop3)在开启了防火墙时,... 阅读全文
posted @ 2015-04-25 11:51
叨叨的蜗牛
阅读(315)
评论(0)
推荐(0)
摘要:
解决方案:用记事本打开 httpd.conf将里面的 #ServerName localhost:80 注释去掉即可。再执行 httpd然后可以通过浏览器访问 http://localhost:80 ,如果页面显示 “It works!” ,即表示apache已安装并启动成功。 +... 阅读全文
posted @ 2015-04-25 11:37
叨叨的蜗牛
阅读(119)
评论(0)
推荐(0)

浙公网安备 33010602011771号