web-dev-qa-db-ja.com

/ etc / Apache2にhttpd.confファイルがないのはなぜですか?

Ubuntu 14.04 LTSをインストールしました。 UbuntuにはApache2が付属しているようですが、Apache2フォルダがありませんhttpd.conf

ファイルが不足しているのはなぜですか?それを作成するために何をしなければなりませんか?

4
Christian

https://help.ubuntu.com/lts/serverguide/httpd.html に従い、すべての設定オプションはすべてサブディレクトリに移動されました。

httpd.conf: historically the main Apache2 configuration file, named
after the httpd daemon. Now the file does not exist. In older
versions of Ubuntu the file might be present, but empty, as all
configuration options have been moved to the below referenced
directories.

各サブディレクトリの名前と説明については、参照リンクを確認してください。

7
Warren Stevens

このファイルhttpd.confはまだRedHat、Centos、Ferodraに存在しますが、このファイルはubuntuには存在しません。

  • Apache2.conf:メインのApache2設定ファイル。 Apache2にグローバルな設定が含まれています。
0
sameh Ammar