pytest: use httpd/apache2 directly, no apachectl

Since the script 'apachectl' from the httpd project is severly mutilated
on several distros, use the executable httpd/apache2 directly in pytest
runs.

Remove detection of apachectl form autoconf and cmake.

Closes #16000
This commit is contained in:
Stefan Eissing 2025-01-14 10:49:35 +01:00 committed by Daniel Stenberg
parent 862244636e
commit fa5d5ac1c9
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
6 changed files with 10 additions and 35 deletions

View file

@ -368,7 +368,6 @@ Details via CMake
## Test tools
- `APACHECTL`: Default: `apache2ctl`
- `APXS`: Default: `apxs`
- `CADDY`: Default: `caddy`
- `HTTPD_NGHTTPX`: Default: `nghttpx`