Note that changing Listen may break if httpd.service is enabled

at boot time.
This commit is contained in:
Joe Orton 2021-04-15 10:30:33 +01:00
parent cd47f2b892
commit f518496d8f

View File

@ -38,8 +38,10 @@ ServerRoot "/etc/httpd"
# ports, instead of the default. See also the <VirtualHost>
# directive.
#
# Change this to Listen on specific IP addresses as shown below to
# prevent Apache from glomming onto all bound IP addresses.
# Change this to Listen on a specific IP address, but note that if
# httpd.service is enabled to run at boot time, the address may not be
# available when the service starts. See the httpd.service(8) man
# page for more information.
#
#Listen 12.34.56.78:80
Listen 80