| … | |
… | |
| 11 | # |
11 | # |
| 12 | # You may use the command line option '-S' to verify your virtual host |
12 | # You may use the command line option '-S' to verify your virtual host |
| 13 | # configuration. |
13 | # configuration. |
| 14 | |
14 | |
| 15 | <IfDefine DEFAULT_VHOST> |
15 | <IfDefine DEFAULT_VHOST> |
|
|
16 | # see bug #178966 why this is in here |
|
|
17 | |
|
|
18 | # Listen: Allows you to bind Apache to specific IP addresses and/or |
|
|
19 | # ports, instead of the default. See also the <VirtualHost> |
|
|
20 | # directive. |
|
|
21 | # |
|
|
22 | # Change this to Listen on specific IP addresses as shown below to |
|
|
23 | # prevent Apache from glomming onto all bound IP addresses. |
|
|
24 | # |
|
|
25 | #Listen 12.34.56.78:80 |
|
|
26 | Listen 80 |
|
|
27 | |
| 16 | # Use name-based virtual hosting. |
28 | # Use name-based virtual hosting. |
| 17 | NameVirtualHost *:80 |
29 | NameVirtualHost *:80 |
| 18 | |
30 | |
| 19 | # When virtual hosts are enabled, the main host defined in the default |
31 | # When virtual hosts are enabled, the main host defined in the default |
| 20 | # httpd.conf configuration will go away. We redefine it here so that it is |
32 | # httpd.conf configuration will go away. We redefine it here so that it is |