From 6810e5feaa072755bc2beebc80b923f2420004cf Mon Sep 17 00:00:00 2001 From: dave Date: Sun, 2 Aug 2009 13:37:17 -0400 Subject: rename tips/mathopd.mdwn to tips/mathopd_permissions.mdwn --- doc/tips/mathopd.mdwn | 10 ---------- doc/tips/mathopd_permissions.mdwn | 10 ++++++++++ 2 files changed, 10 insertions(+), 10 deletions(-) delete mode 100644 doc/tips/mathopd.mdwn create mode 100644 doc/tips/mathopd_permissions.mdwn (limited to 'doc/tips') diff --git a/doc/tips/mathopd.mdwn b/doc/tips/mathopd.mdwn deleted file mode 100644 index ebcff995e..000000000 --- a/doc/tips/mathopd.mdwn +++ /dev/null @@ -1,10 +0,0 @@ -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. ;) 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. ;) -- cgit v1.2.3