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

dgee-apache.conf [new file with mode: 0644]

diff --git a/dgee-apache.conf b/dgee-apache.conf
new file mode 100644 (file)
index 0000000..0a2a85c
--- /dev/null
@@ -0,0 +1,26 @@
+## apache/mod_dgee.conf.  Generated from mod_dgee.conf.in by configure.
+##
+## 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$
+##
+
+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>
This page took 0.086727 seconds and 4 git commands to generate.