diff options
author | Steve Wills <swills@FreeBSD.org> | 2012-05-04 21:37:52 +0800 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2012-05-04 21:37:52 +0800 |
commit | 632a9f70e6fec980d6a29321ff6e2a01fd2174c0 (patch) | |
tree | 437456c32bbf09d039ed4d19a4de23e6ef53683a /www/Makefile | |
parent | 2fa5d9345cac4be8c620b79884c2de2558a7d59d (diff) | |
download | freebsd-ports-gnome-632a9f70e6fec980d6a29321ff6e2a01fd2174c0.tar.gz freebsd-ports-gnome-632a9f70e6fec980d6a29321ff6e2a01fd2174c0.tar.zst freebsd-ports-gnome-632a9f70e6fec980d6a29321ff6e2a01fd2174c0.zip |
mod_spdy is an Apache 2.x filter module that provides SPDY support in the
Apache HTTPD web server. Because mod_spdy is an Apache module, it can be
loaded into currently deployed Apache HTTPD 2.x web servers using mod_so.
This module is still an early beta and is not yet suitable for production
environments.
WWW: http://code.google.com/p/mod-spdy/
PR: ports/166538
Submitted by: Masaki TAGAWA
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 a9daf2c3f298..a716f9a1d7bd 100644 --- a/www/Makefile +++ b/www/Makefile @@ -516,6 +516,7 @@ SUBDIR += mod_security21 SUBDIR += mod_setenvifplus SUBDIR += mod_smooth_streaming + SUBDIR += mod_spdy SUBDIR += mod_tidy SUBDIR += mod_tsa SUBDIR += mod_uid |