nixpkgs/upstart-jobs/apache-httpd
Eelco Dolstra 5dbe45bfea * Modified the SSL configuration a bit. Instead of having a httpPort
and a httpsPort, there are now options "port" and "enableSSL".  So
  to get https you should typically set up a vhost like this:

    virtualHosts = [
      { hostName = "foo.example.org";
        enableSSL = true;
        sslServerCert = "...";
        sslServerKey = "...";
      }
    ];

* sslServerCert and sslServerKey can be set per vhost.  This is
  currently only useful when doing IP-based vhosting.

* enableUserDir is now a per-vhost setting, as it should be.

* Convenience option globalRedirect to redirect the entire host to
  some URL.

svn path=/nixos/trunk/; revision=11704
2008-04-24 11:56:38 +00:00
..
default.nix * Modified the SSL configuration a bit. Instead of having a httpPort 2008-04-24 11:56:38 +00:00
per-server-options.nix * Modified the SSL configuration a bit. Instead of having a httpPort 2008-04-24 11:56:38 +00:00
subversion.nix * Allow disambiguation between the admin scripts of multiple 2008-04-24 11:42:50 +00:00
twiki.nix * Forgot to add (even though the twiki config is not general enough yet). 2008-04-24 11:40:11 +00:00