www-servers/apache: add watchdog module

Package-Manager: Portage-2.3.11, Repoman-2.3.3
Closes: https://github.com/gentoo/gentoo/pull/5975
This commit is contained in:
Tomas Mozes
2017-10-18 07:03:57 +02:00
committed by Lars Wendler
parent cac3017eed
commit ffad74a57b
2 changed files with 2 additions and 1 deletions

View File

@@ -40,7 +40,7 @@ lbmethod_heartbeat log_config log_forensic logio macro mime mime_magic negotiati
proxy proxy_ajp proxy_balancer proxy_connect proxy_ftp proxy_html proxy_http proxy_scgi
proxy_fcgi proxy_wstunnel rewrite ratelimit remoteip reqtimeout setenvif
slotmem_shm speling socache_shmcb status substitute unique_id userdir usertrack
unixd version vhost_alias xml2enc"
unixd version vhost_alias watchdog xml2enc"
# The following are also in the source as of this version, but are not available
# for user selection:
# bucketeer case_filter case_filter_in echo http isapi optional_fn_export

View File

@@ -34,6 +34,7 @@
<flag name="apache2_modules_proxy_wstunnel">Provides support for the tunnelling of web socket connections to a backend websockets server.</flag>
<flag name="apache2_modules_ratelimit">Ratelimit module for transfer rate management</flag>
<flag name="apache2_modules_remoteip">Remotip module for logging</flag>
<flag name="apache2_modules_watchdog">Provides infrastructure for other modules to periodically run tasks</flag>
<flag name="apache2_modules_xml2enc">Enable xml2 encoding module</flag>
</use>
</pkgmetadata>