Httpd

BGPLG(8) - System Manager's Manual

Bgpctl, Httpd, Slowcgi, Bgpd, Bgplgsh, Bgplg

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). ...

BGPLGD(8) - System Manager's Manual

Httpd, Bgpctl, Bgpd, Bgplgd

BGPLGD(8) - System Manager’s Manual # BGPLGD(8) - System Manager’s Manual NAME # bgplgd - a bgpctl FastCGI server SYNOPSIS # bgplgd [-d] [-p path] [-S socket] [-s socket] [-U user] [-V] DESCRIPTION # bgplgd is a server which implements the FastCGI Protocol to execute bgpctl(8) commands. bgplgd is a simple server that implements a simple web API to query bgpd(8). bgplgd opens a socket at /var/www/run/bgplgd.sock, owned by www:www, with permissions 0660. ...

HTTPD.CONF(5) - File Formats Manual

Httpd, Htpasswd, Patterns, Slowcgi, Ocspcheck, Glob, Httpd-Conf

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.conf, Client, Slowcgi, Httpd

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. ...

OCSPCHECK(8) - System Manager's Manual

Httpd, Nc, Tls_config_set_ocsp_staple_mem, Tls_config_set_ocsp_staple_file, Ocspcheck

OCSPCHECK(8) - System Manager’s Manual # OCSPCHECK(8) - System Manager’s Manual NAME # ocspcheck - check a certificate for validity against its OCSP responder SYNOPSIS # ocspcheck [-Nv] [-C CAfile] [-i staplefile] [-o staplefile] file DESCRIPTION # The ocspcheck utility validates a PEM format certificate against the OCSP responder encoded in the certificate specified by the file argument. Normally it should be used for checking server certificates and maintaining saved OCSP responses to be used for OCSP stapling. ...

PATTERNS(7) - Miscellaneous Information Manual

Re_format, Fnmatch, Httpd, Patterns

PATTERNS(7) - Miscellaneous Information Manual # PATTERNS(7) - Miscellaneous Information Manual NAME # patterns - Lua’s pattern matching rules DESCRIPTION # Pattern matching in httpd(8) is based on the implementation of the Lua scripting language and provides a simple and fast alternative to the regular expressions (REs) that are described in re_format(7). Patterns are described by regular strings, which are interpreted as patterns by the pattern-matching “find” and “match” functions. ...

SLOWCGI(8) - System Manager's Manual

Httpd, Slowcgi

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. ...

SSL(8) - System Manager's Manual

Starttls, Httpd, Ssh, Rc, Isakmpd, Sshd, Client, Openssl, Smtpd, Ssl

SSL(8) - System Manager’s Manual # SSL(8) - System Manager’s Manual NAME # ssl - details for libssl and libcrypto DESCRIPTION # This document describes some of the issues relating to the use of the OpenSSL libssl and libcrypto libraries. This document is intended as an overview of what the libraries do, and what uses them. The libssl and libcrypto libraries implement the TLS version 1 protocol. It is most commonly used by the HTTPS protocol for encrypted web transactions, as can be done with httpd(8). ...