]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
*) test: added first mod_proxy tests in test/modules/proxy that
authorStefan Eissing <icing@apache.org>
Wed, 15 Dec 2021 16:39:38 +0000 (16:39 +0000)
committerStefan Eissing <icing@apache.org>
Wed, 15 Dec 2021 16:39:38 +0000 (16:39 +0000)
commit928f80ea4c3873ccd568c9047ae3742245d948c2
tree401e55290095695db267fb4a9ba415e2f1f5cdaf
parentf3eb277904e712d4c1ef2dc8cdf401906ca2712a
  *) 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
test/Makefile.in
test/modules/proxy/__init__.py [new file with mode: 0644]
test/modules/proxy/conftest.py [new file with mode: 0644]
test/modules/proxy/env.py [new file with mode: 0644]
test/modules/proxy/test_01_http.py [new file with mode: 0644]
test/modules/proxy/test_02_unix.py [new file with mode: 0644]
test/pyhttpd/env.py