Browse Source

Updated README

Yann Weber 4 years ago
parent
commit
a64e79e0c3
1 changed files with 7 additions and 1 deletions
  1. 7
    1
      README

+ 7
- 1
README View File

@@ -1,4 +1,10 @@
1
+./autogen.sh
2
+./configure
1 3
 make
2
-spawn-fcgi -d . -n -p 9000 -a 127.0.0.1 -- src/pyfcgi -S -e foo -E entrypoint
4
+spawn-fcgi -d . -n -p 9000 -a 127.0.0.1 -- src/pyfcgi -S -e foo -E entrypoint -A
5
+#or
6
+spawn-fcgi -d . -n -p 9000 -a 127.0.0.1 -- src/pyfcgi -S -e foo_pep333 -E entrypoint
7
+#logging to file example :
8
+-L '/tmp/foo.log;0xff;{datetime} {msg} {ident}'
3 9
 
4 10
 TODO: write a readme

Loading…
Cancel
Save