Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
MINIQUARK(1)		    General Commands Manual		  MINIQUARK(1)

NAME
       miniquark -- a minimal web server for retrieving	files

SYNOPSIS
       miniquark -p port [-h host] [-d dir]

DESCRIPTION
       miniquark  is  a	 web server supporting GET/HEAD	requests and is	easily
       launched	as unprivileged	user to	provide	HTTP access a local directory.

       The options are as follows:

       -p port	 The port to listen on for incoming connections.

       -d dir	 Switch	to the specified directory.

       -h host	 Set the hostname or IP	address	to listen on.  The default  is
		 `localhost'.

FEATURES
       The following request headers are recognized

       Range:
	 Returns 206 Partial Content and the Content-Range header is set.

       If-Modified-Since:
	 Returns 304 Not Modified or "200 OK" based on the file	timestamp.

       User-Agent:
	 Used for log messages.

HISTORY
       miniquark  was based on https://git.suckless.org/quark and bundled with
       rset(1) in July 2020.

FreeBSD	ports 15.quarterly     January 17, 2026			  MINIQUARK(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=miniquark&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help