5℃ 
  		
  			 
			
				
				
				
				 
				
 			
			
			
			
 		
		
		
	
	
					2011年11月02日
					 ⁄ LAMP
										 ⁄ 被围观 13,982次+					
				
			
				
准备篇:
  配置防火墙,开启80端口、3306端口
   vi /etc/sysconfig/iptables
   -A INPUT -m state --state NEW -m tcp -p tcp --dport 80 -j ACCEPT(允许80端口通过防火墙)
   -A INPUT -m state --state NEW -m tcp -p tcp --dport 3306 -j ACCEPT(允许3306端口通过防火墙)
  重启防火墙使配置生效
    /etc/init.d/iptables restart
    service iptables restart
系统运维  www.osyunwei.com  温馨提醒:qihang01原创内容©版权所有,转载请注明出处及原文链接
安装篇:
一、安装Apache
   1、检查是否已...			
			
			      CentOS, LAMP, 配置LAMP服务器阅读全文
			
		




