Find a file
Eelco Dolstra 94937ba2aa * Support for declaring virtual hosts, like
httpd = {
      ...
      virtualHosts = [
        { hostName = "foo";
          documentRoot = "/data/webroot-foo";
          ...
        }
        { hostName = "bar";
          documentRoot = "/data/webroot-bar";
          ...
        }
      ];
    };

  Each virtual host can specify almost any option also permitted in
  the top-level httpd configuration.

svn path=/nixos/trunk/; revision=10682
2008-02-14 13:20:26 +00:00
boot * Installation CD: include a lot of modules (SATA, PATA, Firewire, 2008-02-08 15:59:15 +00:00
configuration * Disable modules missing on x86_64. 2008-02-08 23:51:43 +00:00
doc/manual * Manual updates. 2008-02-08 22:43:59 +00:00
etc Don't define ASPELL_EXTRA_DICT_DIRS', use ASPELL_CONF' instead. 2008-02-14 09:41:34 +00:00
helpers Remove remaining `abort ()'. 2008-02-14 11:44:54 +00:00
installer Modifications to nixos-checkout for multi-branch support. 2008-02-08 19:13:29 +00:00
system * Support for declaring virtual hosts, like 2008-02-14 13:20:26 +00:00
upstart-jobs * Support for declaring virtual hosts, like 2008-02-14 13:20:26 +00:00
default.nix * Installation CD: include a lot of modules (SATA, PATA, Firewire, 2008-02-08 15:59:15 +00:00
README * Readme is obsolete now. 2007-02-06 21:38:59 +00:00
STABLE * Version number, stable marker. 2006-11-04 11:27:08 +00:00
VERSION * Version number, stable marker. 2006-11-04 11:27:08 +00:00

*** NixOS ***

NixOS is a Linux distribution based on the purely functional package
management system Nix.  More information can be found at
http://nix.cs.uu.nl/nixos and in the manual in doc/manual.