node-apache-config:一个节点js库,通过解析apache配置来暴露apache配置细节

时间:2024-06-23 03:20:50
【文件属性】:

文件名称:node-apache-config:一个节点js库,通过解析apache配置来暴露apache配置细节

文件大小:5KB

文件格式:ZIP

更新时间:2024-06-23 03:20:50

JavaScript

节点-apache-config 一个 node js 库,通过解析 apache 配置来公开 apache 配置细节。 // get the document root for an apache named vhost. require ( 'node-apache-config' ) . getDocumentRoot ( 'domain.name' , function ( path ) { //... } ) ; // get vhosts metadata: // {port:int, type:string, name:string, conf:[path:string, line:int], aliases: // [ // {name:string, type:string('alias'), wildcard:bool},... // ]


【文件预览】:
node-apache-config-master
----.travis.yml(108B)
----httpd-conf-parser.js(688B)
----package.json(528B)
----httpd-vhost-parser.js(1KB)
----tests()
--------test.js(2KB)
----.project(211B)
----apache.js(3KB)
----README.md(920B)

网友评论