yum install httpd
設定開機自啟與啟動
chkconfig httpd on作用
檔名稱
服務目錄
主配置檔案
**資料目錄
/var/www/html
訪問日誌
錯誤日誌
服務目錄
serveradmin
管理員郵箱
user
執行服務的使用者
group
執行服務的使用者組
servername
**伺服器的網域名稱
documentroot
**資料目錄
listen
監聽的ip位址與埠號
directoryindex
預設的索引頁頁面
errorlog
錯誤日誌檔案
customlog
訪問日誌檔案
timeout
網頁超時時間,預設為300秒
include
需要載入的其他檔案
部署Apache伺服器
yum install y httpdvim etc httpd conf httpd.confservertokens os 伺服器相應主機頭資訊時,顯示apache版本和作業系統名稱 指定伺服器主配置檔案和日誌檔案的位置 timeout 60 在指定時間內沒有收到或發出任何資料則斷開連線,單位為...
Apache伺服器部署 django
2 解壓到目錄 e apache24 3 修改 httpd.conf define srvroot e apache24 serverroot listen 8089 更改埠4 執行服務 httpd.exe 5 瀏覽器開啟 則成功,或8089埠被占用 2 安裝 mod wsgipipinstallm...
Apache本地伺服器的部署
unix source apr 1.5.2.tar.gz pgp md5 unix source apr util 1.5.4.tar.gz pgp md5 即 perl compatible regular expressions 解壓到 usr apache目錄下 root master mkd...