]> git.ipfire.org Git - thirdparty/curl.git/commit
pytest: use httpd/apache2 directly, no apachectl
authorStefan Eissing <stefan@eissing.org>
Tue, 14 Jan 2025 09:49:35 +0000 (10:49 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 14 Jan 2025 10:33:49 +0000 (11:33 +0100)
commitfa5d5ac1c9f4124ab67bc1bd705179d3c2032f43
tree88c825ea0c62bcbed37b361601c8aa62770acdca
parent862244636ed39c0aeea9e37e66609d517eb840b3
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
configure.ac
docs/INSTALL-CMAKE.md
tests/http/CMakeLists.txt
tests/http/config.ini.in
tests/http/testenv/env.py
tests/http/testenv/httpd.py