source: roaraudio/doc/man1/roarmonhttp.1 @ 3103:d49a925c845b

Last change on this file since 3103:d49a925c845b was 3103:d49a925c845b, checked in by phi, 14 years ago

added manpage for roarmonhttp

File size: 990 bytes
Line 
1.\" roarmonhttp.1:
2
3.TH "roarmonhttp" "1" "January 2010" "RoarAudio" "System User's Manual: roarmonhttp"
4
5.SH NAME
6
7roarmonhttp \- CGI and inetd based streaming server emulation for RoarAudio
8
9.SH SYNOPSIS
10
11roarmonhttp [--inetd]
12
13.SH DESCRIPTION
14
15This program emulates a streaming server using RoarAudio.
16It can be run from via a webserver as CGI or via inetd in inetd mode.
17IN CGI mode it is limited to client (listener) HTTP connections.
18In inetd mode it can handle source clients and gopher, too.
19There is no need for a specal port for gopher. The protocol
20is detected per client at runtime.
21
22.SH "OPTIONS"
23
24.TP
25\fB--inetd\fR
26Enables inetd mode.
27
28.SH "EXAMPLES"
29Here is an example of a roarmonhttp listening on port 8000 using inetd:
30 8000 stream tcp nowait roard /usr/bin/roarmonhttp roarmonhttp --inetd
31
32.SH "SEE ALSO"
33\fBinetd\fR(8),
34\fBinetd.conf\fR(5),
35\fBroartips\fR(7),
36\fBlibroar\fR(7),
37\fBRoarAudio\fR(7).
38
39.SH "HISTORY"
40
41For history information see \fBRoarAudio\fR(7).
42
43.\" ll
Note: See TracBrowser for help on using the repository browser.