geomyidae

A small C-based gopherd. (gopher://bitreich.org/1/scm/geomyidae)
git clone git://r-36.net/geomyidae
Log | Files | Refs | README | LICENSE

commit 1fb516e3924be54b2848501b0bf30da6f31ad19e
parent efe02ed72b8fde2a12976789357a4ee1415e386b
Author: Christoph Lohmann <20h@r-36.net>
Date:   Sat,  2 Apr 2022 23:39:14 +0200

Shorten README for geomyidae.8 reference.

Diffstat:
README | 41+----------------------------------------
1 file changed, 1 insertion(+), 40 deletions(-)

diff --git a/README b/README @@ -1,45 +1,6 @@ A gopherd for Linux/BSD. -Features: - * gopher menus (see index.gph for an example) - * dir listings (if no index.gph was found) - * CGI support (.cgi files are executed) - * search support in CGI files - * logging (-l option) and loglevels (-v option) - * TLS, if compiled with libtls (provided by LibreSSL, edit Makefile) - -Usage: - - geomyidae [-d] [-l logfile] [-v loglvl] [-b htdocs] [-p port] [-o sport] - [-u user] [-g group] [-h host] [-i IP] - -d don't fork into background - -l logfile setting this will turn on logging into logfile - -v loglevel see below (default 7) - -b htdocs the htdocs root for serving files (default - /var/gopher) - -p port set the port where geomyidae should listen on - (default 70) - -o sport set the port that should be shown in the dir - listings - -u user which user rights the serving children should get - -g group which group rights the serving children should get - -i IP IP which geomyidae should bind to - -h host host that should be used in the dir listings - -Loglevels: - - 0 - no logging - 1 - served plain files - 2 - dir listings - 4 - HTTP redirects - 8 - not found queries - 16 - client connections - - 1 + 2 + 4 = 7 (files + dir listings + HTTP) - -Init scripts: - The rc.d directory includes startup scripts for various distributions. - +See geomyidae.8 for details. Have fun!