]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - doc/setup/discussion.mdwn
updated branch; this is ready for review for inclusion in IkIWiki
[git.ikiwiki.info.git] / doc / setup / discussion.mdwn
index 7ab935181d4f2ec31fac4509c5de6daa2dd842c8..dbcf204e9c5e09723a9492c89f82df8444e72c6f 100644 (file)
@@ -1,3 +1,13 @@
+Getting 500 error after new install in localhost/~home dir. Have ExecCGI/mod_cgi, setuid exec and owner is apache user, apache is running.
+
+Apache log doesn't say anything more than the html reply:
+
+"Error message:
+End of script output before headers: ikiwiki.cgi"
+
+---
+
+
 I have copied over the ikiwiki.setup file from /usr/share/doc/ikiwiki/ to /etc/ikiwiki/ and run it after editing. My site gets built but when I click on the 'edit' button, firefox and google chrome download the cgi file instead of creating a way to edit it. The permissions on my ikiwiki.cgi script look like this: -rwsr-sr-x  1 root root 13359 2009-10-13 19:21 ikiwiki.cgi. Is there something I should do, i.e. change permissions, so I can get it to run correctly? (jeremiah)
 
 > Have a look [[here|tips/dot_cgi]]. --[[Jogo]]
@@ -269,3 +279,6 @@ Well it should be similar to shared hosting [or a remote server in general](http
 
 ----
 Perhaps it's worth noting that when installing ikiwiki with apt on Debian stable, you need to use the backports version in order to follow the setup instructions.
+
+---
+The mentioned docker image does not seem to be supported anymore. For those interested I've setup another docker image here on [[github|https://github.com/dgsb/docker-ikiwiki]] and here on [[docker hub|https://hub.docker.com/r/dgsb/ikiwiki/]]. It has the advantage of not being sandboxed and using a local repository through a volume to setup the content of the wiki. A ssh server is also started in order to push/pull to/from the container -- David