Giter VIP home page Giter VIP logo

libapache-mod-fastcgi's Introduction


This fork of the mod_fastcgi code compiles against Apache 2.4.
This fork of the FastCGI code compiles against apache24.


PATCHES in the Byte branch
~~~~~~~~~~~~~~~~~~~~~~~~~~

Hey there! You found the Byte branch. Well done.

We keep some patches in here:

* byte-compile-against-apache24.diff

Compile against Apache 2.4

* byte-new-packet-type-byte_acc.diff

This is a new FCGI packet type that we invented to transport CPU usage information
from the FCGI process manager to the Apache webserver. You should not apply this
patch if you do not also have the FCGI packet implemented, allthough it should not
hurt to have support for this packet.





README for mod_fastcgi
~~~~~~~~~~~~~~~~~~~~~~
mod_fastcgi is a module for the Apache web server, that enables
FastCGI - a standards based protocol for communicating with
applications that generate dynamic content for web pages.

FastCGI provides a superset of CGI functionality, but a subset of the
functionality of programming for a particular web server API.
Nonetheless, the feature set is rich enough for programming virtually
any type of web application, but the result is generally more
scalable.  For more information on FastCGI, see

   http://www.fastcgi.com/

For information on installing mod_fastcgi with Apache 1.3.x, see the
file INSTALL.

For information on installing mod_fastcgi with Apache 2.x, see the
file INSTALL.AP2.

For information on configuring an installed instance of mod_fastcgi,
see the file mod_fastcgi.html in the docs/ directory, also available
online at:
 
   http://www.fastcgi.com/mod_fastcgi/docs/mod_fastcgi.html

For information on programming FastCGI applications, see:

   http://www.fastcgi.com/#Docs

Finally, if you get stuck - start with the Frequently Asked Questions
(FAQ) file at:

   http://www.fastcgi.com/docs/faq.html

If you still can't find an answer, join the developer's mailing list
at:

   http://fastcgi.com/fastcgi-developers

libapache-mod-fastcgi's People

Contributors

hypernodejenkins avatar sugi avatar ti-mirror avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.