wok view Geomyidae/description.txt @ rev 20874

updated ejabberd again (2.1.6 -> 18.12.1)
author Hans-G?nter Theisgen
date Sat Feb 23 15:04:17 2019 +0100 (2019-02-23)
parents
children
line source
1 A gopherd for Linux/BSD.
3 Features:
5 * gopher menus (see index.gph for an example)
6 * dir listings (if no index.gph was found)
7 * CGI support (.cgi files are executed)
8 * search support in CGI files
9 * logging (-l option) and loglevels (-v option)
11 Usage:
13 geomyidae [-d] [-l logfile] [-v loglvl] [-b htdocs] [-p port] [-o sport]
14 [-u user] [-g group] [-h host] [-i IP]
16 -d don't fork into background
17 -l logfile setting this will turn on logging into logfile
18 -v loglevel see below (default 7)
19 -b htdocs the htdocs root for serving files (default /var/gopher)
20 -p port set the port where geomyidae should listen on (default 70)
21 -o sport set the port that should be shown in the dir listings
22 -u user which user rights the serving children should get
23 -g group which group rights the serving children should get
24 -i IP IP which geomyidae should bind to
25 -h host host that should be used in the dir listings
27 Loglevels:
29 0 - no logging
30 1 - served plain files
31 2 - dir listings
32 4 - HTTP redirects
33 8 - not found queries
35 1 + 2 + 4 = 7 (files + dir listings + HTTP)
37 Init scripts:
38 The rc.d directory includes startup scripts for various distributions.
41 Have fun!