4 date="2015-03-10T08:56:46Z"
6 It looks as though either your git hook is running ikiwiki with '--cgi', or you have
7 `cgi: true` (or equivalent Perl) in the setup file, or you generated the git hook using
8 `ikiwiki ... --cgi --wrappers` or similar. This is not correct: `cgi: true` does not
9 mean \"enable CGI\", it means \"always run in CGI mode\", which is not what is desired.