summaryrefslogtreecommitdiff
path: root/pkgs/servers/http/apache-modules/mod_fastcgi
AgeCommit message (Collapse)Author
2025-04-08Revert "treewide: replace `rev` with `tag`"Winter
This reverts commit 65a333600d5c88a98d674f637d092807cfc12253. This wasn't tested for correctness with something like fodwatch [0], and should not have been (self-)merged so quickly, especially without further review. It also resulted in the breakage of at least one package [1] (and that's the one we know of and was caught). A few packages that were updated in between this commit and this revert were not reverted back to using `rev`, but other than that, this is a 1:1 revert. [0]: https://codeberg.org/raphaelr/fodwatch [1]: https://github.com/NixOS/nixpkgs/pull/396904 / 758551e4587d75882aebc21a04bee960418f8ce9
2025-04-07treewide: replace `rev` with `tag`Pol Dellaiera
2024-12-10treewide: format all inactive Nix filesSilvan Mosberger
After final improvements to the official formatter implementation, this commit now performs the first treewide reformat of Nix files using it. This is part of the implementation of RFC 166. Only "inactive" files are reformatted, meaning only files that aren't being touched by any PR with activity in the past 2 months. This is to avoid conflicts for PRs that might soon be merged. Later we can do a full treewide reformat to get the rest, which should not cause as many conflicts. A CI check has already been running for some time to ensure that new and already-formatted files are formatted, so the files being reformatted here should also stay formatted. This commit was automatically created and can be verified using nix-build https://github.com/infinisil/treewide-nixpkgs-reformat-script/archive/a08b3a4d199c6124ac5b36a889d9099b4383463f.tar.gz \ --argstr baseRev b32a0943687d2a5094a6d92f25a4b6e16a76b5b7 result/bin/apply-formatting $NIXPKGS_PATH
2024-05-20treewide: remove unused occurence of fetchurl argumentSigmanificient
2022-02-10mod_fastcgi: fix broken packageJan Stranik
* mod_fastcgi: fix broken package (#153086) The patch is not needed anymore. Upstream fixed compilation with httpd 2.4.x * mod_fastcgi: don't fetch apache-24-patch Co-authored-by: Renaud <c0bw3b@users.noreply.github.com>
2021-10-14Drop myself from meta.maintainers for most packages.Peter Simons
I'd like to reduce the number of Github notifications and review requests I receive.
2021-09-22apacheHttpdPackages.mod_fastcgi: switch to fetchFromGitHub & mark as brokenFelix Buehler
2021-07-26servers: replace name with pname&versionFelix Buehler
2021-01-15pkgs/servers: stdenv.lib -> libBen Siraphob
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly
2019-08-17treewide: name -> pnamevolth
2019-03-05mod_fastcgi: update to version 2.4.7.1Peter Simons
2017-08-01pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger
* pkgs: refactor needless quoting of homepage meta attribute A lot of packages are needlessly quoting the homepage meta attribute (about 1400, 22%), this commit refactors all of those instances. * pkgs: Fixing some links that were wrongfully unquoted in the previous commit * Fixed some instances
2016-08-23mod_fastcgi: Make 'apacheHttpd.dev' more explicitTuomas Tynkkynen
2016-05-16Bring my stdenv.lib.maintainers user name in line with my github nick.Peter Simons
2015-12-05apache modules: fix build problemsVladimír Čunát
pkgs.mod_evasive was removed, because that combination isn't supported (according to an assertion).
2014-11-07mod_fastcgi: Fix building against Apache 2.4Eelco Dolstra
2011-07-14mod_fastcgi, mod_wsgi: these modules don't build on Darwin, and I don't know ↵Peter Simons
how to fix that According to Hydra: at `mod_fastcgi' [system = "i686-darwin"]: assertion failed at `/nix/store/jjbzdiilypsb8z38647hav2fxlp0bwfd-nixpkgs-r27790/pkgs/servers/http/apache-httpd/default.nix:8:1' at `mod_fastcgi' [system = "x86_64-darwin"]: assertion failed at `/nix/store/jjbzdiilypsb8z38647hav2fxlp0bwfd-nixpkgs-r27790/pkgs/servers/http/apache-httpd/default.nix:8:1' at `mod_wsgi' [system = "i686-darwin"]: assertion failed at `/nix/store/jjbzdiilypsb8z38647hav2fxlp0bwfd-nixpkgs-r27790/pkgs/servers/http/apache-httpd/default.nix:8:1' at `mod_wsgi' [system = "x86_64-darwin"]: assertion failed at `/nix/store/jjbzdiilypsb8z38647hav2fxlp0bwfd-nixpkgs-r27790/pkgs/servers/http/apache-httpd/default.nix:8:1' svn path=/nixpkgs/trunk/; revision=27793
2010-10-25pkgs/servers/http/apache-modules/mod_fastcgi: added meta.platforms and ↵Peter Simons
meta.maintainer svn path=/nixpkgs/trunk/; revision=24466
2010-10-21Added an expression for mod_fastcgi-2.4.6, to be used with Apache 2.Peter Simons
svn path=/nixpkgs/trunk/; revision=24406