Apache Setting
* 複製配置檔
# cp /etc/apache2/httpd.conf-example /etc/apache2/httpd.conf
編輯 /etc/apache2/httpd.conf
ServerName 127.0.0.1
ServerAdmin
[email protected]
啟動 Apache
# svcadm enable apache2
測試
# svcs | grep -i apache2
online 訊息代表連線成功
基本網頁文件位置為 /var/apache2/htdocs