Remove ports.conf inclusion

This commit is contained in:
a.genus 2015-12-24 16:09:18 +03:00
parent cac7545070
commit 5d03deb3b5

View File

@ -34,10 +34,6 @@
# together by including all remaining configuration files when starting up the # together by including all remaining configuration files when starting up the
# web server. # web server.
# #
# * ports.conf is always included from the main configuration file. It is
# supposed to determine listening ports for incoming connections which can be
# customized anytime.
#
# * Configuration files in the mods-enabled/, conf-enabled/ and sites-enabled/ # * Configuration files in the mods-enabled/, conf-enabled/ and sites-enabled/
# directories contain particular configuration snippets which manage modules, # directories contain particular configuration snippets which manage modules,
# global configuration fragments, or virtual host configurations, # global configuration fragments, or virtual host configurations,
@ -142,9 +138,6 @@ LogLevel warn
IncludeOptional mods-enabled/*.load IncludeOptional mods-enabled/*.load
IncludeOptional mods-enabled/*.conf IncludeOptional mods-enabled/*.conf
# Include list of ports to listen on
Include ports.conf
# Sets the default security model of the Apache2 HTTPD server. It does # Sets the default security model of the Apache2 HTTPD server. It does
# not allow access to the root filesystem outside of /usr/share and /var/www. # not allow access to the root filesystem outside of /usr/share and /var/www.