Update fastcgi readme
authorJeremy Tan <[email protected]>
Wed, 14 Aug 2013 01:02:07 +0000 (09:02 +0800)
committerJeremy Tan <[email protected]>
Wed, 14 Aug 2013 01:02:07 +0000 (09:02 +0800)
testing/fastcgi-approach/README.txt

index 6d42c25..29cfd2c 100644 (file)
@@ -4,7 +4,7 @@ process will receive responses from the browser in the response loop. Hence,
 sensor data can be read in another thread while the response loop runs.
 
 Setup:
-Compile fastcgi_test.c with:
+Compile fastcgi_test.c with: (the libfcgi-dev package must be installed)
 gcc fastcgi_test.c -lfcgi -o fastcgi_test
 
 Configure nginx to pass all requests to the address /cgi/ to the application:

UCC git Repository :: git.ucc.asn.au