From 043a84106661ae82c5f7771694ba0dbebb7761a4 Mon Sep 17 00:00:00 2001 From: "https://profiles.google.com/lumeng.dev/" Date: Fri, 20 May 2011 03:59:08 -0400 Subject: [PATCH] --- doc/forum/Need_help_setting_up_ikiwiki_CGI.mdwn | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 doc/forum/Need_help_setting_up_ikiwiki_CGI.mdwn 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 index 000000000..66c820c34 --- /dev/null +++ b/doc/forum/Need_help_setting_up_ikiwiki_CGI.mdwn @@ -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?