mirror of
https://github.com/certbot/certbot.git
synced 2026-07-27 08:09:10 +02:00
letsencrypt-apache/
This commit is contained in:
@@ -241,6 +241,10 @@ class ApacheParser(object):
|
||||
Directives should be in the form of a case insensitive regex currently
|
||||
|
||||
.. todo:: arg should probably be a list
|
||||
.. todo:: arg search currently only supports direct matching. It does
|
||||
not handle the case of variables or quoted arguments. This should
|
||||
be adapted to use a generic search for the directive and then do a
|
||||
case-insensitive self.get_arg filter
|
||||
|
||||
Note: Augeas is inherently case sensitive while Apache is case
|
||||
insensitive. Augeas 1.0 allows case insensitive regexes like
|
||||
|
||||
Reference in New Issue
Block a user