nonhttpd.1 (583B)
1 .TH NONHTTPD 1 nonhttpd\-VERSION 2 .SH NAME 3 nonhttpd \- an httpd server serving nothing 4 .SH SYNOPSIS 5 .B nonhttpd 6 .SH DESCRIPTION 7 .B nonhttpd 8 is a simple httpd server that should be used in conjunction with situations in 9 browsers where requests need to be redirected to something fast. 10 .SH EXAMPLES 11 $ socat tcp-l:8080,reuseaddr,fork,su=nobody exec=/usr/bin/nonhttpd 12 .br 13 (See the examples in the distribution.) 14 .SH AUTHORS 15 See the LICENSE file for the authors. 16 .SH LICENSE 17 See the LICENSE file for the terms of redistribution. 18 .SH SEE ALSO 19 .BR socat (1) 20 .SH BUGS 21 Please report them. 22