テンプレートモジュールのcgilua.lpを利用したいので、適当にモジュールをインストールする。 LuaRocks # yum --enablerepo=epel install lua-devel # wget http://luarocks.org/releases/luarocks-2.0.4.tar.gz # tar zxvf luarocks-2.0.4.tar.gz # cd luarocks-2.0.4 # ./configure # make # make install CGILua luarocksコマンドを利用してインストールする。 luarocksコマンドを利用した場合、インストール先が/usr/local/share/lua/ 以下になったため、入れなおすのも面倒なのでシンボリックリンクを張っておく。 # luarocks install cgilua # cd