Return-Path: X-Original-To: apmail-openmeetings-dev-archive@www.apache.org Delivered-To: apmail-openmeetings-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 17A2196AE for ; Mon, 18 Mar 2013 14:03:50 +0000 (UTC) Received: (qmail 74744 invoked by uid 500); 18 Mar 2013 14:03:50 -0000 Delivered-To: apmail-openmeetings-dev-archive@openmeetings.apache.org Received: (qmail 74659 invoked by uid 500); 18 Mar 2013 14:03:50 -0000 Mailing-List: contact dev-help@openmeetings.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@openmeetings.apache.org Delivered-To: mailing list dev@openmeetings.apache.org Received: (qmail 74650 invoked by uid 99); 18 Mar 2013 14:03:49 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Mar 2013 14:03:49 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,NORMAL_HTTP_TO_IP,RCVD_IN_DNSWL_LOW,SPF_PASS,WEIRD_PORT X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of alexey.ghe@gmail.com designates 209.85.214.45 as permitted sender) Received: from [209.85.214.45] (HELO mail-bk0-f45.google.com) (209.85.214.45) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Mar 2013 14:03:44 +0000 Received: by mail-bk0-f45.google.com with SMTP id i18so2521640bkv.32 for ; Mon, 18 Mar 2013 07:03:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=ToOhp0phPqyRLVllhdwYNCbLxr/yrnuIxeTc/YHJ1WU=; b=i8xSSXVp2JA2+kQiNiuxqAGy2R36FAELFoONgHN6dpTGvhgY72IVhFzuRg3CoXnndv YDB90y5oXSDKhnjCGdTOyBPc9pOVZVJS4oJBWS70u5oEroWo16sVZmmxPQiPkQGqCijl NqWhGBYGOY6vEno6qcjh6HgmMkF05lOlrQW3g3epQb0oh2PxnKNULA3t3XmuJF6P3EUF W6fL1vEWp18EbOzLrT812RyaVKXkHvJrFAvJTryhHBdIsad7Z5AZJrql3HSyjFh5Vryd DJkA8LpyZopnu+Z4bTq8LZGblg1GOI2XHJqXj9MWCp2PjKtr8eHV64qx/wgj7N63w5Ir ADlw== MIME-Version: 1.0 X-Received: by 10.204.201.1 with SMTP id ey1mr7058467bkb.84.1363615403775; Mon, 18 Mar 2013 07:03:23 -0700 (PDT) Received: by 10.204.154.141 with HTTP; Mon, 18 Mar 2013 07:03:23 -0700 (PDT) In-Reply-To: <51471DFB.1070604@unipro.ru> References: <51471DFB.1070604@unipro.ru> Date: Mon, 18 Mar 2013 16:03:23 +0200 Message-ID: Subject: Re: Re: Traffic tunneling From: Alexey Ghenov To: Denis Kandrov Cc: dev@openmeetings.apache.org Content-Type: multipart/alternative; boundary=485b3970d5cec0c80d04d83373b1 X-Virus-Checked: Checked by ClamAV on apache.org --485b3970d5cec0c80d04d83373b1 Content-Type: text/plain; charset=ISO-8859-1 This solution are similiar to apache2, i tried to make easy configuration and deployment by one command using ant. All that ant script doing is adding to yaws conf port = 8080 listen = 192.168.0.8 docroot = /home/alexey/comm.build/ singlewebapp/dist/yaws-1.95/var/yaws/www/testdir # dir_listings = true revproxy = / http://0.0.0.0:5080 partial_post_size = 65480 and reconfiguring openmeetings client to to use yaws proxy. With best regards, Alexey. --485b3970d5cec0c80d04d83373b1--