|
@@ -9,10 +9,10 @@ Building & running pyfcgi :
|
9
|
9
|
$ ./configure
|
10
|
10
|
$ make
|
11
|
11
|
# To run foo_pep333.entrypoint() PEP333 application
|
12
|
|
- $ src/pyfcgi -l '127.0.0.1:9000' -S -e foo_pep333 -E entrypoint
|
|
12
|
+ $ ./src/pyfcgi -l '127.0.0.1:9000' -S -e foo_pep333 -E entrypoint
|
13
|
13
|
or
|
14
|
14
|
# To run foo.entrypoint() sending to FCGI python stdout
|
15
|
|
- $ src/pyfcgi -l '127.0.0.1:9000' -S -e foo -E entrypoint -A
|
|
15
|
+ $ ./src/pyfcgi -l '127.0.0.1:9000' -S -e foo -E entrypoint -A
|
16
|
16
|
|
17
|
17
|
|
18
|
18
|
configure script determine python flags, libs & includes paths using
|