Skip to content

Instantly share code, notes, and snippets.

@integer
Created April 10, 2014 12:29
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save integer/10376739 to your computer and use it in GitHub Desktop.
Save integer/10376739 to your computer and use it in GitHub Desktop.
Mac umask apache
How to change umask for apache on Mac:
$ sudo vim /System/Library/LaunchDaemons/org.apache.httpd.plist
add
<key>Umask</key>
<integer>002</integer>
in <dict> section
$ sudo apachectl stop
$ sudo apachectl start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment