copoka / libfcgi

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:D 52.2%Language:C 36.2%Language:Makefile 11.5%