Ignore:
Timestamp:
May 16, 2015, 7:07:34 AM (8 years ago)
Author:
Thomas Klute <thomas2.klute@…>
Branches:
asyncio, debian/master, debian/stretch-backports, jessie-backports, main, master, proxy-ticket, upstream
Children:
f71e6ce
Parents:
52c3f68
Message:

Test suite: Use AP_LIBEXECDIR to find Apache modules

Distributions install Apache modules to different locations, so hard
coded paths will cause problems. Use the module directory detected by
./configure instead.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • test/tests/20_TLS_reverse_proxy_client_auth/apache.conf

    r52c3f68 r7813802  
    11Include ${srcdir}/base_apache.conf
     2Include ${srcdir}/proxy_mods.conf
    23
    34GnuTLSCache dbm cache/gnutls_cache
    4 
    5 LoadModule proxy_module /usr/lib/apache2/modules/mod_proxy.so
    6 LoadModule proxy_http_module /usr/lib/apache2/modules/mod_proxy_http.so
    75
    86<VirtualHost ${TEST_IP}:${TEST_PORT}>
Note: See TracChangeset for help on using the changeset viewer.