* Quick hack to get the old Apache job working.

svn path=/nixos/trunk/; revision=10785
This commit is contained in:
Eelco Dolstra 2008-02-20 17:03:48 +00:00
parent 50800ad3b5
commit ebea2dafa1

View file

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