Dossy, The problem with ns_register_proc is that it expects the requested file to exist -- something I don't want. I want a proc run for any request matching a pattern, and after that proc runs, for the connection to be closed.
David Walker's post about returning "filter_return" seems to have done the trick. Thanks guys! Ross On Mon, 2003-02-17 at 14:12, Dossy wrote: > On 2003.02.17, Ross Simpson <[EMAIL PROTECTED]> wrote: > > > > I'm trying to use ns_register_filter, and am running into difficulties. > > That's because you want to use ns_register_proc, not ns_register_filter. > > -- Dossy > > -- > Dossy Shiobara mail: [EMAIL PROTECTED] > Panoptic Computer Network web: http://www.panoptic.com/ > "He realized the fastest way to change is to laugh at your own > folly -- then you can let go and quickly move on." (p. 70)
