Note that changing Listen may break if httpd.service is enabled
at boot time.
This commit is contained in:
parent
cd47f2b892
commit
f518496d8f
@ -38,8 +38,10 @@ ServerRoot "/etc/httpd"
|
|||||||
# ports, instead of the default. See also the <VirtualHost>
|
# ports, instead of the default. See also the <VirtualHost>
|
||||||
# directive.
|
# directive.
|
||||||
#
|
#
|
||||||
# Change this to Listen on specific IP addresses as shown below to
|
# Change this to Listen on a specific IP address, but note that if
|
||||||
# prevent Apache from glomming onto all bound IP addresses.
|
# 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 12.34.56.78:80
|
||||||
Listen 80
|
Listen 80
|
||||||
|
Loading…
Reference in New Issue
Block a user