安装或设置

有关设置或安装 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