apache.conf 475 B

12345678910111213141516
  1. ##
  2. ## apache.conf -- Apache Custom Configuration
  3. ## ______________________________________________________
  4. ##
  5. ## PLEASE EDIT THIS FILE!! ADJUST YOUR CONFIGURATION BY
  6. ## OVERRIDING DIRECTIVES FROM "apache.base" HERE, PLEASE!
  7. ## ______________________________________________________
  8. ##
  9. # suck in Apache default/base configuration
  10. Include "@l_prefix@/etc/apache/apache.base"
  11. # override/extend with local configuration
  12. #Include "@l_prefix@/etc/apache/apache.vhost"