Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: a76d69addf1b
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 676b7d589fbd
Choose a head ref
  • 3 commits
  • 2 files changed
  • 2 contributors

Commits on Dec 25, 2020

  1. Copy the full SHA
    f20d809 View commit details
    Browse the repository at this point in the history
  2. nixos/httpd: set lua paths

    We conditionally set the lua paths for the Apache mod_lua module. This
    allows executing Lua script handlers to require modules, that have been
    packaged with the supplied Lua derivation of Apache.
    
    For more information, see:
    
      https://httpd.apache.org/docs/2.4/mod/mod_lua.html#luapackagecpath
      https://httpd.apache.org/docs/2.4/mod/mod_lua.html#luapackagepath
    nagy committed Dec 25, 2020
    Copy the full SHA
    f2ca4c8 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2020

  1. Merge pull request #107649 from nagy/apache-lua-paths

    apacheHttpd, nixos/httpd: set lua paths
    peti committed Dec 26, 2020
    Copy the full SHA
    676b7d5 View commit details
    Browse the repository at this point in the history