npm.io
0.0.5 • Published 12 years ago

apacheconf

Licence
MIT
Version
0.0.5
Deps
3
Vulns
2
Weekly
0
Stars
11

Apacheconf parser for Node.js

Dependency Status

Apacheconf is an apache config file parser for Node.js.

Example


    var apacheconf = require('apacheconf')

    apacheconf('/etc/apache2/httpd.conf', function(err, config, parser) {
      if (err) throw err

      console.log(config)
    })

Install

npm install apacheconf

Licence

MIT

Keywords