SOURCES: rt-apache.conf (NEW) - working conf for apache2, thx arekm

paszczus paszczus at pld-linux.org
Tue Jan 20 11:07:44 CET 2009


Author: paszczus                     Date: Tue Jan 20 10:07:44 2009 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- working conf for apache2, thx arekm

---- Files affected:
SOURCES:
   rt-apache.conf (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/rt-apache.conf
diff -u /dev/null SOURCES/rt-apache.conf:1.1
--- /dev/null	Tue Jan 20 11:07:45 2009
+++ SOURCES/rt-apache.conf	Tue Jan 20 11:07:39 2009
@@ -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>
================================================================


More information about the pld-cvs-commit mailing list