2014-06-17 23:24:08 +04:00
<?xml version='1.0'?> <!-- * - nxml - * -->
< !DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
<!--
Copyright 2011,2013 Colin Walters <walters @ v e r b u m . o r g >
2018-01-30 22:26:26 +03:00
SPDX-License-Identifier: LGPL-2.0+
2014-06-17 23:24:08 +04:00
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
2021-12-07 04:20:55 +03:00
License along with this library. If not, see <https: / / w w w . g n u . o r g / l i c e n s e s /> .
2014-06-17 23:24:08 +04:00
-->
<refentry id= "ostree" >
<refentryinfo >
<title > ostree trivial-httpd</title>
<productname > OSTree</productname>
<authorgroup >
<author >
<contrib > Developer</contrib>
<firstname > Colin</firstname>
<surname > Walters</surname>
<email > walters@verbum.org</email>
</author>
</authorgroup>
</refentryinfo>
<refmeta >
<refentrytitle > ostree trivial-httpd</refentrytitle>
<manvolnum > 1</manvolnum>
</refmeta>
<refnamediv >
<refname > ostree-trivial-httpd</refname>
<refpurpose > Simple webserver</refpurpose>
</refnamediv>
<refsynopsisdiv >
<cmdsynopsis >
2014-11-29 20:15:21 +03:00
<command > ostree trivial-httpd</command> <arg choice= "opt" rep= "repeat" > OPTIONS</arg> <arg choice= "opt" > DIR</arg>
2014-06-17 23:24:08 +04:00
</cmdsynopsis>
</refsynopsisdiv>
<!-- Don't entirely understand this command. Needs details, better content -->
<refsect1 >
<title > Description</title>
<para >
This runs a simple webserver and keeps it running until killed. If DIR is not specified, it defaults to the current directory.
</para>
</refsect1>
<refsect1 >
<title > Options</title>
<variablelist >
<varlistentry >
<term > <option > --daemonize</option> ,<option > -d</option> </term>
<listitem > <para >
Fork into background when ready.
</para> </listitem>
</varlistentry>
<varlistentry >
<term > <option > --autoexit</option> </term>
<listitem > <para >
Automatically exit when directory is deleted.
</para> </listitem>
</varlistentry>
<varlistentry >
<term > <option > --port-file</option> ,<option > -p</option> ="PATH"</term>
<listitem > <para >
Write port number to PATH (- for standard output).
</para> </listitem>
</varlistentry>
2015-05-07 12:13:43 +03:00
<varlistentry >
<term > <option > --port</option> ,<option > -P</option> </term>
<listitem > <para >
Use the specified TCP port to listen on.
</para> </listitem>
</varlistentry>
2014-06-17 23:24:08 +04:00
<varlistentry >
<term > <option > --force-range-requests</option> </term>
<listitem > <para >
Force range requests by only serving half of files.
</para> </listitem>
</varlistentry>
</variablelist>
</refsect1>
<!-- NEED EXAMPLE OUTPUT HERE! -->
<refsect1 >
<title > Example</title>
<para > <command > $ ostree trivial-httpd</command> </para>
</refsect1>
</refentry>