[Rt-commit] rt branch, 4.2-trunk, updated. rt-4.2.12-115-gdc0992c

Shawn Moore shawn at bestpractical.com
Tue Apr 12 11:54:24 EDT 2016


The branch, 4.2-trunk has been updated
       via  dc0992c7c5df2a570efaf898bea766969e7b5a40 (commit)
      from  0ae37834d2e6b9ca8bcd3e16aa6c59822fb6ad29 (commit)

Summary of changes:
 README | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

- Log -----------------------------------------------------------------
commit dc0992c7c5df2a570efaf898bea766969e7b5a40
Author: Rachel Kelly <rachel at bestpractical.com>
Date:   Tue Apr 12 08:37:43 2016 -0700

    Inverting order of recommended perl webservers in order to guide people to FastCGI instead of mod_perl first.

diff --git a/README b/README
index 049807d..6581240 100644
--- a/README
+++ b/README
@@ -27,8 +27,8 @@ o   A supported SQL database
                                            upgrade path guaranteed
 
 o   Apache version 1.3.x or 2.x (http://httpd.apache.org)
-        with mod_perl -- (http://perl.apache.org)
-        or with FastCGI -- (http://www.fastcgi.com)
+        with FastCGI -- (http://www.fastcgi.com)
+        or mod_perl -- (http://perl.apache.org)
         or another webserver with FastCGI support
 
         RT's FastCGI handler needs to access RT's configuration file.

-----------------------------------------------------------------------


More information about the rt-commit mailing list