]> git.pld-linux.org Git - packages/apache1-mod_witch.git/blob - apache1-mod_witch.conf
- confdir enabled apache1
[packages/apache1-mod_witch.git] / apache1-mod_witch.conf
1 # $Id$
2 LoadModule witch_module      modules/mod_witch.so
3
4 <IfModule mod_witch.c>
5     WitchIdent mod-witch
6     WitchOption LOG_PID
7     WitchFacility LOG_DAEMON
8     WitchLevel LOG_INFO
9     WitchError log
10     WitchLogStyle hostname
11 </IfModule>
12
13 # vim: filetype=apache ts=4 sw=4 et
This page took 0.042353 seconds and 3 git commands to generate.