Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXY
]
mod_sed - mod_sed can be used to filter input/output data using sed commands.
- Description:
Apache sed filter can be used to filter the input (typically POST data) and
output filter (generated data) using sed commands. Sed code is taken from
Opensolaris sed command (/usr/ucb/sed). Man page for sed is located at
http://docs.sun.com/app/docs/doc/816-5165/sed-1b?a=view
Functional specification documentation is available at mod_sed_filter.html
Packages:
Changelog:
by Support (2010-11-02):
- Test patch to increase the NLINE limit
|