BGPLG(8) - System Manager’s Manual # BGPLG(8) - System Manager’s Manual
NAME # bgplg - looking glass for the OpenBSD Border Gateway Protocol daemon
SYNOPSIS # bgplg
DESCRIPTION # The bgplg CGI program is a looking glass for the bgpd(8) Border Gateway Protocol daemon. The looking glass will provide a simple web interface with read-only access to a restricted set of bgpd(8) and system status information, which is typically used on route servers by Internet Service Providers (ISPs) and Internet eXchange points (IXs).
...
HTTPD.CONF(5) - File Formats Manual # HTTPD.CONF(5) - File Formats Manual
NAME # httpd.conf - HTTP daemon configuration file
DESCRIPTION # httpd.conf is the configuration file for the HTTP daemon, httpd(8).
httpd.conf is divided into the following main sections:
Macros
User-defined variables may be defined and used later, simplifying the configuration file.
Global Configuration
Global settings for httpd(8).
Servers
Listening HTTP web servers.
Types
Media types and extensions.
Within the sections, a host address can be specified by IPv4 address, IPv6 address, interface name, interface group, or DNS hostname.
...
HTTPD(8) - System Manager’s Manual # HTTPD(8) - System Manager’s Manual
NAME # httpd - HTTP daemon
SYNOPSIS # httpd [-dnv] [-D macro=value] [-f file]
DESCRIPTION # The httpd daemon is an HTTP server with FastCGI and TLS support.
The FastCGI implementation has optional socket support. httpd can log to syslog(3) or per-server files with several standard formats.
httpd rereads its configuration file when it receives SIGHUP and reopens log files when it receives SIGUSR1.
...
SLOWCGI(8) - System Manager’s Manual # SLOWCGI(8) - System Manager’s Manual
NAME # slowcgi - a FastCGI to CGI wrapper server
SYNOPSIS # slowcgi [-dv] [-p path] [-s socket] [-t timeout] [-U user] [-u user]
DESCRIPTION # slowcgi is a server which implements the FastCGI Protocol to execute CGI scripts. FastCGI was designed to overcome the CGI protocol’s scalability and resource sharing limitations. While CGI scripts need to be forked for every request, FastCGI scripts can be kept running and handle many HTTP requests.
...