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