Commit f1ae1837 authored by Sergey Lyubka's avatar Sergey Lyubka Committed by Cesanta Bot

Fix https://github.com/cesanta/mongoose/pull/829

PUBLISHED_FROM=6e56c250fe62010e25b6ed489c0d608163ba629c
parent a0ece4e9
...@@ -16,7 +16,7 @@ CGI file must be executable. Mongoose honours the shebang line - see ...@@ -16,7 +16,7 @@ CGI file must be executable. Mongoose honours the shebang line - see
http://en.wikipedia.org/wiki/Shebang_(Unix). http://en.wikipedia.org/wiki/Shebang_(Unix).
For example, if both PHP and Perl CGIs are used, then 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. of the respective CGI scripts.
It is possible to hardcode the path to the CGI interpreter for all It is possible to hardcode the path to the CGI interpreter for all
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment