A minimal but flexible directory listing server
Find a file
FRIGN 73d8b456eb always null-terminate reqbuf buffer
thanks Hiltjo for the patch
2014-08-25 00:33:00 +02:00
arg.h Add arg.h 2014-07-28 13:33:58 +02:00
config.def.h Allow dir-listing to be a configurable option 2014-08-20 20:47:29 +02:00
config.mk cgi: parse Status: header 2014-08-20 12:58:10 +02:00
LICENSE Add arg-parser and move copyright-info to LICENSE 2014-07-28 13:42:26 +02:00
Makefile quark.1: add manpage 2014-08-20 20:42:58 +02:00
quark.1 Remove whitespace from manual 2014-08-20 20:44:13 +02:00
quark.c always null-terminate reqbuf buffer 2014-08-25 00:33:00 +02:00
README update README 2014-08-20 20:42:54 +02:00

quark - simple HTTP server
==========================
quark is a small and simple HTTP web server. It serves static
pages on a single host and has basic CGI support.


Installation
------------
Edit config.mk to match your local setup. quark is installed into
/usr/local/bin by default.

Afterwards enter the following command to build and install quark
(if necessary as root):

    $ make clean; make
    $ sudo make install


Running quark 
------------
    $ cd <web-root>
    $ sudo quark