Commit graph

232 commits

Author SHA1 Message Date
Joona Hoikkala
49b56d73c5 PEP8 fixes 2016-03-25 20:19:12 +02:00
Noah Swartz
0aed0e90f1 don't include files that have multiple vhosts 2016-03-11 17:07:13 -08:00
bmw
d674a74ba1 Merge pull request #2537 from letsencrypt/issue_2240
Apache: handle wildcards when matching server names (Issue #2240)
2016-02-26 16:54:47 -08:00
Peter Eckersley
452ee2a745 Merge pull request #2496 from letsencrypt/issue_2410
print only challenge changes to configs
2016-02-25 16:50:57 -08:00
Peter Eckersley
4000319c1d Merge pull request #2515 from thanatos/class-advice-impossible
Class advice impossible
2016-02-23 17:25:56 -08:00
Noah Swartz
ca56a31132 reverse domain matching for wildcards 2016-02-23 15:27:30 -08:00
bmw
f5a2a94ed5 Merge pull request #2489 from letsencrypt/issue_2455
Fix apache 2.2 redirect problems (Issue 2455) [needs minor revision]
2016-02-23 11:40:47 -08:00
Roy Wellington Ⅳ
e9d981aceb Change zope's classProvides to be a class decorator.
When attempting to import any module that uses
zope.interface.classProvides in Python 3, a TypeError is raised; it
reads:

    TypeError: Class advice impossible in Python3.  Use the @provider
    class decorator instead.

Following the listed advice seems to function in Python 3.
2016-02-20 00:41:01 -08:00
Roy Wellington Ⅳ
b6142c13d6 Change zope's implements to be a class decorator.
When attempting to import any module that uses zope.interface.implements
in Python 3, a TypeError is raised; it reads:

    TypeError: Class advice impossible in Python3.  Use the @implementer
    class decorator instead.

Following the listed advice seems to function in Python 3.
2016-02-20 00:37:40 -08:00
Noah Swartz
2d2c98aa9d add a check for wildcards 2016-02-19 13:47:10 -08:00
Brad Warren
6135ba7a59 break 2016-02-17 17:24:57 -08:00
Noah Swartz
f72bcb5ea4 print only challenge changes to configs 2016-02-17 15:57:14 -08:00
Noah Swartz
109d6caf65 fix how OR is added 2016-02-16 16:07:03 -08:00
Noah Swartz
bf30e54a32 fix syntax and don't have unneeded ors 2016-02-16 15:58:53 -08:00
Noah Swartz
3964357eb3 rewrite generic files 2016-02-16 15:48:36 -08:00
Brad Warren
36c6f734a8 fix #2470 2016-02-16 14:56:26 -08:00
Brad Warren
8f283924cd Add --apache-ctl as deprecated arg 2016-02-09 15:43:51 -08:00
Brad Warren
8a5d40fc35 Make add_deprecated_argument more readable 2016-02-09 15:41:42 -08:00
Brad Warren
3c34fd80c7 Change enable_mod order 2016-02-01 18:09:47 -08:00
bmw
609776a709 Revert "Revert "Revert "Temporarily disable Apache 2.2 support""" 2016-01-29 17:30:27 -08:00
bmw
33e0c8fe74 Merge pull request #2286 from SwartzCr/issue_1991
write servername/serveralias if copying a generic vhost
2016-01-29 17:29:10 -08:00
Noah Swartz
7215376ff9 update server list with added names 2016-01-29 16:09:19 -08:00
Noah Swartz
a6d0410f4e remove old TODO 2016-01-29 15:30:23 -08:00
Noah Swartz
fd9fa1b965 Merge pull request #2284 from SwartzCr/centos_sslcompression
make different options ssl conf for centos
2016-01-29 13:40:52 -08:00
Peter Eckersley
eb59804f76 Merge pull request #2314 from letsencrypt/rpm-apache22
Small Apache 2.2 fixes
2016-01-29 13:34:58 -08:00
Brad Warren
50e2f769c0 loc--, readability++ 2016-01-29 12:54:34 -08:00
Noah Swartz
b7c94bb297 don't continue if there's no vhost 2016-01-28 16:48:12 -08:00
Noah Swartz
5f50d698ee fix var name 2016-01-28 16:26:44 -08:00
Noah Swartz
69ac8c6cfa add servername/alias for all vhosts 2016-01-28 16:24:56 -08:00
Noah Swartz
3e5b89daa5 remove save params 2016-01-28 15:54:02 -08:00
Noah Swartz
1417dc43cd save ssl directives 2016-01-28 15:38:14 -08:00
Noah Swartz
e7507e5354 don't double write servers 2016-01-28 14:53:47 -08:00
Noah Swartz
ff98ae3f22 remove is_generic always write target_name 2016-01-28 13:25:10 -08:00
bmw
7c6678b873 Revert "Revert "Temporarily disable Apache 2.2 support"" 2016-01-27 10:43:56 -08:00
Brad Warren
870a743ce1 Detect * and _default_ conflict 2016-01-26 18:09:55 -08:00
Noah Swartz
80ce6e2942 initial servername write test 2016-01-26 13:42:56 -08:00
Noah Swartz
1a14b4c8d5 fix mapping issue 2016-01-26 10:39:54 -08:00
Peter Eckersley
432d250672 Revert "Temporarily disable Apache 2.2 support" 2016-01-15 15:49:15 -08:00
Joona Hoikkala
be1d1321b6 Pep8 love 2016-01-14 13:25:15 +02:00
Peter Eckersley
8cc0d156e2 Merge pull request #2171 from letsencrypt/kill-22
Temporarily disable Apache 2.2 support
2016-01-13 16:26:04 -08:00
Brad Warren
8989dfc1ff Disable Apache 2.2 support 2016-01-13 16:17:26 -08:00
Joona Hoikkala
8f6ef8db53 Modified error message 2016-01-14 01:10:50 +02:00
Joona Hoikkala
ddbfb44041 Add tests 2016-01-14 00:50:34 +02:00
Joona Hoikkala
7d51480c4d Remove the test path from augeas even if failing 2016-01-14 00:23:45 +02:00
Joona Hoikkala
30ad7dce9f Pick up the augeas RuntimeError and pass the correct one 2016-01-14 00:06:52 +02:00
Joona Hoikkala
99c575f043 Check augeas version, and raise error if not recent enough 2016-01-13 23:56:22 +02:00
Brad Warren
4cdf63c55e Fix a couple nits 2016-01-11 18:27:01 -08:00
Brad Warren
24e6f4142b Merge branch 'master' into apache-redirect 2016-01-11 18:21:51 -08:00
Brad Warren
10df56bab6 Added revisions 2016-01-11 18:21:33 -08:00
sagi
4645bf8329 Make lint happy 2016-01-11 20:58:52 +00:00