Showing 66 open source projects for "fastcgi"

View related business solutions
  • Build with generative AI, deploy apps fast, and analyze data in seconds—all with Google-grade security. Icon
    Build with generative AI, deploy apps fast, and analyze data in seconds—all with Google-grade security.

    Access over 150 cutting-edge products, plus industry-defining AI

    Google Cloud is a cloud-based service that allows you to create anything from simple websites to complex applications for businesses of all sizes.
    Try it free
  • Run applications fast and securely in a fully managed environment Icon
    Run applications fast and securely in a fully managed environment

    Cloud Run is a fully-managed compute platform that lets you run your code in a container directly on top of Google's scalable infrastructure.

    Run frontend and backend services, batch jobs, deploy websites and applications, and queue processing workloads without the need to manage infrastructure.
    Try for free
  • 1

    gevent-fastcgi

    FastCGI / WSGI server implemented using gevent networking library

    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    VserV

    VserV

    Virtual image that will introduce you to the GNU/Linux server world

    ...Nginx 1.2.1-2.2 x64-bit build, with 4 threads running by default. MariaDB 5.5.32 x64-bit, InnoDB as default storage engine, and UTF-8 default character encoding. PHP5-FPM 5.4.4-14 (FastCGI Process Manager) is an alternative PHP FastCGI implementation with new features, like “Adaptive process spawning” depending on the site load, useful for sites of any size, (Better than PHP5-FASTCGI/FCGI), and by default its running 8 threads and can spawn up to 60 threads, depending on load.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Tcl interface for the FastCGI protocol
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    jFastCGI

    Java / JFastCGI bridging library

    This project allows a servlet container to act as a fastCGI gateway that serves content generated by a fastCGI producer. It gives an original and reliable way for using servlet containers such as tomcat for serving PHP pages, or any fastcgi application
    Downloads: 1 This Week
    Last Update:
    See Project
  • Powerfully Simple Remote Monitoring and Management Software Icon
    Powerfully Simple Remote Monitoring and Management Software

    NinjaRMM provides intuitive endpoint management software to managed service providers (MSPs) and IT professionals

    If you're looking to support your clients and manage IT more efficiently, turn to NinjaRMM. The world's first security centric remote monitoring and management (RMM) platform, NinjaRMM enables IT professionals to monitor and manage the entire IT stack with full automation all within a single pane of glass. The platform features search and connect through TeamViewer, antivirus integration, real-time alerts, managed patching, automation, software inventory, and reporting.
    Free Trial
  • 5

    NPMP

    Portable Nginx, PHP-FastCGI, MariaDB.

    Portable Nginx, PHP-FastCGI, and MariaDB server. This project also has a github project here: https://github.com/njkt/NPMP-Binary
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    SCGI Library

    POSIX-compatible lightweight implementation of SCGI protocol

    This library provides parsing of Simple Common Gateway Interface (SCGI) requests. SCGI is a protocol for applications to interface with HTTP servers, as an alternative to the CGI protocol. It is similar to FastCGI, but designed to be easier to implement. Web servers which implement SCGI include Apache HTTP Server, Lighttpd, and Cherokee, as well as Mathopd (with unofficial patch) and nginx (with a third party module). When using this library, the developer chooses a SCGI server implementation; the library simply facilitates validating and parsing the request submitted by the client to the server.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    GLUEscript (Glueing Libraries Using EcmaScript) creates a JavaScript engine which can be used as a general purpose language. GLUEscript uses SpiderMonkey and is the successor of wxJavaScript.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    ESXX (pronounced "Essex") is a rather silly acronym and stands for "ECMAScript, SQL, XML and XSLT". It's a very simple and easy-to-use, yet powerful, XML Application Server written in Java (6) and utilizing FastCGI for web server communication.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9

    CL-FastWeb

    Web development framework for Common Lisp

    Web development framework for Common Lisp, based on FastCGI with integrated WiKi. It is tested mainly on SBCL, but should work on most Common Lisp implementations.
    Downloads: 0 This Week
    Last Update:
    See Project
  • AI-powered SAST and AppSec platform that helps companies find and fix vulnerabilities. Icon
    AI-powered SAST and AppSec platform that helps companies find and fix vulnerabilities.

    Trusted by 750+ companies and performing 200k+ code scans monthly.

    ZeroPath (YC S24) is an AI-native application security platform that delivers comprehensive code protection beyond traditional SAST. Founded by security engineers from Tesla and Google, ZeroPath combines large language models with advanced program analysis to find and automatically fix vulnerabilities.
    Learn More
  • 10
    A simple C# .NET fastcgi client. Allows C# applications to serve web requests through the fastcgi protocol over TCP. No assembly is provided; to use, simply add include/fcgidotnet.cs to your C# project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    ispCP is a project founded to build a Multi Server Control and Administration Panel without limits. This Control Panel should be usable by any Internet Service Provider (ISP). This project is a fork of the stalled VHCS.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    DDServer - dyndns2 protocol's compatible dns updater for ddclient. It implemented as FastCGI backend and uses nsupdate for updating name records.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 13
    Easy setup of Perl native FastCGI server/process manager, based on FCGI::ProcManager.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    PyISAPIe is an IIS/Apache ISAPI extension for Python. It greatly outperforms CGI/FastCGI solutions and supports Django, Trac, Pylons, and any WSGI-compliant framework.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Create and administrate new virtual hosts in a apache/fastcgi/suexec-environment based on a tutorial found in web (see in-file notes). This shell-script makes it easier to administrate all steps which are necessary in a fastcgi/suexec-environment
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    A modern, portable CGI library written in standard C++. Asynchronous CGI and FastCGI are both supported in a clear, simple and efficient library built upon the Boost C++ libraries (esp. Boost.Asio). Free and commercial support available on request.
    Leader badge
    Downloads: 2 This Week
    Last Update:
    See Project
  • 17
    WELPressed
    WELPressed is a Windows utility that lets you start or stop nginx and PHP FastCGI in one click. It also makes monitoring the status of these services easy.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    python module for FastCGI written in C. Barebones wrapper around libfcgi which you can get from fastcgi.com. Works easily on windows and has few features, so it's very easy to learn. Binary PYD is for python 2.6. Full multithreading support. Tutoria
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Yet another C CGI framework. Includes CGI library, template parser library and helper libraries (mysql helper, hash support). Works with FastCGI (must be compiled with libfcgi). Documentation available at http://www.pavluk.org/projects/libcgic/libcgic/.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    For c/c++ cgi, just add compile flag -shared to your cgi applictions, without changing any code, then start them using fastcgi-loader. fastcgi-loader use command options or config file to manage you application.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    A C++ Web Toolkit for building web apps in Apache, FastCGI.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    A FastCGI module to execute javascript code on the server, powered by the Google V8 engine
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Web IRC Client is an AJAX based IRC Client Web Application. It is built with ExtJS framework (client side) and FastCGI in Apache (server side). Has a high performance, efficiency and low bandwith consume design. It is ideal for high load IRC networks.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Handy servlets and filters to add web server features such as CGI, FastCGI and HTaccess processing to Java web containers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    JSEXT is a framework for JavaScript for server scripts, web servers and web clients. Seamlessly integrates C libraries with JavaScript code. Based on this, JSEXT provides support for fastcgi, MySQL, SQLite, FTP, SMTP, HTTP and more.
    Downloads: 2 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB