mirror of
https://github.com/cloudpanel-io/cloudpanel-ce.git
synced 2026-04-05 20:31:58 +02:00
libnginx-mod-http-lua module doesn't get created when installing #185
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @bitwanderer on 9/25/2024
CloudPanel version(s) affected
v2.4.2
Description
After installing libnginx-mod-http-lua, the module (.so file) is not created, only the docs as shown below.
This happens on Debian 12 and Ubuntu 24.04 both.
root@test:~# plocate http-lua
/etc/nginx/modules-enabled/50-mod-http-lua.conf.removed
/usr/share/doc/libnginx-mod-http-lua
/usr/share/doc/libnginx-mod-http-lua/changelog.Debian.gz
/usr/share/doc/libnginx-mod-http-lua/copyright
/var/lib/dpkg/info/libnginx-mod-http-lua.list
/var/lib/dpkg/info/libnginx-mod-http-lua.md5sums
How to reproduce
Possible Solution
No response
Additional Context
No response