aboutsummaryrefslogtreecommitdiff
path: root/doc/forum/Need_help_setting_up_ikiwiki_CGI.mdwn
blob: 66c820c34fc8d9ac66a61a4971b88b3a61b62d63 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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?