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
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