SOURCES: dgee-apache1.conf (NEW), dgee-apache.conf - pldized

glen glen at pld-linux.org
Sun Mar 5 11:19:12 CET 2006


Author: glen                         Date: Sun Mar  5 10:19:12 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- pldized

---- Files affected:
SOURCES:
   dgee-apache1.conf (NONE -> 1.1)  (NEW), dgee-apache.conf (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/dgee-apache1.conf
diff -u /dev/null SOURCES/dgee-apache1.conf:1.1
--- /dev/null	Sun Mar  5 11:19:12 2006
+++ SOURCES/dgee-apache1.conf	Sun Mar  5 11:19:06 2006
@@ -0,0 +1,19 @@
+## $Id$
+##
+## dotGNU Project
+##
+## dgee configuration for Apache HTTPD.
+LoadModule dgee_module modules/mod_dgee.so
+
+<IfModule mod_dgee.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)
+<Location /dgee>
+	SetHandler dgee-handler
+	DGEEConfig /usr/etc/dgeeconf.bin
+</Location>
+</IfModule>

================================================================
Index: SOURCES/dgee-apache.conf
diff -u SOURCES/dgee-apache.conf:1.1 SOURCES/dgee-apache.conf:1.2
--- SOURCES/dgee-apache.conf:1.1	Sun Mar  5 11:16:51 2006
+++ SOURCES/dgee-apache.conf	Sun Mar  5 11:19:06 2006
@@ -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>
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/dgee-apache.conf?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list