]> git.pld-linux.org Git - packages/rt.git/commitdiff
- working conf for apache2, thx arekm
authorSÅ‚awomir Paszkiewicz <paszczus@pld-linux.org>
Tue, 20 Jan 2009 10:07:39 +0000 (10:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rt-apache.conf -> 1.1

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

diff --git a/rt-apache.conf b/rt-apache.conf
new file mode 100644 (file)
index 0000000..d9c8342
--- /dev/null
@@ -0,0 +1,32 @@
+DocumentRoot /usr/share/rt3/html
+
+    Alias /NoAuth/images/ /usr/share/rt3/html/NoAuth/images/
+    Alias /error/ "/home/services/httpd/error/"
+    #AddHandler fastcgi-script fcgi
+    #ScriptAlias / /usr/bin/mason_handler.fcgi/
+    AddDefaultCharset UTF-8
+
+    PerlModule Apache2::compat
+
+    PerlModule Apache::DBI
+    PerlRequire /usr/bin/webmux.pl
+
+    <Location /error>
+    </Location>
+
+    <Location />
+#        AuthUserFile /usr/share/rt3/html
+#        AuthGroupFile /dev/null
+#        AuthName Strefa-admin
+#        AuthType Basic
+        AddDefaultCharset UTF-8
+        Options ExecCGI
+
+        # SetHandler default
+
+#       RewriteEngine On
+#       RedirectMatch permanent (.*)/$ $1/index.html
+
+        SetHandler perl-script
+        PerlHandler RT::Mason
+    </Location>
This page took 0.075281 seconds and 4 git commands to generate.