[root@vps]# lua -v
Lua 5.1.4 Copyright (C) 1994-2008 Lua.org, PUC-Rio
I'm trying to enable the 2nd line in modsec2.conf
#LoadFile /opt/lua/lib/liblua.so
That file doesn't exist.
Here's what I have
tried all of them, and shouldn't it be this one?
but still if I put this in modsec2.conf
LoadFile /usr/bin/lua
Apache won't restart.
Thanks.
Lua 5.1.4 Copyright (C) 1994-2008 Lua.org, PUC-Rio
I'm trying to enable the 2nd line in modsec2.conf
#LoadFile /opt/lua/lib/liblua.so
That file doesn't exist.
Here's what I have
Code:
/opt/lua/lib/lua/5.1/ (empty directory)
/usr/lib/lua/5.1/ (empty directory)
/usr/share/lua/5.1/ (empty directory)
binary files at
/opt/lua/lib/liblua.a
/usr/bin/lua
/opt/lua/bin/lua
/opt/lua/bin/lua.c
tried all of them, and shouldn't it be this one?
Code:
[root@vps]# which lua
/usr/bin/lua
LoadFile /usr/bin/lua
Apache won't restart.
Thanks.