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.
...
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.
...
RELAYD.CONF(5) - File Formats Manual # RELAYD.CONF(5) - File Formats Manual
NAME # relayd.conf - relay daemon configuration file
DESCRIPTION # relayd.conf is the configuration file for the relay daemon, relayd(8).
relayd.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 relayd(8). Do note that the config file allows global settings to be added after defining tables in the config file, but those tables will use the built-in defaults instead of the global settings below them.
...