Fixed zutil changes

This commit is contained in:
Ziver Koc 2016-04-02 01:17:13 +02:00
parent 7bf6896473
commit 6ad7c2ed58
9 changed files with 144 additions and 56 deletions

8
src/wa/server/plugin/apache/plugin.json Normal file → Executable file
View file

@ -1,8 +1,8 @@
{
"version": "1.0",
"name": "Apache Web Server",
"interfaces": {
"wa.server.plugin.WAService": "wa.server.plugin.apache.ApacheService",
"wa.server.plugin.WAServiceStatus": "wa.server.plugin.apache.ApacheStatus"
}
"interfaces": [
{"wa.server.plugin.WAService": "wa.server.plugin.apache.ApacheService"},
{"wa.server.plugin.WAServiceStatus": "wa.server.plugin.apache.ApacheStatus"}
]
}