Stéphane Glondu pushed to branch master at Debian OCaml Maintainers / ocamlnet
Commits: 9a275f81 by Stephane Glondu at 2024-03-01T09:10:29+01:00 Fix netcgi loading in Apache (Closes: #1064086) - - - - - b1da9ebe by Stephane Glondu at 2024-03-19T11:11:25+01:00 Update changelog and prepare upload to unstable - - - - - 2 changed files: - debian/changelog - debian/netcgi_apache.load Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +ocamlnet (4.1.9-5) unstable; urgency=medium + + * Fix netcgi loading in Apache (Closes: #1064086) + + -- Stéphane Glondu <[email protected]> Tue, 19 Mar 2024 11:11:20 +0100 + ocamlnet (4.1.9-4) unstable; urgency=medium * Add pkg-config to Build-Depends (Closes: #1052230) ===================================== debian/netcgi_apache.load ===================================== @@ -1,2 +1,2 @@ -LoadModule netcgi_apache_module /usr/lib/apache2/modules/mod_netcgi_apache.so +LoadModule netcgi_module /usr/lib/apache2/modules/mod_netcgi_apache.so NetcgiRequire netcgi2-apache View it on GitLab: https://salsa.debian.org/ocaml-team/ocamlnet/-/compare/f08228a817e530a7497cbb3f4fe684141a4b2e66...b1da9ebe54d68c6b9a5c2894f03ca32ad9425150 -- View it on GitLab: https://salsa.debian.org/ocaml-team/ocamlnet/-/compare/f08228a817e530a7497cbb3f4fe684141a4b2e66...b1da9ebe54d68c6b9a5c2894f03ca32ad9425150 You're receiving this email because of your account on salsa.debian.org.

