Skip to content

Commit

Permalink
Merge pull request #1236 from Edouard-chin/each-enumerator
Browse files Browse the repository at this point in the history
Correct the FCGI installation instructions
  • Loading branch information
rafaelfranca committed Sep 26, 2018
2 parents 3975fcd + 12e8e27 commit 2a74e81
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -170,9 +170,9 @@ Download and install lighttpd:

Installing the FCGI libraries:

curl -O http://www.fastcgi.com/dist/fcgi-2.4.0.tar.gz
tar xzvf fcgi-2.4.0.tar.gz
cd fcgi-2.4.0
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
Expand Down

0 comments on commit 2a74e81

Please sign in to comment.