Return-Path: Delivered-To: apmail-httpd-modules-dev-archive@locus.apache.org Received: (qmail 32382 invoked from network); 4 Jun 2008 11:36:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Jun 2008 11:36:58 -0000 Received: (qmail 83674 invoked by uid 500); 4 Jun 2008 11:37:00 -0000 Delivered-To: apmail-httpd-modules-dev-archive@httpd.apache.org Received: (qmail 83655 invoked by uid 500); 4 Jun 2008 11:36:59 -0000 Mailing-List: contact modules-dev-help@httpd.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: modules-dev@httpd.apache.org Delivered-To: mailing list modules-dev@httpd.apache.org Received: (qmail 83644 invoked by uid 99); 4 Jun 2008 11:36:59 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Jun 2008 04:36:59 -0700 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [63.210.253.233] (HELO ext-cn0ut-4.online-age.net) (63.210.253.233) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Jun 2008 11:36:09 +0000 Received: from int-cn0ut-3.online-age.net (int-cn0ut-3.online-age.net [3.159.252.72]) by ext-cn0ut-4.online-age.net (8.13.6/8.13.6/20051114-SVVS-TLS-DNSBL) with ESMTP id m54BaOcT021826 for ; Wed, 4 Jun 2008 07:36:24 -0400 Received: from cinmlef12.e2k.ad.ge.com (int-cn0ut-3.online-age.net [3.159.252.72]) by int-cn0ut-3.online-age.net (8.13.6/8.13.6/20050510-SVVS) with ESMTP id m54BaNwv018881 for ; Wed, 4 Jun 2008 07:36:24 -0400 Received: from [3.187.170.117] ([3.187.170.117]) by cinmlef12.e2k.ad.ge.com with Microsoft SMTPSVC(6.0.3790.2499); Wed, 4 Jun 2008 07:36:23 -0400 Subject: mod_proxy design docs From: Tamas Palagyi To: modules-dev@httpd.apache.org Content-Type: text/plain; charset=UTF-8 Date: Wed, 04 Jun 2008 13:31:44 +0200 Message-Id: <1212579104.7062.59.camel@kismokus.e2k.ad.ge.com> Mime-Version: 1.0 X-Mailer: Evolution 2.22.1 Content-Transfer-Encoding: quoted-printable X-OriginalArrivalTime: 04 Jun 2008 11:36:23.0497 (UTC) FILETIME=[3765AB90:01C8C637] X-Virus-Checked: Checked by ClamAV on apache.org Hello, Are there any design documentation (slides, figures, etc.) available for the mod_proxy module? =EF=BB=BFI would like to understand its architecture and write a new URL type handler, similar (but much more simple) like the mod_proxy_ajp. Quick google search did not gave any useful results. Thanks, Tamas