6

私はこれができることを知っています

Include "/usr/local/apache/conf/php.conf"

次のようないくつかのディレクトリにすべてのファイルをロードするようにApacheを作成するにはどうすればよいですか

Include /usr/mydir/*
4

1 に答える 1

9

できるよ:

Include dir/*

たとえばDebian、モジュールには次のように含まれていますapache2.conf

# Include module configuration:
Include mods-enabled/*.load
Include mods-enabled/*.conf
于 2013-07-02T08:30:29.677 に答える