asyncioproxy-ticket
Last change
on this file since 006f91a was
0e069b6,
checked in by Fiona Klute <fiona.klute@…>, 16 months ago
|
Support plain HTTP in the Python test framework
This makes it possible to run test 26 "redirect HTTP to HTTPS" without
an external HTTP client, the only thing still different from most
other tests is the TEST_HTTP_PORT environment variable.
|
-
Property mode set to
100755
|
File size:
178 bytes
|
Line | |
---|
1 | #!/bin/bash |
---|
2 | # |
---|
3 | # This test checks if mod_rewrite rules can detect HTTPS connections |
---|
4 | # with "%{HTTPS}". |
---|
5 | |
---|
6 | : ${TEST_HTTP_PORT:="9935"} |
---|
7 | export TEST_HTTP_PORT |
---|
8 | |
---|
9 | ${srcdir}/runtests t-26 |
---|
Note: See
TracBrowser
for help on using the repository browser.