Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 40247 invoked from network); 26 Nov 2007 00:32:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Nov 2007 00:32:50 -0000 Received: (qmail 79833 invoked by uid 500); 26 Nov 2007 00:32:27 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 79812 invoked by uid 500); 26 Nov 2007 00:32:27 -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: List-Id: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 79801 invoked by uid 99); 26 Nov 2007 00:32:27 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 25 Nov 2007 16:32:27 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jslive@gmail.com designates 64.233.166.180 as permitted sender) Received: from [64.233.166.180] (HELO py-out-1112.google.com) (64.233.166.180) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Nov 2007 00:32:08 +0000 Received: by py-out-1112.google.com with SMTP id u52so1295987pyb for ; Sun, 25 Nov 2007 16:32:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; bh=KBXRNTNiMVbRkbZcr7F5LjtL1oKuL2QckkMNBJOdgNk=; b=NAM4BJETgeqNKNpTJ7MJPKDyqcsrRkjt9QzWUf9d9po3teb3aPJS7zqUHrcJASGyTHfH/yY3ne0XhfvUC8ZcezizDY9IYArrnt2Lc4wfjOl6wBNJKJwQyNu8e5vBMduHX+9x4us7E1bWI+Xppxz9ep55KTO4dGUsoUNAn5weKF4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=aGEIhPvHAX+HAnR4OXl10u96Vqp1Pp3UJAat8NeEcwirMbU33Y+Tbo4l0Yzf60NK6RQMp074JnXt4IudXoJFxqF6iDeFwWK1jEQM+EUwScS8rCumt9ZMdwOPj6ItJSMqzwaSjVwhKS0GfRRNnNR56BUQu+DDF4RkVzs2UTylD4c= Received: by 10.64.156.2 with SMTP id d2mr4394478qbe.1196037129847; Sun, 25 Nov 2007 16:32:09 -0800 (PST) Received: by 10.65.183.10 with HTTP; Sun, 25 Nov 2007 16:32:09 -0800 (PST) Message-ID: Date: Sun, 25 Nov 2007 19:32:09 -0500 From: "Joshua Slive" Sender: jslive@gmail.com To: users@httpd.apache.org In-Reply-To: <1964cfb60711251341k6ac67c2fpb32e187090d8079e@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <1964cfb60711251341k6ac67c2fpb32e187090d8079e@mail.gmail.com> X-Google-Sender-Auth: bc70083128bbd07e X-Virus-Checked: Checked by ClamAV on apache.org Subject: Re: [users@httpd] Does apache support binary protocols? On Nov 25, 2007 4:41 PM, Juergen Weber wrote: > Hi, > > since 2.0 Apache is supposed to have multi-protocol support. > > Does this include binary protocols like IIOP? > > IIOP messages start with the letters G,I,O,P followed by binary data. > > Unfortunately I could not easily guess the answer to my question from looking at > http://svn.apache.org/viewvc/httpd/httpd/trunk/server/protocol.c?view=log Apache 2 is capable of supporting arbitrary protocols (including binary ones). But protocol handlers obviously need to be written for each protocol. I know of no work done to support IIOP. Joshua. --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org