| 1 | # This is the configuration that is common to every developer's apache |
1 | # This is the configuration that is common to every developer's apache |
| 2 | # process. httpd-wwmp-sample.conf expects to find this file in |
2 | # process. httpd-wwmp-sample.conf expects to find this file in |
| 3 | # /usr/local/etc/apache, but that can be customized for your shop. |
3 | # /usr/local/etc/apache, but that can be customized for your shop. |
|
|
4 | # You should also at least change the ServerName parameter. |
| 4 | |
5 | |
| 5 | ### Section 1: Global Environment |
6 | ### Section 1: Global Environment |
| 6 | ServerType standalone |
7 | ServerType standalone |
| 7 | ServerRoot /usr/local |
8 | ServerRoot /usr/local |
| 8 | |
9 | |