summary refs log tree commit
diff options
context:
space:
mode:
authorSamuel Williams <samuel.williams@oriontransfer.co.nz>2019-11-16 21:07:56 +0900
committerSamuel Williams <samuel.williams@oriontransfer.co.nz>2019-11-16 21:07:56 +0900
commita6f0502a2513ba0f9a621428a705a5268bbeff87 (patch)
tree3565b593d68d41d2477556d114de32fdb1e04085
parent36cffbdb7ff1fcaa852a6cfc2f96bbac59ec161d (diff)
downloadrack-a6f0502a2513ba0f9a621428a705a5268bbeff87.tar.gz
Update README.
-rw-r--r--README.rdoc31
1 files changed, 1 insertions, 30 deletions
diff --git a/README.rdoc b/README.rdoc
index 89bb475a..289d69e4 100644
--- a/README.rdoc
+++ b/README.rdoc
@@ -158,36 +158,7 @@ To run the test suite completely, you need:
   * memcache-client
   * thin
 
-The full set of tests test FCGI access with lighttpd (on port
-9203) so you will need lighttpd installed as well as the FCGI
-libraries and the fcgi gem:
-
-Download and install lighttpd:
-
-    http://www.lighttpd.net/download
-
-Installing the FCGI libraries:
-
-If you use Homebrew:
-
-    brew install fcgi
-
-Or using curl:
-
-    curl -O -k -L https://github.com/FastCGI-Archives/FastCGI.com/raw/master/original_snapshot/fcgi-2.4.1-SNAP-0910052249.tar.gz
-    tar xvfz fcgi-2.4.1-SNAP-0910052249.tar.gz
-    cd fcgi-2.4.1-SNAP-0910052249
-
-    ./configure --prefix=/usr/local
-    make
-    sudo make install
-    cd ..
-
-Installing the Ruby fcgi gem:
-
-    gem install fcgi
-
-Furthermore, to test Memcache sessions, you need memcached (will be
+To test Memcache sessions, you need memcached (will be
 run on port 11211) and memcache-client installed.
 
 == Configuration