asynciodebian/masterproxy-ticket
Last change
on this file since 92b5f4d was
4aa63a4,
checked in by Fiona Klute <fiona.klute@…>, 3 years ago
|
Infrastructure for mod_watchdog support
Asynchronous OCSP cache updates require some kind of timed callbacks
outside of the request handling context. The watchdog module provides
this, is included in HTTPD builds by default, and the documentation
does not mention any restrictions regarding supported MPMs.
|
-
Property mode set to
100644
|
File size:
578 bytes
|
Rev | Line | |
---|
[eb34ac4] | 1 | # installation directory for Apache modules |
---|
[0bda20f] | 2 | if ENABLE_VPATH_INSTALL |
---|
| 3 | apmodpkglibdir = $(subst ${AP_EXEC_PREFIX},${prefix},${AP_LIBEXECDIR}) |
---|
| 4 | else |
---|
[eb34ac4] | 5 | apmodpkglibdir = ${AP_LIBEXECDIR} |
---|
[0bda20f] | 6 | endif |
---|
[9706fc2] | 7 | |
---|
[94cb972] | 8 | mod_gnutls_la_SOURCES = mod_gnutls.c gnutls_io.c gnutls_cache.c \ |
---|
[4aa63a4] | 9 | gnutls_config.c gnutls_hooks.c gnutls_ocsp.c gnutls_util.c \ |
---|
| 10 | gnutls_watchdog.c |
---|
[eb34ac4] | 11 | mod_gnutls_la_CFLAGS = -Wall ${MODULE_CFLAGS} |
---|
| 12 | mod_gnutls_la_LDFLAGS = -module -avoid-version ${MODULE_LIBS} |
---|
[4aa63a4] | 13 | noinst_HEADERS = gnutls_cache.h gnutls_config.h gnutls_ocsp.h gnutls_util.h \ |
---|
| 14 | gnutls_watchdog.h |
---|
[9706fc2] | 15 | |
---|
[eb34ac4] | 16 | apmodpkglib_LTLIBRARIES = mod_gnutls.la |
---|
Note: See
TracBrowser
for help on using the repository browser.