我安装了 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 的全局设置。