From f518496d8ff918bf8423efb92452650d4d400374 Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Thu, 15 Apr 2021 10:30:33 +0100 Subject: [PATCH] Note that changing Listen may break if httpd.service is enabled at boot time. --- httpd.conf | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/httpd.conf b/httpd.conf index 6ab68cb..609b2e2 100644 --- a/httpd.conf +++ b/httpd.conf @@ -38,8 +38,10 @@ ServerRoot "/etc/httpd" # ports, instead of the default. See also the # 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