]> git.pld-linux.org Git - packages/apache1.git/blame - apache1-mod_cern_meta.conf
- split configs to configdir
[packages/apache1.git] / apache1-mod_cern_meta.conf
CommitLineData
c6d435c1
ER
1# $Id$
2LoadModule 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#
9MetaDir .web
10
11#
12# MetaSuffix: specifies the file name suffix for the file containing the
13# meta information.
14#
15MetaSuffix .meta
16</IfModule>
17
18# vim: filetype=apache ts=4 sw=4 et
This page took 0.034344 seconds and 4 git commands to generate.