* The mod_php option is no longer implemented.
svn path=/nixos/trunk/; revision=17578
This commit is contained in:
parent
2dce393e6e
commit
e4c27acde3
|
@ -438,11 +438,6 @@ in
|
||||||
";
|
";
|
||||||
};
|
};
|
||||||
|
|
||||||
mod_php = mkOption {
|
|
||||||
default = false;
|
|
||||||
description = "Whether to enable the PHP module.";
|
|
||||||
};
|
|
||||||
|
|
||||||
virtualHosts = mkOption {
|
virtualHosts = mkOption {
|
||||||
default = [];
|
default = [];
|
||||||
example = [
|
example = [
|
||||||
|
|
Loading…
Reference in New Issue