From ebd2fbd24fd3e518d68773e941bb6f3736ee9b91 Mon Sep 17 00:00:00 2001 From: Sander van der Burg Date: Mon, 10 Aug 2009 20:16:33 +0000 Subject: [PATCH] Removed mod_jk option, which is obsolete svn path=/nixos/trunk/; revision=16660 --- .../services/web-servers/apache-httpd/default.nix | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/modules/services/web-servers/apache-httpd/default.nix b/modules/services/web-servers/apache-httpd/default.nix index dda59e4618d..561a911439e 100644 --- a/modules/services/web-servers/apache-httpd/default.nix +++ b/modules/services/web-servers/apache-httpd/default.nix @@ -443,18 +443,6 @@ in description = "Whether to enable the PHP module."; }; - mod_jk = { - enable = mkOption { - default = false; - description = "Whether to enable the Apache Tomcat connector."; - }; - - applicationMappings = mkOption { - default = []; - description = "List of Java webapplications that should be mapped to the servlet container (Tomcat/JBoss)"; - }; - }; - virtualHosts = mkOption { default = []; example = [