Removed mod_jk option, which is obsolete
svn path=/nixos/trunk/; revision=16660
This commit is contained in:
parent
f003f6d7cd
commit
ebd2fbd24f
@ -443,18 +443,6 @@ in
|
|||||||
description = "Whether to enable the PHP module.";
|
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 {
|
virtualHosts = mkOption {
|
||||||
default = [];
|
default = [];
|
||||||
example = [
|
example = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user