services.httpd.extraModules

Additional Apache modules to be used. These can be specified as a string in the case of modules distributed with Apache, or as an attribute set specifying the name and path of the module.

Type
list of unspecified value
Default
[ ]
Example
[
  "proxy_connect"
  { name = "jk"; path = "${pkgs.apacheHttpdPackages.mod_jk}/modules/mod_jk.so"; }
]
Declared
<nixpkgs/nixos/modules/services/web-servers/apache-httpd/default.nix>