Commit graph

18 commits

Author SHA1 Message Date
Brad Warren
21cebbb520 filter by port in http01 2018-01-16 22:28:58 -08:00
Brad Warren
e4b3bda05d include default vhosts 2018-01-16 21:37:58 -08:00
Brad Warren
9bb48778dc fix typo 2018-01-16 21:13:13 -08:00
Brad Warren
90ca31f15c Don't add includes twice 2018-01-16 21:12:40 -08:00
Brad Warren
daeda80bb0 does double backslash make pylint happy? 2018-01-16 20:03:11 -08:00
Brad Warren
dbef9b64ef remove S which doesn't seem to work across contexts 2018-01-16 19:00:54 -08:00
Brad Warren
6c14d88068 fix order args 2018-01-16 18:46:44 -08:00
Brad Warren
00da23cbf2 use stricter rewriterule 2018-01-16 18:22:48 -08:00
Brad Warren
75a9ec8796 remove ifmod rewrite 2018-01-16 18:19:34 -08:00
Brad Warren
de1d5c1abb enable mod_rewrite 2018-01-16 18:18:16 -08:00
Brad Warren
d7989650f3 remove unneeded directives 2018-01-16 18:17:35 -08:00
Joona Hoikkala
1df91d749f
Include overrides to every VirtualHost 2018-01-17 02:04:11 +02:00
Joona Hoikkala
3819e36fe7
Finalized HTTP vhost discovery and added overrides 2018-01-16 20:33:25 +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
Joona Hoikkala
28dad825af
Do not try to remove temp dir if it wasn't created 2018-01-11 20:44:40 +02: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