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

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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

Contributors 5