FastCGI SA - Patch Version 0.2
This patch works against 2.4.0 of mod_fastcgi. It is tested and used under Unix with Apache 1.3. It reportedly works under Apache 2.
The Patch
(2.4.0_0.2) patch here.
Old Patches
V 2.4.0_0.1
How to build
This is all a bit crude, but it seems to work for me. I hope it works for
you. This is specific to Apache 1.3.x.
What you need:
- You must have GNU
patch or one that works; Solaris patch does not.
- Get mm-1.2.2,
Ralph Engelschall's shared memory library. If you already have mm-1.1.3
because you built mod_ssl, that is fine and will work. Note that if you
are building for OS X, 1.2.2 configures out of the box and 1.1.3 does not.
- Get mod_fastcgi-2.4.0
- Get the patch
Unpack the tar files.
How to build:
- mm
- ./configure --disable-shared
- make
- do not bother installing
- mod_fastcgi
- patch -p 1 < ../fastcgisa-2.4.0_0.2/sa.patch
- apxs -o mod_fastcgi.so -c -I ../mm-1.2.2 -L ../mm-1.2.2/.libs
-lmm *.c
- apxs -i -a -n fastcgi mod_fastcgi.so
You will want to read the FastCGI
and TFA's pages on
configuration.
This page last modified: