Thứ Năm, 4 tháng 6, 2015

Centos 6: install MySQL, Apache

sudo yum install mysql-server
sudo /sbin/service mysqld start
 
iptables -I INPUT 5 -i eth0 -p tcp --dport 80 -m state --state NEW,ESTABLISHED -j ACCEPT
service iptables save
service httpd restart 
- Comments

0 nhận xét:

Đăng nhận xét