All Projects → FastCGI-Archives → Fcgi2

FastCGI-Archives / Fcgi2

Licence: other
FastCGI.com fcgi2 Development Kit fork from http://repo.or.cz/fcgi2.git + last snapshot

Programming Languages

c
50402 projects - #5 most used programming language

Labels

Projects that are alternatives of or similar to Fcgi2

fastcgi-archives.github.io
FastCGI.com files backups
Stars: ✭ 27 (-79.85%)
Mutual labels:  fastcgi
sgi
Socket Gateway Interface
Stars: ✭ 16 (-88.06%)
Mutual labels:  fastcgi
Gopherus
This tool generates gopher link for exploiting SSRF and gaining RCE in various servers
Stars: ✭ 1,258 (+838.81%)
Mutual labels:  fastcgi
LaraSible
A complete ansible playbook for create a hosting envorinment with Nginx, PHP-FPM, Redis and MariaDB for Laravel Framework on Linux
Stars: ✭ 15 (-88.81%)
Mutual labels:  fastcgi
cpplipa
C++ library package
Stars: ✭ 17 (-87.31%)
Mutual labels:  fastcgi
Fast Cgi Client
A PHP fast CGI client for sending requests (a)synchronously to PHP-FPM
Stars: ✭ 478 (+256.72%)
Mutual labels:  fastcgi
node-fastcgi
Create FastCGI applications with node.js
Stars: ✭ 49 (-63.43%)
Mutual labels:  fastcgi
Php Fpm Queue
Use php-fpm as a simple built-in async queue
Stars: ✭ 103 (-23.13%)
Mutual labels:  fastcgi
fano
Pascal web application framework
Stars: ✭ 21 (-84.33%)
Mutual labels:  fastcgi
Php Fpm Status Cli
PHP-FPM status-page CLI
Stars: ✭ 60 (-55.22%)
Mutual labels:  fastcgi
Fastcgi
The Hoa\Fastcgi library.
Stars: ✭ 58 (-56.72%)
Mutual labels:  fastcgi
FastCGI
FastCGI client library for .NET
Stars: ✭ 23 (-82.84%)
Mutual labels:  fastcgi
Build
TeaWeb-可视化的Web代理服务。DEMO: http://teaos.cn:7777
Stars: ✭ 656 (+389.55%)
Mutual labels:  fastcgi
Fos
FastCgi Server designed to run Owin applications side by side with a FastCgi enabled web server.
Stars: ✭ 65 (-51.49%)
Mutual labels:  fastcgi
Libtelegram
Fast, efficient, header-only C++ Telegram bot API library using polling or FastCGI
Stars: ✭ 88 (-34.33%)
Mutual labels:  fastcgi
mod fastcgi
FastCGI.com mod_fastcgi apache 2 module fork from http://repo.or.cz/mod_fastcgi.git + last SNAP-0910052141 snapshot
Stars: ✭ 23 (-82.84%)
Mutual labels:  fastcgi
Php Fastcgi Client
Lightweight, single file, FastCGI client for PHP
Stars: ✭ 270 (+101.49%)
Mutual labels:  fastcgi
Protocol Fcgi
FastCGI (FCGI) Protocol implementation for PHP
Stars: ✭ 106 (-20.9%)
Mutual labels:  fastcgi
Kitura Net
Kitura networking
Stars: ✭ 98 (-26.87%)
Mutual labels:  fastcgi
Cutelyst
A C++ Web Framework built on top of Qt, using the simple approach of Catalyst (Perl) framework.
Stars: ✭ 671 (+400.75%)
Mutual labels:  fastcgi

CircleCI

FastCGI Developer's Kit

Copyright (c) 1996 Open Market, Inc. See the file "LICENSE.TERMS" for information on usage and redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.

Documentations

Basic Directions

Build Requires on unix:

You need to install gcc, gnu make, m4, aclocal, autoconf, automake and libtool packages.

Example on ubuntu :

# apt install gcc make m4 autoconf automake libtool

Unix:

./autogen.sh
./configure
make
make install

Win32:

nmake -f Makefile.nt

(or use the MSVC++ project files in the Win32 directory)

CHANGES

This repository are a fork from the original fastcgi sdk from FastCGI.com that are now down, the new place of FastCGI.com are at https://fastcgi-archives.github.io/.

For more detail regarding changes, please consult the git log available.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].