CGI scripting with shell/lua

Edit Package haserl

Haserl is a small cgi wrapper that allows "PHP" style cgi programming,
but uses a UNIX bash-like shell or lua as the programming language. 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 as name=value
pairs into the environment for the CGI script to use. This is
somewhat like the uncgi wrapper.

* It opens a shell, and translates all text into printable
statements. All text within ... ?> constructs are passed
verbatim to the shell. This is somewhat like writing PHP
scripts.

* It can optionally be installed to drop its permissions to the
owner of the script, giving it some of the security features of suexec
or cgiwrapper.

Refresh
Refresh
Source Files
Filename Size Changed
haserl-0.9.33.tar.gz 0000151737 148 KB
haserl.changes 0000001790 1.75 KB
haserl.spec 0000002287 2.23 KB
Revision 17 (latest revision is 19)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 282596 from Marcus Meissner's avatar Marcus Meissner (msmeissn) (revision 17)
- Update to version 0.9.33
  *	Fix various security vulnerabilities - most serious is a 
    Heap Overflow Vulnerability in sliding_buffer.c
  * Allow PUT and DELETE method (But prefix is still POST/GET)
  *	On POST/PUT, Content-Type is not x-www-urlencoded, then
	the body of the message is stored verbatim in POST_body=
- Remove obsolete fix-make.diff
- Remove autoreconf calling; not needed anymore
- Use %configure instead of./configure
Comments 0
openSUSE Build Service is sponsored by