$Id: README,v 1.4 2006/08/31 18:05:07 thrull Exp $ Trim filter for Sun iPlanet Web Server (GNU LGPL) (C) 2006 by Igor Popik See COPYING for license. INSTALLATION 1. Compilation First You have to manually edit apriopriate Makefile (linux or solaris version) file. You have to change location of your iPlanet installation directory (the /usr/iplanet6.1 part) INCLUDEDIR=/usr/iplanet6.1/plugins/include Then start compilation with: make -f Makefile.linux or make -f Makefile.solaris 2. Configuration iPlanet Web Server a. Loading module - magnus.conf Init fn="load-modules" shlib="/usr/iplanet6.1/plugins/trim/nsapi_trim_filter.so" NativeThread="no" b. Enabling filtering - obj.conf You have to put this directive somewhere in "default" object: Output fn="insert-filter" type="text/*" filter="nsapi_trim_filter" c. Restart server & have fun :-) 3. REQUIREMENTS This filter was tested on Sun ONE Web Server 6.1SP4 and 6.1SP5 on Linux i686 and Solaris SPARC only those platforms are "supported" by this filter. Please let me know if you managed to compile & run this successfuly on other platform.