aboutsummaryrefslogtreecommitdiffstats
path: root/www/Makefile
diff options
context:
space:
mode:
authorohauer <ohauer@FreeBSD.org>2012-08-29 06:54:22 +0800
committerohauer <ohauer@FreeBSD.org>2012-08-29 06:54:22 +0800
commit49b69a06b328553a136a242ed915726ded673648 (patch)
treed86c68aa4a9fa58e17402e298ec9ef25024eae26 /www/Makefile
parent57748f93a91dffafd783da93fd014bc5cd6314b9 (diff)
downloadfreebsd-ports-gnome-49b69a06b328553a136a242ed915726ded673648.tar.gz
freebsd-ports-gnome-49b69a06b328553a136a242ed915726ded673648.tar.zst
freebsd-ports-gnome-49b69a06b328553a136a242ed915726ded673648.zip
Apache 2.x module to set umask of created files
mod_umask sets the Unix umask of the Apache HTTPd process after it has started. This is useful when accessing Subversion from both mod_dav_svn and via a local client with a file:// url. Without setting a proper umask the file permissions can create a repository that is not easily accessable from both. WWW: http://www.outoforder.cc/projects/httpd/mod_umask/ PR: ports/171148 Submitted by: Ralf Gebhart <gebhart@secnetix.de>
Diffstat (limited to 'www/Makefile')
-rw-r--r--www/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile
index 0d0a76694db3..b011eabc5bce 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -523,6 +523,7 @@
SUBDIR += mod_spdy
SUBDIR += mod_tidy
SUBDIR += mod_tsa
+ SUBDIR += mod_mask
SUBDIR += mod_uid
SUBDIR += mod_vhost_ldap
SUBDIR += mod_vhs