quark (simple HTTP server for static content)
quark is an extremely small and simple HTTP GET/HEAD-only web server
for static content. The goal of this project is to do one thing and do
it well, namely serving static web directories and doing that right.
If you want to use a custom config.h to build quark, copy config.def.h
to config.h (in the SlackBuild directory) and edit it. The SlackBuild
will use the config.h if it exists.
quark does not natively support TLS. You can use a TLS reverse proxy
such as tlstunnel, hitch, or stunnel to add TLS support to quark.
The package doesn't include a startup script. To start quark on
boot, edit /etc/rc.d/rc.local and add a section like this:
if [ -x /usr/bin/quark ]; then
nohup /usr/bin/quark \
-l -p 80 -u apache -g apache -d /var/www/htdocs \
1>/var/log/quark.log 2>&1 &
fi
The example above starts quark as an apache replacement. You can
change the command-line arguments as needed, for your purposes.
Maintained by: B. Watson
Keywords: httpd,webserver,suckless
ChangeLog: quark
Homepage:
https://tools.suckless.org/quark/
Download SlackBuild:
quark.tar.gz
quark.tar.gz.asc (FAQ)
(the SlackBuild does not include the source)
| Individual Files: |
| README |
| config.def.h |
| git2tarxz.sh |
| quark.SlackBuild |
| quark.info |
| slack-desc |
© 2006-2026 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of
Patrick Volkerding
Linux® is a registered trademark of
Linus Torvalds