mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 11:42:49 -06:00
missing sudo in erver README
This commit is contained in:
@@ -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
|
$ tar -zxf mod_fastcgi-2.4.6.tar.gz
|
||||||
$ cd mod_fastcgi-2.4.6/
|
$ cd mod_fastcgi-2.4.6/
|
||||||
$ apxs -o mod_fastcgi.so -c *.c
|
$ 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
|
- Make sure that your web server knows that gf.fcgi is a FastCGI
|
||||||
program.
|
program.
|
||||||
|
|||||||
Reference in New Issue
Block a user