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
-
b1da9ebe
by Stephane Glondu at 2024-03-19T11:11:25+01:00
2 changed files:
Changes:
1 | +ocamlnet (4.1.9-5) unstable; urgency=medium
|
|
2 | + |
|
3 | + * Fix netcgi loading in Apache (Closes: #1064086)
|
|
4 | + |
|
5 | + -- Stéphane Glondu <glondu@debian.org> Tue, 19 Mar 2024 11:11:20 +0100
|
|
6 | + |
|
1 | 7 | ocamlnet (4.1.9-4) unstable; urgency=medium
|
2 | 8 | |
3 | 9 | * Add pkg-config to Build-Depends (Closes: #1052230)
|
1 | -LoadModule netcgi_apache_module /usr/lib/apache2/modules/mod_netcgi_apache.so
|
|
1 | +LoadModule netcgi_module /usr/lib/apache2/modules/mod_netcgi_apache.so
|
|
2 | 2 | NetcgiRequire netcgi2-apache |