Project

General

Profile

OptionalLibraries » History » Revision 15

Revision 14 (gstrauss, 2017-01-23 12:59) → Revision 15/19 (gstrauss, 2020-08-18 14:19)

Optional libraries provide additional feature capabilities to the modules. 

 |*feature*||*required libs*||*description*| ||*feature*||*required libs*||'''what?'''|| 
 |auth-crypt||crypt() ||auth-crypt||crypt() from libc/libcrypt||provides htpasswd and htdigest for basic/digest auth| auth|| 
 |auth-SHA-256||libnettle or SSL/TLS||HTTP Digest auth using SHA-256 (using Nettle or SSL/TLS provider below)| 
 |auth-dbi||libdbi||auth using DBI| 
 |auth-kerberos||libkrb5||auth using Kerberos| 
 |auth-ldap||libopenldap||auth using LDAP| 
 |auth-mysql||libmariadb||auth using MariaDB or MySQL| 
 |auth-pam||libpam||auth ||auth-ldap||libopenldap||auth users using PAM| against an ldap server|| 
 |compress-bzip2||libbz2||bzip2 compression (optional, non-standard) ||compress-bzip2||libbz2||optional, non-standard bzip2 compress for mod_deflate| mod_compress|| 
 |compress-deflate||libz||deflate compression ||compress-deflate||libz||deflate compress for mod_deflate| mod_compress|| 
 |compress-gzip||libz||gzip compression ||compress-gzip||libz||gzip compress for mod_deflate| mod_compress|| 
 |compress-brotli||libbrotli-enc||brotli compression for mod_deflate| 
 |geolocation||libmaxminddb||Geolocation using MaxMindDB| 
 |large-files||libc/os||large ||large-files||libc/os||large files support| support|| 
 |lua||liblua||custom Lua code| ||network-ipv6||libc/os||ipv6 support|| 
 |network-ipv6||libc/os||ipv6 support| ||network-openssl||libopenssl||ssl cabability|| 
 |network-gnutls||libgnutls||SSL/TLS capability| 
 |network-mbedtls||libmbedtls||SSL/TLS capability| 
 |network-nss||libnss||SSL/TLS capability| 
 |network-openssl||libopenssl||SSL/TLS capability| 
 |regex-conditionals||libpcre||=~ ||regex-conditionals||libpcre||=~ and !~ in config conditionals| conditionals|| 
 |stat-cache-fam||gamin||caches ||stat-cache-fam||libfam/gamin||caches stat() calls with the help of FAM| FAM|| 
 |storage-gdbm||libgdbm||local, ||storage-gdbm||libgdbm||local, non-cluster storage for mod_trigger_b4_dl| mod_trigger_b4_dl|| 
 |storage-memcached||libmemcached||distributed ||storage-memcache||libmemcached||distributed storage for mod_trigger_b4_dl| mod_trigger_b4_dl|| 
 |vhostdb-dbi||libdbi||vhostdb using DBI| 
 |vhostdb-ldap||libopenldap||vhostdb using LDAP| 
 |vhostdb-mysql||libmariadb||vhostdb using MariaDB or MySQL| 
 |vhostdb-postgres||libpq||vhostdb using PostgreSQL| 
 |webdav-locks||libxml2, ||webdav-locks||libxml2, sqlite3, libuuid||file locking for mod_webdav| mod_webdav|| 
 |webdav-properties||libxml2, ||webdav-properties||libxml2, sqlite3||property storage for mod_webdav| mod_webdav||