missing sudo in erver README

This commit is contained in:
bjorn
2008-09-10 11:52:45 +00:00
parent 1e2f027d18
commit 7208ead223

View File

@@ -33,7 +33,7 @@ $ curl -O http://www.fastcgi.com/dist/mod_fastcgi-2.4.6.tar.gz
$ tar -zxf mod_fastcgi-2.4.6.tar.gz
$ cd mod_fastcgi-2.4.6/
$ apxs -o mod_fastcgi.so -c *.c
$ apxs -i -a -n fastcgi mod_fastcgi.so
$ sudo apxs -i -a -n fastcgi mod_fastcgi.so
- Make sure that your web server knows that gf.fcgi is a FastCGI
program.