wok diff Geomyidae/description.txt @ rev 25123
updated ansible (2.9.10 -> 2.11.6)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Jun 28 16:17:54 2022 +0100 (2022-06-28) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/Geomyidae/description.txt Tue Jun 28 16:17:54 2022 +0100 1.3 @@ -0,0 +1,41 @@ 1.4 +A gopherd for Linux/BSD. 1.5 + 1.6 +Features: 1.7 + 1.8 + * gopher menus (see index.gph for an example) 1.9 + * dir listings (if no index.gph was found) 1.10 + * CGI support (.cgi files are executed) 1.11 + * search support in CGI files 1.12 + * logging (-l option) and loglevels (-v option) 1.13 + 1.14 +Usage: 1.15 + 1.16 + geomyidae [-d] [-l logfile] [-v loglvl] [-b htdocs] [-p port] [-o sport] 1.17 + [-u user] [-g group] [-h host] [-i IP] 1.18 + 1.19 + -d don't fork into background 1.20 + -l logfile setting this will turn on logging into logfile 1.21 + -v loglevel see below (default 7) 1.22 + -b htdocs the htdocs root for serving files (default /var/gopher) 1.23 + -p port set the port where geomyidae should listen on (default 70) 1.24 + -o sport set the port that should be shown in the dir listings 1.25 + -u user which user rights the serving children should get 1.26 + -g group which group rights the serving children should get 1.27 + -i IP IP which geomyidae should bind to 1.28 + -h host host that should be used in the dir listings 1.29 + 1.30 +Loglevels: 1.31 + 1.32 + 0 - no logging 1.33 + 1 - served plain files 1.34 + 2 - dir listings 1.35 + 4 - HTTP redirects 1.36 + 8 - not found queries 1.37 + 1.38 + 1 + 2 + 4 = 7 (files + dir listings + HTTP) 1.39 + 1.40 +Init scripts: 1.41 +The rc.d directory includes startup scripts for various distributions. 1.42 + 1.43 + 1.44 +Have fun!