Return-Path: Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 84789 invoked by uid 500); 3 May 2002 16:16:47 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 84730 invoked from network); 3 May 2002 16:16:47 -0000 Received: from adsl-63-192-218-231.dsl.snfc21.pacbell.net (HELO enroque.rawbyte.com) (63.192.218.231) by daedalus.apache.org with SMTP; 3 May 2002 16:16:47 -0000 Received: by enroque.rawbyte.com (Postfix, from userid 501) id ADC4E15F8D; Fri, 3 May 2002 09:12:35 -0700 (PDT) Date: Fri, 3 May 2002 09:12:35 -0700 From: Daniel Lopez To: users@httpd.apache.org Subject: Re: Around Apache2 multi protocol support Message-ID: <20020503161235.GA17196@rawbyte.com> References: <87wuulplfw.wl@hykw.tv> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87wuulplfw.wl@hykw.tv> User-Agent: Mutt/1.3.28i X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N This is an example multiprotocol module http://cvs.apache.org/viewcvs.cgi/httpd-pop3/ It is not just the filter interface, ideally a multiprotocol module will take advantage of the logging, authorization, SSL, etc. hooks in Apache Daniel > Hello, > > I've heard that Apache2.0 has supported multi-protocol. I looked at the > source of mod_echo.c, it seems that the multi-protocol support is > implemented as like below. > > input filter -> a brigade > the brigade -> output filter > > The support of multi protocl in Apache2 is just filtering technique? > Or is there any part in the sources which supports implementing the > other protocols? > > In former case, if I'd implement FTP protocol into Apache2, for > instance, all I have to do is write a filtering module: > read some buckets from input filter into a brigade, > operates the brigade fits for FTPd protocol(it's not easy work, though), > push some return codes and some parameters into output filter. > > right? > > Regards, > -- > HAYAKAWA, Hitoshi > E-mail: cz@hykw.tv > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org > For additional commands, e-mail: users-help@httpd.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org