from apacheconfig import *
options = {
'lowercasenames': False # If set to True, then all options found in the config will be converted to lowercase
}
with make_loader(**options) as loader:
config = loader.load(args.cfg)
print(config)
https://github.com/etingof/apacheconfig
如果觉得我的文章对您有用,请随意打赏。你的支持将鼓励我继续创作!
