Any python libs for parsing apache config files?

前端 未结 6 2079
离开以前
离开以前 2020-12-29 11:40

Any python libs for parsing apache config files or if not python anyone aware of such thing in other languages (perl, php, java, c#)? As i\'ll be able to rewrite them in pyt

6条回答
  •  [愿得一人]
    2020-12-29 11:50

    There is a new library as of 2016 written using pyparsing:

    https://pypi.python.org/pypi/parse_apache_configs/

    Has a few rough edges, but allowed me to add in directives and save to a new file.

    Source at https://github.com/alextricity25/parse_apache_configs

提交回复
热议问题