/usr/share/doc/rt4-doc-html/rt-server.html is in rt4-doc-html 4.0.19-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | <ul id="index">
<li><a href="#NAME">NAME</a></li>
<li><a href="#SYNOPSIS">SYNOPSIS</a></li>
</ul>
<h1 id="NAME"><a href="#___top">NAME</a></h1>
<p>rt-server - RT standalone server</p>
<h1 id="SYNOPSIS"><a href="#___top">SYNOPSIS</a></h1>
<pre><code> # runs prefork server listening on port 8080, requires Starlet
rt-server --port 8080
# runs server listening on port 8080
rt-server --server Standalone --port 8080
# or
standalone_httpd --port 8080
# runs other PSGI server on port 8080
rt-server --server Starman --port 8080</code></pre>
<a href="./">← Back to index</a>
|