8
16

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

WindowsにApache2.4をインストールする手順

Last updated at Posted at 2017-02-10

https://www.apachelounge.com/download/からWindows版Apacheをダウンロードする。

②ダウンロードした「httpd-2.4.23-win64-VC14.zip」を展開して中にある「Apache24」を任意のディレクトリに配置する。

③「\Apache24\conf\」内にある設定ファイル「http.conf」を開き修正する。
以下のApache24フォルダへのパスを変更する。
・37行目ServerRoot
・245、246行目のDocumentRoot
・364行目のScriptAlias
・380行目のDirectory
※ポートを設定する場合は58行目にて設定する。(通常は80番)

④サーバーネームの設定をする。
・221行目の先頭にある「#」を削除してServerName有効にする。

8
16
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
8
16

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?