apacheconf

Apacheconf is an apache config file parser

Usage no npm install needed!

<script type="module">
  import apacheconf from 'https://cdn.skypack.dev/apacheconf';
</script>

README

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