]> git.pld-linux.org Git - packages/dgee.git/blob - dgee-apache.conf
- logrotate 3.8.0 requires "su" option for non-root writable dirs
[packages/dgee.git] / dgee-apache.conf
1 ## $Id$
2 ##
3 ## dotGNU Project
4 ##
5 ## dgee configuration for Apache HTTPD.
6 LoadModule dgee2_module modules/mod_dgee2.so
7
8 <IfModule mod_dgee2.c>
9 AddHandler dgee-handler .dgmx
10 DGEEConfig /etc/dgeeconf.bin
11
12 ## For optional 'directory' based DGEE association (allows
13 ## http://localhost/dgee/state in addition to the default
14 ## http://localhost/state.dgmx)
15 <Location /dgee>
16         SetHandler dgee-handler
17         DGEEConfig /etc/dgeeconf.bin
18 </Location>
19 </IfModule>
This page took 0.060137 seconds and 3 git commands to generate.