Blob


1 .\"
2 .\" Copyright (c) 2022 Omar Polo
3 .\"
4 .\" Permission to use, copy, modify, and distribute this software for any
5 .\" purpose with or without fee is hereby granted, provided that the above
6 .\" copyright notice and this permission notice appear in all copies.
7 .\"
8 .\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
9 .\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
10 .\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
11 .\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
12 .\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
13 .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
14 .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
15 .Dd September 14, 2022
16 .Dt GALILEO 8
17 .Os
18 .Sh NAME
19 .Nm galileo
20 .Nd Gemini proxy for the World Wide Web
21 .Sh SYNOPSIS
22 .Op Fl dnv
23 .Op Fl D Ar macro=value
24 .Op Fl f Ar file
25 .Sh DESCRIPTION
26 .Nm
27 is a Fast-CGI server that proxies the content of a Gemini capsule.
28 It has been designed to work out of the box with the
29 .Xr httpd 8
30 web server.
31 .Pp
32 .Nm
33 rereads its configuration file when it receives SIGHUP.
34 .Pp
35 The options are as follows:
36 .Bl -tag -width tenletters
37 .It Fl d
38 Do not daemonize and log to standard error.
39 .It Fl D Ar macro=value
40 Override the value of a macro used in the configuration file.
41 .It Fl f Ar file
42 Specify the configuration file.
43 The default is
44 .Pa /etc/galileo.conf .
45 .It Fl n
46 Parse the configuration file, report errors if any, and exit.
47 .It Fl v
48 Verbose mode.
49 .El
50 .Sh FILES
51 .Bl -tag -width /etc/galileo.conf -compact
52 .It Pa /etc/galileo.conf
53 Default location of the
54 .Xr galileo.conf 5
55 configuration file.
56 .El
57 .Sh SEE ALSO
58 .Xr galileo.conf 5 ,
59 .Xr httpd.conf 5 ,
60 .Xr httpd 8
61 .Sh AUTHORS
62 .An Omar Polo Aq Mt op@omarpolo.com