asynciodebian/masterdebian/stretch-backportsjessie-backportsproxy-ticketupstream
Last change
on this file since 9e56602 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
|
Rev | Line | |
---|
[33af2b7] | 1 | ServerRoot ${PWD} |
---|
[4b53371] | 2 | |
---|
| 3 | LogFormat "%h %l %u %t \"%r\" %>s %O \"%{Referer}i\" \"%{User-Agent}i\"" combined |
---|
[6e6a4e4] | 4 | CustomLog logs/${TEST_NAME}.access.log combined |
---|
[4b53371] | 5 | ErrorLog logs/${TEST_NAME}.error.log |
---|
| 6 | HostnameLookups Off |
---|
| 7 | KeepAlive Off |
---|
| 8 | LogLevel debug |
---|
[7813802] | 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 |
---|
[33af2b7] | 13 | TypesConfig ${srcdir}/mime.types |
---|
[4b53371] | 14 | |
---|
[cf4e708] | 15 | Include apache-conf/*.conf |
---|
[4b53371] | 16 | |
---|
[33af2b7] | 17 | DocumentRoot ${srcdir}/data |
---|
[eb34ac4] | 18 | LoadModule gnutls_module ../src/.libs/mod_gnutls.so |
---|
Note: See
TracBrowser
for help on using the repository browser.