From 6e901569dc04e889cc9195a24e62b3282c61f442 Mon Sep 17 00:00:00 2001 From: Ziver Koc Date: Mon, 7 Dec 2015 17:16:20 +0100 Subject: [PATCH] Fixed build issue --- src/wa/server/plugin/apache/ApacheService.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wa/server/plugin/apache/ApacheService.java b/src/wa/server/plugin/apache/ApacheService.java index e166425..64e8db5 100755 --- a/src/wa/server/plugin/apache/ApacheService.java +++ b/src/wa/server/plugin/apache/ApacheService.java @@ -66,7 +66,7 @@ public class ApacheService implements WAService { public WAServiceConfig[] getConfigurations() { if(config == null) config = new WAServiceConfig[]{ - new ApacheConfigVirtualHost() + //new ApacheConfigVirtualHost() }; return config; }