From: smcv Date: Tue, 10 Mar 2015 08:56:46 +0000 (-0400) Subject: Added a comment X-Git-Tag: debian/3.20150329~32^2~5 X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/142f4e12fcbcf61da536d9ad3b308e4240adb1e0 Added a comment --- diff --git a/doc/forum/Git_push_failure/comment_4_add17d4171ad631369dad84a673f5e09._comment b/doc/forum/Git_push_failure/comment_4_add17d4171ad631369dad84a673f5e09._comment new file mode 100644 index 000000000..b97f63bc6 --- /dev/null +++ b/doc/forum/Git_push_failure/comment_4_add17d4171ad631369dad84a673f5e09._comment @@ -0,0 +1,10 @@ +[[!comment format=mdwn + username="smcv" + subject="comment 4" + date="2015-03-10T08:56:46Z" + content=""" +It looks as though either your git hook is running ikiwiki with '--cgi', or you have +`cgi: true` (or equivalent Perl) in the setup file, or you generated the git hook using +`ikiwiki ... --cgi --wrappers` or similar. This is not correct: `cgi: true` does not +mean \"enable CGI\", it means \"always run in CGI mode\", which is not what is desired. +"""]]