| … | |
… | |
| 35 | # Do not add a slash at the end of the directory path. If you point |
35 | # Do not add a slash at the end of the directory path. If you point |
| 36 | # ServerRoot at a non-local disk, be sure to point the LockFile directive |
36 | # ServerRoot at a non-local disk, be sure to point the LockFile directive |
| 37 | # at a local disk. If you wish to share the same ServerRoot for multiple |
37 | # at a local disk. If you wish to share the same ServerRoot for multiple |
| 38 | # httpd daemons, you will need to change at least LockFile and PidFile. |
38 | # httpd daemons, you will need to change at least LockFile and PidFile. |
| 39 | ServerRoot "/usr/lib/apache2" |
39 | ServerRoot "/usr/lib/apache2" |
| 40 | |
|
|
| 41 | # Listen: Allows you to bind Apache to specific IP addresses and/or |
|
|
| 42 | # ports, instead of the default. See also the <VirtualHost> |
|
|
| 43 | # directive. |
|
|
| 44 | # |
|
|
| 45 | # Change this to Listen on specific IP addresses as shown below to |
|
|
| 46 | # prevent Apache from glomming onto all bound IP addresses. |
|
|
| 47 | # |
|
|
| 48 | #Listen 12.34.56.78:80 |
|
|
| 49 | Listen 80 |
|
|
| 50 | |
40 | |
| 51 | # Dynamic Shared Object (DSO) Support |
41 | # Dynamic Shared Object (DSO) Support |
| 52 | # |
42 | # |
| 53 | # To be able to use the functionality of a module which was built as a DSO you |
43 | # To be able to use the functionality of a module which was built as a DSO you |
| 54 | # have to place corresponding `LoadModule' lines at this location so the |
44 | # have to place corresponding `LoadModule' lines at this location so the |