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 Scott R. Shinn (2008-09-12): - Initial build of mod_sed from opensolaris
- Removed the solarisy chunks because those people are just dirty. 
- Version 0.2 is arbitrary, there was no version number referenced in the original |