Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

lplus/fcgid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

29 Commits

Repository files navigation

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:

  1. full protocol implement
  2. bugs

About

Cross-platform FastCGI library for the D language

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

AltStyle によって変換されたページ (->オリジナル) /