NAME
galileo
—
Gemini proxy for the World Wide
Web
SYNOPSIS
galileo |
[-dnv ] [-D
macro=value]
[-f file] |
DESCRIPTION
galileo
is a FastCGI server that proxies
the content of a Gemini capsule. It has been designed to work out of the box
with the httpd(8) web
server.
galileo
rereads its configuration file
when it receives SIGHUP.
The options are as follows:
-d
- Do not daemonize and log to standard error.
-D
macro=value- Override the value of a macro used in the configuration file.
-f
file- Specify the configuration file. The default is /etc/galileo.conf.
-n
- Parse the configuration file, report errors if any, and exit.
-v
- Verbose mode.
FILES
- /etc/galileo.conf
- Default location of the galileo.conf(5) configuration file.
- /var/www/run/galileo.sock
- Default UNIX-domain socket for communication with httpd(8).
SEE ALSO
AUTHORS
The galileo
program was written by
Omar Polo
<op@omarpolo.com>.