]> git.pld-linux.org Git - packages/dgee.git/commitdiff
- pldized
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 5 Mar 2006 10:19:06 +0000 (10:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dgee-apache.conf -> 1.2

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.124815 seconds and 4 git commands to generate.