]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/forum/Need_help_setting_up_ikiwiki_CGI.mdwn
ikiwiki (3.20130711) unstable; urgency=low
[git.ikiwiki.info.git] / doc / forum / Need_help_setting_up_ikiwiki_CGI.mdwn
1 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:
3     Not Found
5     The requested URL /foobar.com/static/ikiwiki.cgi was not found on this server.
7     Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
10 My `foobar.setup` has the following for CGI configuration
12     cgiurl => 'http:/foobar.com/static/ikiwiki.cgi',                                                                                                                          
13     cgi_wrapper => '/home/foobaruser/foobar.com/static/ikiwiki.cgi',
16 What could be wrong?