summary refs log tree commit diff
path: root/pkgs/servers/http
Commit message (Collapse)AuthorAge
* apache-httpd-2.4: enable building the 'event'-based mpm workerPeter Simons2013-12-29
| | | | | Adding "LoadModule mpm_event_module modules/mod_mpm_event.so" to httpd.conf enables that worker instead of the default choice.
* jetty61: update from 6.1.21 to 6.1.26Nixpkgs Monitor2013-12-18
|
* Merge pull request #1370 from offlinehacker/pkgs/nginx/module_moreheadersDomen Kožar2013-12-13
|\ | | | | nginx: add headers more nginx module
| * nginx: add headers more nginx moduleJaka Hudoklin2013-12-13
| |
* | nginx: enable ipv6 and spdyJaka Hudoklin2013-12-13
|/
* apacheHttpd_2_4: update from 2.4.6 to 2.4.7Nixpkgs Monitor2013-12-09
|
* apacheHttpd: update from 2.2.25 to 2.2.26Nixpkgs Monitor2013-12-09
|
* tomcat6: update from 6.0.32 to 6.0.37, potentially fixes CVE-2012-0022, ↵Nixpkgs Monitor2013-12-04
| | | | CVE-2012-2733, CVE-2012-3544, CVE-2012-3546, CVE-2012-4431, CVE-2012-4534, CVE-2012-5568, CVE-2012-5885, CVE-2012-5886, CVE-2012-5887, CVE-2013-2067
* Fixing automatic update of NginxMichael Raskin2013-11-25
|
* Updating Nginx to 1.4.4Michael Raskin2013-11-25
|
* nginx: rtmp module - commited to fast. now it works.Rok Garbas2013-11-18
|
* nginx: adding rtmp moduleRok Garbas2013-11-18
|
* lighttpd: update 1.4.32 -> 1.4.33Bjørn Forsman2013-11-17
| | | | Changes in this version: http://www.lighttpd.net/2013/9/27/1-4-33/
* yaws: Update to 1.98.Moritz Ulrich2013-11-12
| | | | | | This fixes the build when compiled with Erlang 16B01 (default). Signed-off-by: Moritz Ulrich <moritz@tarn-vedra.de>
* Set meta.hydraPlatforms instead of meta.platforms for some packagesEelco Dolstra2013-11-05
|
* Don't build some packages on some platformsEelco Dolstra2013-11-04
|
* apache-httpd: Update to 2.4.6Eelco Dolstra2013-11-04
|
* nginx: Add optional patch for syslog support.Jaka Hudoklin2013-10-20
| | | | close #1055.
* nginx: 1.4.1 -> 1.4.3Domen Kožar2013-10-17
|
* More description fixesBjørn Forsman2013-10-06
| | | | | | | | | | | * Remove package name * Start with upper case letter * Remove trailing period Also reword some descriptions and move some long descriptions to longDescription. I'm not touching generated packages.
* lighttpd: Allow to compile with magnet support.aszlig2013-09-27
| | | | | | | | This also adds pkgconfig to the dependency list so we don't need to specify the path to OpenSSL anymore, because we need pkgconfig in order to correctly find Lua anyway. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* unmaintain several packagesLudovic Courtès2013-08-16
|
* thttpd: New package, version 2.25b.aszlig2013-07-30
| | | | | | | | | We already have mini_httpd, but IMHO it is *too* minimal as in not very flexible in configuration (for example, I haven't found any runtime configuration for disabling logging), so that's why I decided to add thttpd, which serves quite well as an ad-hoc HTTPd. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* apache-httpd: Update to 2.2.25Eelco Dolstra2013-07-17
| | | | CVE-2013-1896, CVE-2013-1862.
* Update nginxMichael Raskin2013-07-11
|
* nginx: 1.2.8 -> 1.2.9 (CVE-2013-2070)Domen Kozar2013-07-09
|
* apacheHttpd_2_4: fix build on darwinJason \"Don\" O'Conal2013-07-07
|
* apacheHttpd: minor modifications to meta attrsJason "Don" O'Conal2013-06-16
| | | | | | * add myself as a maintainer * use reference to `stdenv.lib.licenses.asl20` rather than literal string
* apacheHttpd: fix build on darwinJason "Don" O'Conal2013-06-14
| | | | * remove the gcc_s library from NIX_LDFLAGS (not available on darwin)
* Add package versions to some of the packages or fix existing ones to conform ↵Evgeny Egorochkin2013-06-07
| | | | to nixpkgs conventions.
* Fix maintainers attributeRob Vermaas2013-05-21
|
* Add myself as maintainer for several packagesBjørn Forsman2013-05-20
| | | | And set missing meta.platforms for the packages I've added earlier.
* nginx: Update to 1.2.8Eelco Dolstra2013-05-07
|
* nginx: Don't fetch the full WebDAV extension unless neededShea Levy2013-05-05
| | | | Signed-off-by: Shea Levy <shea@shealevy.com>
* Add optional third party support for fullWebDAV.Russell O'Connor2013-05-05
| | | | This follows the directions fom http://wiki.nginx.org/HttpDavModule.
* jboss: Update to 7.1.1.FinalShea Levy2013-05-01
| | | | Signed-off-by: Shea Levy <shea@shealevy.com>
* Lighttpd: Enable SSLPascal Wittmann2013-04-23
| | | | | | | | With this patch support for SSL is compiled into lighttpd. IMO encryption is in most use cases important, therefore SSL support should be build in. This would simplify the setup of a standard web application a lot. SSL support of lighttpd is documented at http://redmine.lighttpd.net/projects/1/wiki/Docs_SSL
* lighttpd: fix build warningsBjørn Forsman2013-04-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | The build complains about missing "file" and "which" commands, so add them as build inputs. "file" is used by the autotools configure script to tweak what -m flag (if any) to pass to the linker when it asks it for shared library support. Here is an example of -m values for GNU ld: Supported emulations: elf_x86_64 elf32_x86_64 elf_i386 i386linux elf_l1om elf_k1om "which" is used in the build phase to look for svnversion and git, to build a version stamp. Since we build from a release tarball (and don't pass svn or git as inputs either), this check fails and falls back to the version number in the tarball. There is one build warning left, but I think this is normal on NixOS: /tmp/nix-build-lighttpd-1.4.32.drv-0/lighttpd-1.4.32/libtool: line 1085: ldconfig: command not found
* lighttpd: bump to version 1.4.32Bjørn Forsman2013-04-01
| | | | | | | | | | | | | | One important denial of service (in 1.4.31) fix: CVE-2012-5533[1]. NOTE: There are some errors about missing commands during the build, but I'm pretty sure they were there before. And the result seems to be working anyway... * /usr/bin/file: No such file or directory * /bin/sh: line 2: which: command not found * /tmp/nix-build-lighttpd-1.4.32.drv-0/lighttpd-1.4.32/libtool: line 1085: ldconfig: command not found [1] http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-5533
* mini-httpd: update to version 1.4Peter Simons2013-03-28
|
* httpd: Update to 2.2.24Eelco Dolstra2013-03-28
|
* mini-httpd: update to version 1.3Peter Simons2013-03-21
|
* httpd: Update to 2.4.4Eelco Dolstra2013-02-27
| | | | CVE-2012-3499, CVE-2012-4558
* Add yaws, an Erlang HTTP serverCillian de Róiste2013-02-20
|
* mini-httpd: update to version 1.2Peter Simons2013-02-09
|
* 4store: fix buildMichael Raskin2012-12-04
|
* Update CouchDBMichael Raskin2012-12-04
|
* Update 4storeMichael Raskin2012-12-04
|
* Remove a bunch of unreferenced filesEelco Dolstra2012-11-29
| | | | Plus a small number of obsolete packages (like old versions of qemu).
* Fix unneeded /bin/sh referenceMichael Raskin2012-11-10
|