forked from mirrors/nixpkgs
* Quick hack to get the old Apache job working.
svn path=/nixos/trunk/; revision=10785
This commit is contained in:
parent
50800ad3b5
commit
ebea2dafa1
|
@ -17,7 +17,6 @@ let
|
|||
logDir = cfg.logDir;
|
||||
stateDir = cfg.stateDir;
|
||||
enableSSL = false;
|
||||
extraDirectories = cfg.extraDirectories + extraConfig;
|
||||
applicationMappings = cfg.mod_jk.applicationMappings;
|
||||
|
||||
startingDependency = if config.services.gw6c.enable && config.services.gw6c.autorun then "gw6c" else "network-interfaces";
|
||||
|
@ -30,8 +29,9 @@ let
|
|||
|
||||
inherit hostName httpPort httpsPort
|
||||
user group adminAddr logDir stateDir
|
||||
extraDirectories applicationMappings;
|
||||
applicationMappings;
|
||||
noUserDir = !cfg.enableUserDir;
|
||||
extraDirectories = extraConfig + cfg.extraConfig;
|
||||
|
||||
subServices =
|
||||
|
||||
|
@ -72,11 +72,11 @@ let
|
|||
)
|
||||
)
|
||||
)
|
||||
++
|
||||
/* ++
|
||||
|
||||
(optional cfg.extraSubservices.enable
|
||||
(map (service : service webServer pkgs) cfg.extraSubservices.services)
|
||||
);
|
||||
) */;
|
||||
};
|
||||
|
||||
in
|
||||
|
|
Loading…
Reference in a new issue