| 12345678910111213141516171819 |
- ##
- ## apache.conf -- Apache Custom Configuration
- ## ______________________________________________________
- ##
- ## PLEASE EDIT THIS FILE!! ADJUST YOUR CONFIGURATION BY
- ## OVERRIDING DIRECTIVES FROM "apache.base" HERE, PLEASE!
- ## ______________________________________________________
- ##
- # include Apache default/base configuration
- Include "@l_prefix@/etc/apache/apache.base"
- # global network listening
- Listen 127.0.0.1:80
- # override/extend with local configuration
- #Include "@l_prefix@/etc/apache/apache.vhost"
|