Removed mod_jk option, which is obsolete

svn path=/nixos/trunk/; revision=16660
This commit is contained in:
Sander van der Burg 2009-08-10 20:16:33 +00:00
parent f003f6d7cd
commit ebd2fbd24f

View file

@ -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 = [