MySQL Linux Ubuntu CentOS PHP Windows CSS3
2022年8月04日- 書箋
yum install httpd
service httpd start
apachectl start
/etc/init.d/httpd start 或者 service httpd start
chkconfig levels 235 httpd on