]> sipb.mit.edu Git - ikiwiki.git/commitdiff
mention ikiwiki's own umask setting
authorJoey Hess <joey@gnu.kitenet.net>
Tue, 4 Aug 2009 17:50:52 +0000 (13:50 -0400)
committerJoey Hess <joey@gnu.kitenet.net>
Tue, 4 Aug 2009 17:50:52 +0000 (13:50 -0400)
doc/tips/mathopd_permissions.mdwn

index 52a8767cc6a572205db52f6516b84fcaba124eae..c0425b9caa6dee430d45cd1380d34e3cfa07adb6 100644 (file)
@@ -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]]