]> git.pld-linux.org Git - packages/rt.git/commitdiff
- removed old options according to docs/UPGRADING-4.0:
authorSÅ‚awomir Paszkiewicz <paszczus@pld-linux.org>
Wed, 26 Oct 2011 12:30:10 +0000 (12:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
"The old `fastcgi_server`, `webmux.pl`, and `mason_handler.*` files will not
work with RT 4.0, and should be removed to reduce confusion."

Changed files:
    rt-apache_dir.conf -> 1.2
    rt-apache_vhost.conf -> 1.2

rt-apache_dir.conf
rt-apache_vhost.conf

index 6c8e738b49905ca7e9b747f0f56c8af62f8af921..cc861fe6225f8dec00e0db9c0a838cf8fc7953e6 100644 (file)
@@ -4,7 +4,6 @@
 PerlModule Apache2
 PerlModule Apache::compat
 PerlModule Apache::DBI
-PerlRequire /usr/bin/webmux.pl
 
 RewriteEngine On
 #RewriteLogLevel 9
index 8baa735c554483e57835fb4c38032f2207f74d3a..65c2af93cbecc21f63521b30b505b0410065b4e1 100644 (file)
@@ -14,7 +14,6 @@
     RewriteRule ^(.*)/$ $1/index.html
 
     PerlModule Apache::DBI
-    PerlRequire /usr/bin/webmux.pl
 
     <Location />
         SetHandler perl-script
This page took 0.032884 seconds and 4 git commands to generate.