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

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

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

このファイルが欠落しているのはなぜですか。ファイルを生成するにはどうすればよいですか?

答え1

すべて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.

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

答え2

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

  • apache2.conf: Apache2 基本構成ファイルです。 Apache2のグローバル設定が含まれています。

関連情報