diff options
author | ohauer <ohauer@FreeBSD.org> | 2012-08-29 06:54:22 +0800 |
---|---|---|
committer | ohauer <ohauer@FreeBSD.org> | 2012-08-29 06:54:22 +0800 |
commit | 49b69a06b328553a136a242ed915726ded673648 (patch) | |
tree | d86c68aa4a9fa58e17402e298ec9ef25024eae26 /www/Makefile | |
parent | 57748f93a91dffafd783da93fd014bc5cd6314b9 (diff) | |
download | freebsd-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/Makefile | 1 |
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 |