]> git.pld-linux.org Git - packages/rt.git/commitdiff
- let images be handled by rt itself since this is proper way
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 24 Jan 2014 23:54:31 +0000 (00:54 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 24 Jan 2014 23:54:31 +0000 (00:54 +0100)
lighttpd.conf
rt-apache.conf

index 78e960367d2e0fce968d23e4d9ea2e29fe2c1c29..f41e809d1559b33ea0654c7c92ed77c7927e7508 100644 (file)
@@ -1,20 +1,14 @@
-alias.url = (
-       "/rt/NoAuth/images/" => "/usr/share/rt/html/NoAuth/images/",
-)
-
-$HTTP["url"] !~ "^/rt/NoAuth/images/" {
-       fastcgi.debug = 1
-       fastcgi.server = (
-               "/rt/" => (
-                       "rt" => (
-                               "port"        => "9000",
-                               "bin-path"    => "/usr/sbin/rt-server.fcgi",
-                               "check-local" => "disable",
-                               "disable-time" => 0,
-                               "min-procs" => 2,
-                               "max-procs" => 5,
-                               "fix-root-scriptname" => "enable",
-                               )
-                      )
-               )
-}
+#fastcgi.debug = 1
+fastcgi.server = (
+       "/rt/" => (
+               "rt" => (
+                       "port"        => "9000",
+                       "bin-path"    => "/usr/sbin/rt-server.fcgi",
+                       "check-local" => "disable",
+                       "disable-time" => 0,
+                       "min-procs" => 2,
+                       "max-procs" => 5,
+                       "fix-root-scriptname" => "enable",
+                       )
+              )
+       )
index 308189da87e9e31ba2b693ac523d928bb5f980bc..70b81bc46c6796d11e1eac54d09e262b0f943b46 100644 (file)
@@ -9,7 +9,6 @@
 # XXX: you don't overwrite global documentroot. if you want virtualhost sample add VirtualHost...
 #DocumentRoot /usr/share/rt/html/
 
-    Alias /NoAuth/images/ /usr/share/rt/html/NoAuth/images/
     Alias /error/ "/home/services/httpd/error/"
     AddDefaultCharset UTF-8
 
This page took 0.037218 seconds and 4 git commands to generate.