瀏覽代碼

Documentation stub for cgi_interpreter_args

bel2125 5 年之前
父節點
當前提交
4f6a60500e
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      docs/UserManual.md

+ 5 - 0
docs/UserManual.md

@@ -238,6 +238,11 @@ more efficient to set `cgi_interpreter` to the path to `php-cgi.exe`.
 The shebang line in the CGI scripts can be omitted in this case.
 The shebang line in the CGI scripts can be omitted in this case.
 Note that PHP scripts must use `php-cgi.exe` as executable, not `php.exe`.
 Note that PHP scripts must use `php-cgi.exe` as executable, not `php.exe`.
 
 
+### cgi\_interpreter\_args
+Optional additional arguments passed to a Windows CGI interpreter program.
+
+(Currently experimental - https://github.com/civetweb/civetweb/issues/854)
+
 ### cgi\_pattern `**.cgi$|**.pl$|**.php$`
 ### cgi\_pattern `**.cgi$|**.pl$|**.php$`
 All files that match `cgi_pattern` are treated as CGI files. The default pattern
 All files that match `cgi_pattern` are treated as CGI files. The default pattern
 allows CGI files be anywhere. To restrict CGIs to a certain directory,
 allows CGI files be anywhere. To restrict CGIs to a certain directory,