Patterns

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

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