[ ソース: haserl ]
パッケージ: haserl (0.9.35-2 など)
haserl に関するリンク
Debian の資源:
haserl ソースパッケージをダウンロード:
メンテナ:
外部の資源:
- ホームページ [haserl.sourceforge.net]
類似のパッケージ:
CGI scripting program for embedded environments
Haserl is a CGI wrapper that allows PHP-style programming in Lua or a POSIX-compliant shell. It is very small, so it can be used in embedded environments, or where something like PHP is too big.
It combines three features into a small CGI engine:
* It parses POST and GET requests, placing form-elements into the environment as name=value pairs for the CGI script to use. This is somewhat similar to the uncgi wrapper. * It opens a shell, and translates all text into printable statements. All text within <% ... %> constructs is passed verbatim to the shell. This is somewhat similar to how PHP scripts are parsed. * It can be set up to drop its permissions to the owner of the script, giving it some of the security features of suexec or cgiwrapper.
その他の haserl 関連パッケージ
|
|
|
|
-
- dep: debconf (>= 0.5)
- Debian 設定管理システム
- または debconf-2.0
- 以下のパッケージによって提供される仮想パッケージです: cdebconf, cdebconf-udeb, debconf
-
- dep: libc6 (>= 2.17)
- GNU C ライブラリ: 共有ライブラリ
以下のパッケージによって提供される仮想パッケージでもあります: libc6-udeb
-
- dep: liblua5.2-0
- Lua インタープリタバージョン 5.2 用共有ライブラリ
-
- rec: lua5.2
- シンプルで、拡張可能な組込み用プログラミング言語