为什么我在 /etc/apache2 中没有 httpd.conf 文件?

Chr*_*ian 6 ubuntu apache-httpd

我安装了 Ubuntu 14.04 LTS。Ubuntu 似乎带有 Apache2,但在apache2文件夹中没有httpd.conf?

为什么缺少文件,我该怎么做才能创建它?

小智 8

根据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.
Run Code Online (Sandbox Code Playgroud)

检查每个子目录的名称和描述的参考链接。