(no commit message)
authorhttps://profiles.google.com/lumeng.dev/ <lumengdev@web>
Fri, 20 May 2011 07:59:08 +0000 (03:59 -0400)
committerJoey Hess <joey@kitenet.net>
Fri, 20 May 2011 07:59:08 +0000 (03:59 -0400)
doc/forum/Need_help_setting_up_ikiwiki_CGI.mdwn [new file with mode: 0644]

diff --git a/doc/forum/Need_help_setting_up_ikiwiki_CGI.mdwn b/doc/forum/Need_help_setting_up_ikiwiki_CGI.mdwn
new file mode 100644 (file)
index 0000000..66c820c
--- /dev/null
@@ -0,0 +1,16 @@
+After installing and setting up Ikiwiki on my Debian server. I somehow got the following error when trying to edit index page in browser / online:
+
+    Not Found
+
+    The requested URL /foobar.com/static/ikiwiki.cgi was not found on this server.
+
+    Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
+
+
+My `foobar.setup` has the following for CGI configuration
+
+    cgiurl => 'http:/foobar.com/static/ikiwiki.cgi',                                                                                                                          
+    cgi_wrapper => '/home/foobaruser/foobar.com/static/ikiwiki.cgi',
+
+
+What could be wrong?