sites

public wiki contents of suckless.org
git clone git://git.suckless.org/sites
Log | Files | Refs

commit c5b682fc0463b00cd456ecc15131f20e90a0e188
parent 0944bfd3f7d8d53a45b3735f21cc689e21e92c5c
Author: Parker Ellertson <pellertson@firemail.cc>
Date:   Sun, 21 Apr 2019 15:19:20 -0600

Fixed a line in the web server section.

Diffstat:
Msuckless.org/rocks/index.md | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/suckless.org/rocks/index.md b/suckless.org/rocks/index.md @@ -231,8 +231,7 @@ This section is dedicated to daemons that are related to the UNIX philosophy. ### Web Servers * [darkhttpd](https://unix4lyfe.org/darkhttpd/) - Darkhttpd is a simple, fast HTTP 1.1 web server for static content. - Even smaller subset of thttpd with support for .htpasswd, CGI, dirlisting, HTTP errors and SSL, nothing more or less than that. -* [mini_httpd](http://acme.com/software/mini_httpd/) - By the thttpd developers. +* [mini_httpd](http://acme.com/software/mini_httpd/) - By the thttpd developers. Even smaller subset of thttpd with support for .htpasswd, CGI, dirlisting, HTTP errors and SSL, nothing more or less than that. * [OpenBSD httpd/relayd](https://bsd.plumbing/) - Designed to combat the feature creep of modern webservers. Boasts concise configuration, with sane defaults. * [quark](//tools.suckless.org/quark/) - suckless simple static web server. * [thttpd](http://acme.com/software/thttpd/) - Outperforms many bigger httpds. Old, still works very well!