diff options
author | Stefan Eissing <icing@apache.org> | 2021-12-15 17:39:38 +0100 |
---|---|---|
committer | Stefan Eissing <icing@apache.org> | 2021-12-15 17:39:38 +0100 |
commit | 928f80ea4c3873ccd568c9047ae3742245d948c2 (patch) | |
tree | 401e55290095695db267fb4a9ba415e2f1f5cdaf /test/Makefile.in | |
parent | Add maintainer-mode for the OpenSSL 3.x -Werror build so we get actual warnin... (diff) | |
download | apache2-928f80ea4c3873ccd568c9047ae3742245d948c2.tar.xz apache2-928f80ea4c3873ccd568c9047ae3742245d948c2.zip |
*) test: added first mod_proxy tests in test/modules/proxy that
check some variations on forward, reverse and mixed vhosts
and also using a unix: domain socket backend.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1896002 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/Makefile.in')
-rw-r--r-- | test/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile.in b/test/Makefile.in index 1bfb3e3d7c..d9ad04d5d9 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -23,4 +23,4 @@ clean: rm -rf gen distclean: - rm -f pytest/config.ini
\ No newline at end of file + rm -f pyhttpd/config.ini
\ No newline at end of file |