summaryrefslogtreecommitdiff
path: root/debian/apache2.README.Debian
diff options
context:
space:
mode:
authorArno Töll <arno@debian.org>2012-04-14 23:05:18 +0200
committerArno Töll <arno@debian.org>2012-04-14 23:05:48 +0200
commit3dfe602149f3c7450c0e3094ba5b6cd7721802a9 (patch)
tree83c4f4dab8a0106001955221a94e4a39f80c5133 /debian/apache2.README.Debian
parent75b670b905bac093f31bb0bd755d8a689fb94060 (diff)
downloadapache2-3dfe602149f3c7450c0e3094ba5b6cd7721802a9.tar.gz
Give a few configuration hints of site-local configuration files
Diffstat (limited to 'debian/apache2.README.Debian')
-rw-r--r--debian/apache2.README.Debian17
1 files changed, 17 insertions, 0 deletions
diff --git a/debian/apache2.README.Debian b/debian/apache2.README.Debian
index 47f2d7bf..9e43aa09 100644
--- a/debian/apache2.README.Debian
+++ b/debian/apache2.README.Debian
@@ -147,6 +147,23 @@ sites-enabled/
The Include directives ignore files with names that do not end with a
.conf suffix. This behavior changed to previous releases!
+In some cases you may want to enable a specific piece of configuration
+(think of files shipped in conf-available/) for a particular virtual
+host only and not globally as our default is. In such cases you can
+disable the configuration at a global scope for example by doing
+
+ a2disconf some-configuration
+
+Then it can be included it in a particular virtual host within a file in
+sites-enabled/. You may want to add
+
+ Include conf-available/some-configuration.conf
+
+in that site configuration. However, be careful as this may not work for
+some configurations, depending on the context and implications of some
+directives.
+
+
Other files
-----------