]> git.pld-linux.org Git - packages/dgee.git/blobdiff - dgee-apache.conf
- pldized
[packages/dgee.git] / dgee-apache.conf
index 0a2a85cfbc548c5b3aca631fa6db4883587090eb..63f7a31287e91307a5394a2df19774213bf795d0 100644 (file)
@@ -1,26 +1,19 @@
-## apache/mod_dgee.conf.  Generated from mod_dgee.conf.in by configure.
+## $Id$
 ##
 ## dotGNU Project
 ##
-## dgee configuration for Apache HTTPD.  You can include the
-## contents of this file with the following directive in your
-## apache configuration
-##
-##     Include /etc/mod_dgee.conf
-##
-## for eg
-##
-## $Id$
-##
+## dgee configuration for Apache HTTPD.
+LoadModule dgee2_module modules/mod_dgee2.so
 
+<IfModule mod_dgee2.c>
 AddHandler dgee-handler .dgmx
 DGEEConfig /etc/dgeeconf.bin
 
 ## For optional 'directory' based DGEE association (allows
 ## http://localhost/dgee/state in addition to the default
-## http://localhost/state.dgmx), uncomment the section below
-
-#<Location /dgee>
-#  SetHandler dgee-handler
-#  DGEEConfig /usr/etc/dgeeconf.bin
-#</Location>
+## http://localhost/state.dgmx)
+<Location /dgee>
+       SetHandler dgee-handler
+       DGEEConfig /usr/etc/dgeeconf.bin
+</Location>
+</IfModule>
This page took 0.131627 seconds and 4 git commands to generate.