Fixed zutil changes
This commit is contained in:
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
8
src/wa/server/plugin/apache/plugin.json
Normal file → Executable 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"}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue