diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-08-04 13:50:52 -0400 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-08-04 13:50:52 -0400 |
commit | ba64c720fe57b4c49e3a0757facd1ca2c85eb2e2 (patch) | |
tree | 7a1f4b8ed26d8aa04e49a9c90a2ccc40124f47ac | |
parent | a7dae30074f2918893e23af103658a8594621158 (diff) |
mention ikiwiki's own umask setting
-rw-r--r-- | doc/tips/mathopd_permissions.mdwn | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/tips/mathopd_permissions.mdwn b/doc/tips/mathopd_permissions.mdwn index 52a8767cc..c0425b9ca 100644 --- a/doc/tips/mathopd_permissions.mdwn +++ b/doc/tips/mathopd_permissions.mdwn @@ -8,3 +8,8 @@ With `Umask 026` in mathopd.conf, editing pages resulted in the following errors With `Umask 022` in mathopd.conf, editing pages works. Hopefully this prevents someone else from spending ~2 hours figuring out why this wouldn't work. ;) + +> More generally, if your web server uses a nonstandard umask +> or you're getting permissions related problems in the cgi log +> when using ikiwiki, you can force ikiwiki to use a sane umask +> via the `umask` setting in ikiwiki's own setup file. --[[Joey]] |