about summary refs log tree commit diff
path: root/nixos/modules/services/web-servers/apache-httpd/default.nix
Commit message (Expand)AuthorAge
* Fix trying to add users to non-existent groupsKirill Elagin2014-06-11
* Fix configuring apache with extra user/groupKirill Elagin2014-06-11
* Revert "Fix configuring httpd with custom user/group."Kirill Elagin2014-06-11
* Fix configuring httpd with custom user/group.Rob Vermaas2014-06-11
* Manual: Typo fixesEelco Dolstra2014-04-19
* Rewrite ‘with pkgs.lib’ -> ‘with lib’Eelco Dolstra2014-04-14
* httpd: Don't require keys.targetEelco Dolstra2014-03-17
* nixos: set all package options to have type packageDomen Kožar2014-02-27
* Allow httpd subservices to set the document rootShea Levy2014-02-25
* httpd: Respect original order of environment eval.Rob Vermaas2014-01-31
* httpd: Only add PHPRC to environment of httpd when enablePHP is true.Rob Vermaas2014-01-31
* Merge pull request #1178 from chexxor/fix-httpd-sshRob Vermaas2014-01-27
|\
| * Check empty stringfor globalRedirect. It breaks RedirectPermanent.Alex Berg2013-11-11
| * Add HTTPD SSH assertion to check null cert/key.Alex Berg2013-11-11
| * Check for SSL Cert value before building with SSL support.Alex Berg2013-11-06
* | httpd.nix: Support non-root operationEelco Dolstra2013-11-18
* | Add some primops to libEelco Dolstra2013-11-12
|/
* Clean up some option examplesEelco Dolstra2013-10-30
* Give types to the Apache httpd optionsEelco Dolstra2013-10-29
* Don't copy Nix expressions to the store while processing Apache subservicesEelco Dolstra2013-10-29
* Remove obsolete function addDefaultOptionValuesEelco Dolstra2013-10-28
* Implement services.httpd.virtualHosts using the module systemEelco Dolstra2013-10-28
* Move all of NixOS to nixos/ in preparation of the repository mergeEelco Dolstra2013-10-10