当前位置:首页 > 服务器技术 > apache

CentOS, Fedora, or Red Hat一行命令安装apache + mysql + php 及各种依赖库

sudo sh -c "yum install httpd httpd-devel mysql mysql-server mysql-devel php php-mysql php-common php-gd php-mbstring php-mcrypt php-devel php-xml -y; service mysqld start && mysql_secure_installation && service mysqld restart && service httpd start && chkconfig httpd on && chkconfig mysqld on &&iptables -I INPUT -p tcp -m tcp --dport 80 -j ACCEPT && /etc/init.d/iptables save"

CentOS, Fedora, or Red Hat一行命令安装apache + mysql + php 及各种依赖库

标签:

本文系统来源:http://www.cnblogs.com/johnw/p/5589639.html


【说明】本文章由站长整理发布,文章内容不代表本站观点,如文中有侵权行为,请与本站客服联系(QQ:254677821)!