diff options
author | https://profiles.google.com/lumeng.dev/ <lumengdev@web> | 2011-05-20 03:59:08 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-05-20 03:59:08 -0400 |
commit | 043a84106661ae82c5f7771694ba0dbebb7761a4 (patch) | |
tree | e53a998c47670858808896c504d60914242cb2bb | |
parent | 8205b73589979c8c2b0a44b8ebd68a97ab096fa8 (diff) | |
download | ikiwiki-043a84106661ae82c5f7771694ba0dbebb7761a4.tar ikiwiki-043a84106661ae82c5f7771694ba0dbebb7761a4.tar.gz |
-rw-r--r-- | doc/forum/Need_help_setting_up_ikiwiki_CGI.mdwn | 16 |
1 files changed, 16 insertions, 0 deletions
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? |