Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/bestpractical/rt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorRachel Kelly <rachel@bestpractical.com>2016-04-12 18:37:43 +0300
committerShawn M Moore <shawn@bestpractical.com>2016-04-12 18:53:56 +0300
commitdc0992c7c5df2a570efaf898bea766969e7b5a40 (patch)
treea29d45ac9c9e093d89848d16458589890ced3402 /README
parent0ae37834d2e6b9ca8bcd3e16aa6c59822fb6ad29 (diff)
Inverting order of recommended perl webservers in order to guide people to FastCGI instead of mod_perl first.
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 049807d7e2..6581240aa9 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.