-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathREADME
29 lines (19 loc) · 929 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
fcgid -- flup-like fastcgi server
Are you looking for a fastcgi server which written in C/C++? this is the one for you!
I 'steal' the idea from flup, a fastcgi server which written in python.
Now it only support multi-process model, I plan to add multi-thead model in the future.
Now it only support python WSGI spec, I plan to add support for other languages in the future.
Do you have interesting to work together with me to make it better?
* features:
** multi-process model, like PHPCGI
** support python WSGI spec. will support other language in the future.
* dependencies:
** boost library http://sourceforge.net/projects/boost/files/boost/1.48.0/
** libfcgi++ http://www.fastcgi.com/dist/fcgi.tar.gz
** libpython http://www.python.org/
* build
open Makefile, change 'PREFIX' and 'PYTHON_VERSION' as your environment.
make
* usage
./fcgid -h
./fcgid -c conf/fcgid.conf -p 11111