From f1ae1837521b6721ef2b8edfaf7841eb8f5d0577 Mon Sep 17 00:00:00 2001 From: Sergey Lyubka Date: Mon, 17 Jul 2017 15:11:55 +0100 Subject: [PATCH] Fix https://github.com/cesanta/mongoose/pull/829 PUBLISHED_FROM=6e56c250fe62010e25b6ed489c0d608163ba629c --- docs/http/cgi.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/http/cgi.md b/docs/http/cgi.md index c667fec4..86b0a4f3 100644 --- a/docs/http/cgi.md +++ b/docs/http/cgi.md @@ -16,7 +16,7 @@ CGI file must be executable. Mongoose honours the shebang line - see http://en.wikipedia.org/wiki/Shebang_(Unix). For example, if both PHP and Perl CGIs are used, then -``#!/path/to/php-cgi.exe` and ``#!/path/to/perl.exe` must be the first lines +`#!/path/to/php-cgi.exe` and `#!/path/to/perl.exe` must be the first lines of the respective CGI scripts. It is possible to hardcode the path to the CGI interpreter for all