File tree 1 file changed +2
-0
lines changed
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 22
22
-host="host" : host for http server, default - all interfaces
23
23
-port=NNNN : port for http server, 0 - to receive a random port, default - 8080
24
24
-form : parse query into environment vars, handle uploaded files
25
+ -form-check : regexp for check form fields (pass only vars that match the regexp)
25
26
-cgi : run scripts in CGI-mode:
26
27
- set environment variables with HTTP-request information
27
28
- write POST|PUT|PATCH-data to script STDIN (if not set -form)
36
37
-one-thread : run each shell command in one thread
37
38
-show-errors : show the standard output even if the command exits with a non-zero exit code
38
39
-include-stderr : include stderr to output (default is stdout only)
40
+ -500 : return 500 error if shell exit code != 0
39
41
-cert=cert.pem : SSL certificate path (if specified -cert/-key options - run https server)
40
42
-key=key.pem : SSL private key path
41
43
-basic-auth="" : setup HTTP Basic Authentication ("user_name:password"), can be used several times
You can’t perform that action at this time.
0 commit comments