2
1

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 3 years have passed since last update.

AWS EC2 AmazonLinux2 Apache 設定ファイルの場所

Last updated at Posted at 2020-06-09

目的

  • Apacheの設定ファイルの場所分からず若干迷子になったため設定ファイルの場所を記載する。

実施環境

  • ハードウェア環境
項目 情報
OS macOS Catalina(10.15.5)
ハードウェア MacBook Pro (13-inch, 2020, Four Thunderbolt 3 ports)
プロセッサ 2 GHz クアッドコアIntel Core i5
メモリ 32 GB 3733 MHz LPDDR4
グラフィックス Intel Iris Plus Graphics 1536 MB
  • ソフトウェア環境
項目 情報 備考
AWS EC2インスタンス AmazonLinux2 こちらの方法を用いてイメージからインスタンスを作成→AWS EC2 をMacで使ってみよう!
Apache バージョン 2.4.43 $ sudo yum install httpdにてパッケージをダウンロード

設定ファイルの場所

  • 下記に設定ファイルの場所を記載する。
    • /etc/httpd/conf/httpd.conf
    • 「# Further relax access to the default document root:」にドキュメントルートディレクトリの記載がある。
2
1
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
2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?