Skip to content

GenrihFrank/libfcgi-1

 
 

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

 
 
 

Contributors

No contributors

Languages

  • D 48.0%
  • C 33.3%
  • Makefile 18.7%