Changeset d762813 in mod_gnutls


Ignore:
Timestamp:
Dec 6, 2019, 11:54:00 AM (3 years ago)
Author:
Fiona Klute <fiona.klute@…>
Branches:
asyncio, main, master, proxy-ticket
Children:
09d923b
Parents:
f6d2721
Message:

Test suite: Start fewer server processes

The test suite doesn't need the default three handler processes. In
fact keeping two is a stretch, but I want to keep multiple processes
so there's a chance related bugs will show up in tests.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • test/base_apache.conf

    rf6d2721 rd762813  
    1212KeepAlive On
    1313LogLevel debug
     14
    1415LoadModule      mpm_worker_module       ${AP_LIBEXECDIR}/mod_mpm_worker.so
     16StartServers    2
     17MinSpareThreads 10
     18
    1519LoadModule      authn_core_module       ${AP_LIBEXECDIR}/mod_authn_core.so
    1620LoadModule      authz_core_module       ${AP_LIBEXECDIR}/mod_authz_core.so
Note: See TracChangeset for help on using the changeset viewer.