]> sipb.mit.edu Git - ikiwiki.git/commitdiff
(no commit message)
authordave <dave@web>
Sun, 2 Aug 2009 17:35:04 +0000 (13:35 -0400)
committerJoey Hess <joey@kitenet.net>
Sun, 2 Aug 2009 17:35:04 +0000 (13:35 -0400)
doc/tips/mathopd.mdwn [new file with mode: 0644]

diff --git a/doc/tips/mathopd.mdwn b/doc/tips/mathopd.mdwn
new file mode 100644 (file)
index 0000000..ebcff99
--- /dev/null
@@ -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. ;)