Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 287133 | Differences between
and this patch

Collapse All | Expand All

(-)httpd.conf (-3 / +3 lines)
Lines 195-204 Link Here
195
# prevent Apache from glomming onto all bound IP addresses.
195
# prevent Apache from glomming onto all bound IP addresses.
196
#
196
#
197
#Listen 12.34.56.78:80
197
#Listen 12.34.56.78:80
198
Listen 80
198
Listen 28000
199
199
200
# Use name-based virtual hosting.
200
# Use name-based virtual hosting.
201
NameVirtualHost *:80
201
NameVirtualHost *:28000
202
202
203
# When virtual hosts are enabled, the main host defined in the default
203
# When virtual hosts are enabled, the main host defined in the default
204
# httpd.conf configuration will go away. We redefine it here so that it is
204
# httpd.conf configuration will go away. We redefine it here so that it is
Lines 207-213 Link Here
207
# If you disable this vhost by removing -D DEFAULT_VHOST from
207
# If you disable this vhost by removing -D DEFAULT_VHOST from
208
# /etc/conf.d/apache2, the first defined virtual host elsewhere will be
208
# /etc/conf.d/apache2, the first defined virtual host elsewhere will be
209
# the default.
209
# the default.
210
<VirtualHost *:80>
210
<VirtualHost *:28000>
211
	ServerName backuppc
211
	ServerName backuppc
212
212
213
	# Redirect requests to "/" to the CGI script
213
	# Redirect requests to "/" to the CGI script

Return to bug 287133