apacheHttpd
apache-httpd 2.4.68
Apache HTTPD, the world's most popular web server
https://httpd.apache.org/Apache License 2.0
programs: httpd, apxs, htdigest, htdbm, checkgid, logresolve, rotatelogs, httxt2dbm, htcacheclean, apachectl, dbmmanage, ab, fcgistarter, htpasswd
Maintainers
Platforms (25)
mips-linuxmicroblazeel-linuxpowerpc-linuxx86_64-linuxsh4-linuxriscv32-linuxarmv5tel-linuxarmv7a-linux
Install
Copy into your configuration
NixOS (configuration.nix)
environment.systemPackages = with pkgs; [ apacheHttpd ];
Ad-hoc shell
nix-shell -p apacheHttpd
Flake (nix run)
nix run nixpkgs#apacheHttpd