aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordave <dave@web>2009-08-02 13:35:04 -0400
committerJoey Hess <joey@kitenet.net>2009-08-02 13:35:04 -0400
commitbaee2aa36b987ec6f75738570fa3f46030484f76 (patch)
treee0d6bbb6d3841b2b443aa7ceec65b3b3a1786a84
parentd819fd6b04615adb1ccf40a5d49eb75178245c3a (diff)
downloadikiwiki-baee2aa36b987ec6f75738570fa3f46030484f76.tar
ikiwiki-baee2aa36b987ec6f75738570fa3f46030484f76.tar.gz
-rw-r--r--doc/tips/mathopd.mdwn10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/tips/mathopd.mdwn b/doc/tips/mathopd.mdwn
new file mode 100644
index 000000000..ebcff995e
--- /dev/null
+++ b/doc/tips/mathopd.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. ;)