Any python libs for parsing apache config files?

前端 未结 6 2104
离开以前
离开以前 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 12:05

    I did find an interesting Apache Config parser for python here: http://www.poldylicious.de/node/25

    The Apache Config Parser mentioned is not documented, but it does work.

提交回复
热议问题