Skip to content

tellnes/node-apacheconf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published