1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs synced 2024-10-19 03:47:13 -04:00
nixpkgs/upstart-jobs
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
..
apache-httpd * Support for declaring virtual hosts, like 2008-02-14 13:20:26 +00:00
nagios
udev-rules * Option to enable support for the WIS GO7007. 2008-02-04 10:52:58 +00:00
alsa.nix
cron.nix * Cron: set TZ. 2008-02-01 13:56:36 +00:00
ctrl-alt-delete.nix
cupsd.nix
dbus.nix
default.nix svn path=/nixos/trunk/; revision=10624 2008-02-11 11:51:51 +00:00
dhclient.nix
dhcpd.nix
ejabberd.nix Added ejabberd service 2008-02-04 13:40:01 +00:00
filesystems.nix
gather.nix
gw6c.nix
hal.nix
halt.nix
hardware-scan.nix * hardware-scan: load modules for all supported USB devices 2008-02-01 21:50:29 +00:00
httpd.nix
ifplugd.nix
ircd-hybrid.nix
jboss.nix
kbd.nix
lvm.nix
maintenance-shell.nix
make-job.nix
mingetty.nix
mysql.nix Modified variable names to follow the standard convention 2008-02-07 14:02:38 +00:00
network-interfaces.nix
nix-daemon.nix
nscd.conf
nscd.nix
ntpd.nix
postgresql.nix
samba.nix
smb.conf
sshd.nix
swap.nix svn path=/nixos/trunk/; revision=10624 2008-02-11 11:51:51 +00:00
swraid.nix
syslogd.nix
tomcat.nix Added deploydir to tomcat service 2008-01-30 14:38:27 +00:00
tty-backgrounds-combine.sh
tty-backgrounds.nix
udev-firmware-loader.sh
udev.nix * Option to enable support for the WIS GO7007. 2008-02-04 10:52:58 +00:00
vsftpd.nix Changed some variable names to follow the standard convention 2008-02-07 13:37:20 +00:00
xfs.conf
xfs.nix
xserver.conf * Refactoring. 2008-02-14 07:42:52 +00:00
xserver.nix