0
0

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系 を置く練習をしようぜ☆(^q^)

Last updated at Posted at 2018-09-02

以下の記事を読んで、

「Windows版Apacheをインストールする」
http://d.hatena.ne.jp/Kazuhira/20170128/1485621099

Apache Haus から取ってきて Cドライブに置く。

C:\Apache24

C:/Apache24/conf/httpd.conf 設定ファイルを開き

Define SRVROOT "/Apache24"

と書いているところを、頭の C: を取って \ を / に変えて

Define SRVROOT "/Apache24"

と書く。おんなじだ。
[Windows] + [R]、cmd。[Enter]。

cd c:/Apache24/bin
httpd

ファイアーウォールが出てきたら「アクセスを許可する」

で、

にアクセス。 Apache Haus のスクリーンショットが見える。

0
0
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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?