Skip to content

Instantly share code, notes, and snippets.

@integer
Created April 10, 2014 12:29
Show Gist options
  • Select an option

  • Save integer/10376739 to your computer and use it in GitHub Desktop.

Select an option

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