asynciodebian/masterdebian/stretch-backportsproxy-ticketupstream
Last change
on this file since 26ae700 was
eb34ac4,
checked in by Thomas Klute <thomas2.klute@…>, 5 years ago
|
Let Automake handle module installation
Using a custom pkglib directory sets the correct rpath for libtool,
getting rid of the "multiple '-rpath's" warning:
libtool: warning: ignoring multiple '-rpath's for a libtool library
Making Automake aware of the actual installation directory also means
that we can drop the custom install rule, and get a proper uninstall
rule for free.
|
-
Property mode set to
100644
|
File size:
623 bytes
|
Line | |
---|
1 | ServerRoot ${PWD} |
---|
2 | |
---|
3 | LogFormat "%h %l %u %t \"%r\" %>s %O \"%{Referer}i\" \"%{User-Agent}i\"" combined |
---|
4 | CustomLog logs/${TEST_NAME}.access.log combined |
---|
5 | ErrorLog logs/${TEST_NAME}.error.log |
---|
6 | HostnameLookups Off |
---|
7 | KeepAlive Off |
---|
8 | LogLevel debug |
---|
9 | LoadModule mpm_worker_module ${AP_LIBEXECDIR}/mod_mpm_worker.so |
---|
10 | LoadModule authn_core_module ${AP_LIBEXECDIR}/mod_authn_core.so |
---|
11 | LoadModule authz_core_module ${AP_LIBEXECDIR}/mod_authz_core.so |
---|
12 | LoadModule mime_module ${AP_LIBEXECDIR}/mod_mime.so |
---|
13 | TypesConfig ${srcdir}/mime.types |
---|
14 | |
---|
15 | Include apache-conf/*.conf |
---|
16 | |
---|
17 | DocumentRoot ${srcdir}/data |
---|
18 | LoadModule gnutls_module ../src/.libs/mod_gnutls.so |
---|
Note: See
TracBrowser
for help on using the repository browser.