1
0
mirror of https://github.com/lammertb/libhttp.git synced 2025-08-07 16:02:55 +03:00

Redirect stderr of CGI process to error log (Step 3/3)

This commit is contained in:
bel2125
2015-08-27 21:52:59 +02:00
parent acfeddfd93
commit c9bb894b84
3 changed files with 69 additions and 16 deletions

4
test/linux_fail.cgi Normal file
View File

@@ -0,0 +1,4 @@
#!/bin/sh
>&2 echo "Some error sent to stderr"