wok-6.x annotate Geomyidae/description.txt @ rev 23066
remove nagvis-flex
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Mar 09 18:55:03 2020 +0100 (2020-03-09) |
parents | |
children |
rev | line source |
---|---|
al@18803 | 1 A gopherd for Linux/BSD. |
al@18803 | 2 |
al@18803 | 3 Features: |
al@18803 | 4 |
al@18803 | 5 * gopher menus (see index.gph for an example) |
al@18803 | 6 * dir listings (if no index.gph was found) |
al@18803 | 7 * CGI support (.cgi files are executed) |
al@18803 | 8 * search support in CGI files |
al@18803 | 9 * logging (-l option) and loglevels (-v option) |
al@18803 | 10 |
al@18803 | 11 Usage: |
al@18803 | 12 |
al@18803 | 13 geomyidae [-d] [-l logfile] [-v loglvl] [-b htdocs] [-p port] [-o sport] |
al@18803 | 14 [-u user] [-g group] [-h host] [-i IP] |
al@18803 | 15 |
al@18803 | 16 -d don't fork into background |
al@18803 | 17 -l logfile setting this will turn on logging into logfile |
al@18803 | 18 -v loglevel see below (default 7) |
al@18803 | 19 -b htdocs the htdocs root for serving files (default /var/gopher) |
al@18803 | 20 -p port set the port where geomyidae should listen on (default 70) |
al@18803 | 21 -o sport set the port that should be shown in the dir listings |
al@18803 | 22 -u user which user rights the serving children should get |
al@18803 | 23 -g group which group rights the serving children should get |
al@18803 | 24 -i IP IP which geomyidae should bind to |
al@18803 | 25 -h host host that should be used in the dir listings |
al@18803 | 26 |
al@18803 | 27 Loglevels: |
al@18803 | 28 |
al@18803 | 29 0 - no logging |
al@18803 | 30 1 - served plain files |
al@18803 | 31 2 - dir listings |
al@18803 | 32 4 - HTTP redirects |
al@18803 | 33 8 - not found queries |
al@18803 | 34 |
al@18803 | 35 1 + 2 + 4 = 7 (files + dir listings + HTTP) |
al@18803 | 36 |
al@18803 | 37 Init scripts: |
al@18803 | 38 The rc.d directory includes startup scripts for various distributions. |
al@18803 | 39 |
al@18803 | 40 |
al@18803 | 41 Have fun! |