您最多选择25个主题
主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
16 行
475 B
16 行
475 B
24 年前
|
##
|
||
|
## apache.conf -- Apache Custom Configuration
|
||
|
## ______________________________________________________
|
||
|
##
|
||
|
## PLEASE EDIT THIS FILE!! ADJUST YOUR CONFIGURATION BY
|
||
|
## OVERRIDING DIRECTIVES FROM "apache.base" HERE, PLEASE!
|
||
|
## ______________________________________________________
|
||
|
##
|
||
|
|
||
|
# suck in Apache default/base configuration
|
||
|
Include "@l_prefix@/etc/apache/apache.base"
|
||
|
|
||
|
# override/extend with local configuration
|
||
|
#Include "@l_prefix@/etc/apache/apache.vhost"
|
||
|
|