]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/bugs/CGI_problem_with_some_webservers.mdwn
Found fix to problem under boa, added details and request for etiquette guidance.
[ikiwiki.git] / doc / bugs / CGI_problem_with_some_webservers.mdwn
index 2240f5dc3b6b100d280c57f2576bff113f7c975a..7cfc537417f89d640994e40cf71853c926dea11b 100644 (file)
@@ -78,3 +78,16 @@ that gave an error a moment ago.  This is with boa 0.94.14rc21-3 and Firefox
 3.0.11 on Ubuntu 9.04.  I get the feeling I'm doing something wrong somewhere;
 any suggestions where to start looking?  This is a very basic setup, so feel
 free to ask. --Paul
+
+Tried setting up a git repository back-end for the wiki, in case the `post-update`
+hook caused the right updates to happen; it didn't.  (But I do now have my wiki
+in git!)
+
+Turns out that `.../destdir/index.html` was being recreated after a web edit, or
+at least having its permissions modified, and being left without world-read
+permissions.  Boa was then rightly refusing to serve the page.  Adding the
+`umask 022` config option to `ikiwiki.setup` fixed everything, and all
+appears to be working fine now.  --Paul.
+
+(I'm new to wiki etiquette - would it be more polite to leave these details on the
+wiki, or to remove them and only leave a short summary?  Thanks.  --Paul)