diff options
author | dave <dave@web> | 2009-08-02 13:37:17 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2009-08-02 13:37:17 -0400 |
commit | 6810e5feaa072755bc2beebc80b923f2420004cf (patch) | |
tree | f205ee069186720fa9c563520cb91046957c89be /doc/tips/mathopd_permissions.mdwn | |
parent | baee2aa36b987ec6f75738570fa3f46030484f76 (diff) | |
download | ikiwiki-6810e5feaa072755bc2beebc80b923f2420004cf.tar ikiwiki-6810e5feaa072755bc2beebc80b923f2420004cf.tar.gz |
rename tips/mathopd.mdwn to tips/mathopd_permissions.mdwn
Diffstat (limited to 'doc/tips/mathopd_permissions.mdwn')
-rw-r--r-- | doc/tips/mathopd_permissions.mdwn | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/tips/mathopd_permissions.mdwn b/doc/tips/mathopd_permissions.mdwn new file mode 100644 index 000000000..ebcff995e --- /dev/null +++ b/doc/tips/mathopd_permissions.mdwn @@ -0,0 +1,10 @@ +When using [mathopd](http://www.mathopd.org) to serve ikiwiki, be careful of your Umask settings in the mathopd.conf. + +With `Umask 026` in mathopd.conf, editing pages would result in the following errors and a 404 page when the wiki tried to take me to the updated page. + + append_indexes: cannot open .../[destdir]/[outputfile].html + open: Permission denied + +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. ;) |