fcgid ~master
Cross-platform FastCGI library for the D language.
To use this package, run the following command in your project's root directory:
Manual usage
Put the following dependency into your project's dependences section:
How to build
- to build the library run:
$ dub build
- to build the example echo
$ dub build fcgid:hello
$ dub build fcgid:echo
- nginx config
location / {
include fastcgi_params;
fastcgi_pass 127.0.0.1:9001;
}
- use spawn-fcgi tu run example hello
spawn-fcgi -p9001 ./fcgid_hello
- use spawn-fcgi to run example multiple thread echo
spawn-fcgi -p9001 ./fcgid_echo
TODO:
- full protocol implement
- bugs
- Registered by Riki.lee
- ~master released 7 years ago
- lplus/fcgid
- LGPL-3.0
- Copyright © 2015, riki
- Authors:
- Sub packages:
- fcgid:echo, fcgid:hello
- Dependencies:
- none
- Versions:
-
0.0.2 2015-Dec-05 0.0.1 2015-Dec-01 ~master 2017-Dec-26 - Download Stats:
-
-
0 downloads today
-
0 downloads this week
-
0 downloads this month
-
107 downloads total
-
- Score:
- 0.8
- Short URL:
- fcgid.dub.pm