Stefan Bühler 5d5eb418b7 Merge tag 'scgi-cgi-tar-0.1.1'
Upstream version 0.1.1

# gpg: Signature made Thu 03 Oct 2013 01:57:55 PM CEST using RSA key ID 1E95BAD7
# gpg: Good signature from "Stefan Bühler <stefan@stbuehler.de>"
# gpg:                 aka "Stefan Bühler <stbuehler@web.de>"
# gpg:                 aka "Stefan Bühler <stbuehler@freenet.de>"
# gpg:                 aka "Stefan Bühler <lighttpd@stbuehler.de>"
# gpg:                 aka "Stefan Bühler <stbuehler@lighttpd.net>"
2013-10-03 14:00:20 +02:00
2013-10-03 12:08:50 +02:00
2013-10-03 14:00:02 +02:00
2013-10-03 12:08:50 +02:00
2013-10-02 18:43:47 +02:00
2013-10-03 13:49:59 +02:00
2013-10-03 12:08:50 +02:00
2013-10-02 18:43:47 +02:00
2013-10-03 12:08:50 +02:00
2013-10-03 13:57:54 +02:00
2013-10-03 13:49:59 +02:00
2013-10-02 18:43:47 +02:00
2013-10-03 12:08:50 +02:00
2013-10-03 12:08:50 +02:00
2013-10-03 12:08:50 +02:00
2013-10-03 13:49:53 +02:00
2013-10-03 13:57:54 +02:00
2013-10-03 12:08:50 +02:00
2013-10-02 18:55:31 +02:00
2013-10-02 18:43:47 +02:00
2013-10-02 18:43:47 +02:00

Description
-----------

:Homepage:
    http://redmine.lighttpd.net/projects/scgi-cgi/wiki

scgi-cgi is a SCGI application to run normal cgi applications. It doesn't
make CGI applications faster, but it allows you to run them on a different
host and with different user permissions (without the need for suexec).

scgi-cgi is released under the `MIT license <http://git.lighttpd.net/scgi-cgi.git/tree/COPYING>`_

Usage
-----

Examples for spawning a scgi-cgi instance with daemontools or runit::

  #!/bin/sh
  # run script

  exec spawn-scgi -n -s /var/run/scgi-cgi.sock -u www-default -U www-data -- /usr/bin/scgi-cgi


Build dependencies
------------------

* libevent (http://libevent.org/)
* cmake or autotools (for snapshots/releases the autotool generated files are included)


Build
-----

* snapshot/release with autotools::

   ./configure
   make

* build from git: ``git clone git://git.lighttpd.net/scgi-cgi.git``

 * with autotools::

    ./autogen.sh
    ./configure
    make

 * with cmake (should work with snapshots/releases too)::

    cmake .
    make
Description
No description provided
Readme 468 KiB
Languages
Shell 83%
C 9.1%
Makefile 6.7%
CMake 0.6%
M4 0.4%
Other 0.2%