diff options
author | miwi <miwi@FreeBSD.org> | 2014-05-25 13:33:09 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-05-25 13:33:09 +0800 |
commit | 1aa1a846a9cc09090431668d36527f1cd40b8daa (patch) | |
tree | bba531f146be306c7b0cfa23bc1d2294b404e52a /www/Makefile | |
parent | 1e4bcfa11f39476ced722e562fcfb0ac95c15c3b (diff) | |
download | freebsd-ports-gnome-1aa1a846a9cc09090431668d36527f1cd40b8daa.tar.gz freebsd-ports-gnome-1aa1a846a9cc09090431668d36527f1cd40b8daa.tar.zst freebsd-ports-gnome-1aa1a846a9cc09090431668d36527f1cd40b8daa.zip |
mod_realdoc is an Apache module which does a realpath on the docroot
symlink and sets the absolute path as the real document root for the
remainder of the request.
WWW: https://github.com/etsy/mod_realdoc
PR: ports/180364
Submitted by: Gea-Suan Lin <gslin@gslin.org>
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 1ed826944a47..196b9788c45c 100644 --- a/www/Makefile +++ b/www/Makefile @@ -517,6 +517,7 @@ SUBDIR += mod_python33 SUBDIR += mod_python35 SUBDIR += mod_qos + SUBDIR += mod_realdoc SUBDIR += mod_remoteip SUBDIR += mod_reproxy SUBDIR += mod_rivet |