安裝或設定

有關設定或安裝 Apache 的詳細說明。

Ubuntu 安裝

sudo apt-get install apache2

Windows 安裝

檢查 WAMP 堆疊。WAMP 代表 Windows,Apache,MySQL,PhpMyAdmin。

CentOS 安裝

Apache 2.2 附帶 CentOS6,而 2.4 附帶 CentOS7,可安裝在任一作業系統上執行

yum -y install httpd

macOS 安裝

macOS 自帶 Apache 預裝,但可以通過 Homebrew 安裝 Apache

如果你已經執行了內建 Apache,則需要先關閉它,並刪除所有自動載入指令碼。

$ sudo apachectl stop
$ sudo launchctl unload -w /System/Library/LaunchDaemons/org.apache.httpd.plist 2>/dev/null
$ brew install httpd24 --with-privileged-ports --with-http2