編碼的世界 / 優質文選 / 感情

centos 7 安裝 apache2


2022年8月04日
-   

一鍵安裝apache
yum install httpd

啟動apche
service httpd start 

centos7 啟動httpd
apachectl start

centos6.5 啟動httpd
/etc/init.d/httpd start 或者 service httpd start

設置apache開機自動啟動
chkconfig levels 235 httpd on

熱門文章