1. ホーム
  2. linux

[解決済み】apacheにあるhttpd.confファイルを紛失しました【終了】。

2022-04-18 19:09:03

質問

を使用した場合、どのようにすれば httpd.conf ファイルはどこにありますか?

Amazon Web Services の EC2 (Elastic Compute Cloud) から Ubuntu Linux サーバーを実行しているのですが、Apache のコンフィグが見当たりません。

解決方法を教えてください。

Apacheが動作しているパスを取得する

$ ps -ef | grep apache
apache   12846 14590  0 Oct20 ?        00:00:00 /usr/sbin/apache2

追加 -V 引数をパスに追加します。

$ /usr/sbin/apache2 -V | grep SERVER_CONFIG_FILE
-D SERVER_CONFIG_FILE="/etc/apache2/apache2.conf"

参考

http://commanigy.com/blog/2011/6/8/finding-apache-configuration-file-httpd-conf-location