Tests about a simple python3 fastcgi runner using libfcgi and the Python-C API.
python
c
wsgi
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
Yann Weber 3a9238e7a1 Add pyutils.h/c and a check for import when parsing arguments 5 年前
include Add pyutils.h/c and a check for import when parsing arguments 5 年前
src Add pyutils.h/c and a check for import when parsing arguments 5 年前
tests Bugfix on logger with ident field etc 5 年前
AUTHORS Add missing am files 5 年前
COPYING Add autotools & checks 5 年前
ChangeLog Add missing am files 5 年前
Doxyfile Commenting, adding Doxyfile, enhancing Makefile 5 年前
Makefile.am Add autotools & checks 5 年前
NEWS Add missing am files 5 年前
README updated README 5 年前
autogen.sh Add autotools & checks 5 年前
configure.ac Bugfix in version declaration 5 年前
foo.py Enable python environnement update from FCGI context 5 年前
includes_python3.7m.patch Initial commit 5 年前

README

make
spawn-fcgi -d . -n -p 9000 -a 127.0.0.1 -- src/pyfcgi -S -e foo -E entrypoint

TODO: write a readme