diff options
author | nbm <nbm@FreeBSD.org> | 2002-08-21 00:31:06 +0800 |
---|---|---|
committer | nbm <nbm@FreeBSD.org> | 2002-08-21 00:31:06 +0800 |
commit | af499ebe1ede0bf62059ddd46cc102d4a64a79a1 (patch) | |
tree | 1f040243124ac652a3e37ccd675deca9d02e51ec /www/Makefile | |
parent | 756693a8bb059ff6222ef4ed168aeed3ae6e13f0 (diff) | |
download | freebsd-ports-graphics-af499ebe1ede0bf62059ddd46cc102d4a64a79a1.tar.gz freebsd-ports-graphics-af499ebe1ede0bf62059ddd46cc102d4a64a79a1.tar.zst freebsd-ports-graphics-af499ebe1ede0bf62059ddd46cc102d4a64a79a1.zip |
Add mod_scgi 0.2, an apache module that implements the client side of
the SCGI protocol.
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 237b03cd2d1..314b5f41512 100644 --- a/www/Makefile +++ b/www/Makefile @@ -190,6 +190,7 @@ SUBDIR += mod_python SUBDIR += mod_roaming SUBDIR += mod_ruby + SUBDIR += mod_scgi SUBDIR += mod_sed SUBDIR += mod_sequester SUBDIR += mod_snake |