Commit graph

18 commits

Author SHA1 Message Date
Brad Warren
886ff583b3 fix bytes 2018-01-16 22:22:01 -08:00
Brad Warren
ac06b0d759 fix test-same-vhost 2018-01-16 21:11:17 -08:00
Brad Warren
cdf4d4b0ce fix typo 2018-01-16 21:06:54 -08:00
Brad Warren
485b534557 add test_same_vhost 2018-01-16 21:06:10 -08:00
Brad Warren
0aa6898218 play coverage games 2018-01-16 20:50:55 -08:00
Brad Warren
abc0287cde make lint happy 2018-01-16 20:44:41 -08:00
Brad Warren
72144f6cb7 fix typo 2018-01-16 20:39:56 -08:00
Brad Warren
4c001ad466 check for Include in vhost 2018-01-16 20:39:17 -08:00
Brad Warren
94f521553e test for rewrite 2018-01-16 20:32:09 -08:00
Brad Warren
3e348332a9 fix http-01 tests? pt2 2018-01-16 20:29:26 -08:00
Brad Warren
8d09c4c6cd fix http-01 tests? 2018-01-16 20:19:30 -08:00
Brad Warren
aa0678a14e fix enmod test 2018-01-16 20:06:59 -08:00
Brad Warren
0e95baf8a4 uncomment tests 2018-01-16 18:23:34 -08:00
Joona Hoikkala
1df91d749f
Include overrides to every VirtualHost 2018-01-17 02:04:11 +02:00
Joona Hoikkala
60dd67a60e Use static directory under workdir for HTTP challenges (#5428)
* Use static directory under workdir for HTTP challenges

* Handle the reverter file registration before opening file handle
2018-01-14 15:22:22 -08:00
Brad Warren
f0f5defb6f Address minor concerns with Apache HTTP-01
* enable other modules

* change port type

* remove maxDiff from test class

* update port comment

* add -f to a2dismod
2018-01-11 09:59:25 -08:00
Joona Hoikkala
fa97877cfb Make sure that Apache is listening on port 80 and has mod_alias
* Ensure that mod_alias is enabled

* Make sure we listen to port http01_port
2018-01-11 14:48:32 +02:00
Brad Warren
2ba334a182 Add basic HTTP01 support to Apache
* Add a simple version of HTTP01

* remove cert from chall name

* make directory work on 2.2

* cleanup challenges when finished

* import shutil

* fixup perform and cleanup tests

* Add tests for http_01.py
2018-01-10 23:35:09 -08:00