]> git.pld-linux.org Git - packages/apache1.git/blob - apache1-mod_cern_meta.conf
rel 15; builds
[packages/apache1.git] / apache1-mod_cern_meta.conf
1 # $Id$
2 LoadModule cern_meta_module   modules/mod_cern_meta.so
3
4 <IfModule mod_cern_meta.c>
5 # MetaDir: specifies the name of the directory in which Apache can find
6 # meta information files. These files contain additional HTTP headers
7 # to include when sending the document
8 #
9 MetaDir .web
10
11 #
12 # MetaSuffix: specifies the file name suffix for the file containing the
13 # meta information.
14 #
15 MetaSuffix .meta
16 </IfModule>
This page took 0.056976 seconds and 3 git commands to generate.