Skip to content

FastCGI is a language independent, scalable, open extension to CGI that provides high performance without the limitations of server specific APIs.

Notifications You must be signed in to change notification settings

D-Programming-Deimos/libfcgi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

59b048b · Oct 6, 2021

History

17 Commits
Feb 5, 2012
Oct 6, 2021
Feb 4, 2012
Feb 5, 2012
Feb 5, 2012
Feb 5, 2012

Repository files navigation

BUILD
-----
$ ldc2 -shared deimos/fastcgi/fastcgi.d  deimos/fastcgi/fcgiapp.d  deimos/fastcgi/fcgi_stdio.d

Use make for easy build / install
$ make DC=dmd LIBDIR=/usr/lib

INSTALL
-------
su -c 'install libfcgi.so /usr/lib; ldconfig'

Use make for easy build / install
$ su -c" make install DC=dmd LIBDIR=/usr/lib"

About

FastCGI is a language independent, scalable, open extension to CGI that provides high performance without the limitations of server specific APIs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published