summaryrefslogtreecommitdiffstats
path: root/test/modules/proxy (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make sure pytest shuts down the web server after each packageRainer Jung2024-07-161-0/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1919265 13f79535-47bb-0310-9956-ffa450edef68
* pytests: Ignore log errors/warnings per function.Yann Ylavic2023-07-073-21/+6
| | | | | | | | | | | | It's easier to control errors at the function scope and it avoids ignored errors/warnings to propagate to the following tests (i.e. mask further unexpected errors). github: closes #371 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1910844 13f79535-47bb-0310-9956-ffa450edef68
* *) test: check for recent curl version in proxy testsStefan Eissing2023-05-022-0/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1909560 13f79535-47bb-0310-9956-ffa450edef68
* *) mod_ssl: when a proxy connection had handled a request using SSL, anStefan Eissing2022-08-012-2/+28
| | | | | | | | | | error was logged when "SSLProxyEngine" was only configured in the location/proxy section and not the overall server. The connection continued to work, the error log was in error. Fixed PR66190. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1903167 13f79535-47bb-0310-9956-ffa450edef68
* test: fully qualified URIs should work through reverse proxy too.Yann Ylavic2021-12-161-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1896043 13f79535-47bb-0310-9956-ffa450edef68
* *) test: modules/proxy, make uds faker a daemon thread, so it does not Stefan Eissing2021-12-161-1/+1
| | | | | | | | prevent test shutdown. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1896041 13f79535-47bb-0310-9956-ffa450edef68
* *) test: added first mod_proxy tests in test/modules/proxy thatStefan Eissing2021-12-155-0/+357
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