diff options
Diffstat (limited to 'bin/werc_errlog_wrap.rc')
-rwxr-xr-x | bin/werc_errlog_wrap.rc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/werc_errlog_wrap.rc b/bin/werc_errlog_wrap.rc new file mode 100755 index 0000000..94bd18f --- /dev/null +++ b/bin/werc_errlog_wrap.rc @@ -0,0 +1,5 @@ +#!/bin/rc + +# This is a wrapper script for broken http servers like recent lighttpd versions which throw away cgi's stderr. + +./werc.rc >>[2]/tmp/wlog.txt |