I made a stab at documenting the inclusion stuff @
http://panoptic.com/wiki/aolserver/Module_inclusion .  Please review &
repair.

Thanks --
-- ReC

-----Original Message-----
From: AOLserver Discussion [mailto:[EMAIL PROTECTED] On Behalf
Of Tom Jackson
Sent: Wednesday, April 16, 2008 9:57 AM
To: [email protected]
Subject: Re: [AOLSERVER] Compression

On Tuesday 15 April 2008 18:22, Tom Jackson wrote:
> I'll try to combine Daniel's code with my filter to turn on the switch
for
> ns_return.

I have a test release of the nszlib module, which handles ADP
compression, and 
static files (taken from Daniel's example filters), plus dynamic data 
returned via ns_return. There is also an example configuration section:

http://rmadilo.com/files/nszlib/

Feedback needed!

I also discovered a strange feature that I don't think is documented
anywhere. 

Server modules are added like this:

ns_section ns/server/server1/modules
 ns_param mymodule /path/to/bin/mymodule.so
 # Tcl module (in server1/modules/tcl/mytclmodule)
 ns_param mytclmodule tcl

With nszlib, there is now both a shared and Tcl module, 

However if the Tcl module is in server1/modules/tcl/nszlib, you only
need one 
entry to cover both:

ns_section ns/server/server1/modules
ns_param nszlib /path/to/bin/nszlib.so

AOLserver automatically looks in the private tcl directory for nszlib! 

tom jackson


--
AOLserver - http://www.aolserver.com/

To Remove yourself from this list, simply send an email to
<[EMAIL PROTECTED]> with the
body of "SIGNOFF AOLSERVER" in the email message. You can leave the
Subject: field of your email blank.


--
AOLserver - http://www.aolserver.com/

To Remove yourself from this list, simply send an email to <[EMAIL PROTECTED]> 
with the
body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: 
field of your email blank.

Reply via email to