From owner-freebsd-questions@FreeBSD.ORG Thu Oct 14 11:06:38 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A83021065670 for ; Thu, 14 Oct 2010 11:06:38 +0000 (UTC) (envelope-from christer.solskogen@gmail.com) Received: from mail-qw0-f54.google.com (mail-qw0-f54.google.com [209.85.216.54]) by mx1.freebsd.org (Postfix) with ESMTP id 6009C8FC08 for ; Thu, 14 Oct 2010 11:06:38 +0000 (UTC) Received: by qwe4 with SMTP id 4so3354538qwe.13 for ; Thu, 14 Oct 2010 04:06:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=lLamai1g7ZpFZINUKjutaPNUgGWZThf5GYiyGCc/u+o=; b=dvUxv6QEFhykkEs77mSWKEot+G2bl9xac4OVeDEB9APT3hXRKbe5xG3VxPNBqJZIbN RIXssMiGqGHPNZmZqo/4AWJz56usK2lFJFacgAGqSYeY4uRgL5h5rUiWG9D9y4CZmJvM KRGaLqcl8C11Kbd9yFmzp+CDNx0H73+M7C07Q= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=jkGvtjBseJiLnP6zOguCa878ss1uhZE8G7cLHu298vKtWMtdv4rNJE6x5x98kTcu9E Ix/19QQTChMhmmEnripw30HYwbeVt/95oiNO5X4ZNvs7y3x1NgdBDY+H4nXBekCACCAr wuOnhGz5to2xe/0qcuYJh3nIIKps0X8LGNrZQ= MIME-Version: 1.0 Received: by 10.224.177.212 with SMTP id bj20mr8293579qab.358.1287054397328; Thu, 14 Oct 2010 04:06:37 -0700 (PDT) Received: by 10.229.184.69 with HTTP; Thu, 14 Oct 2010 04:06:37 -0700 (PDT) In-Reply-To: References: Date: Thu, 14 Oct 2010 13:06:37 +0200 Message-ID: From: Christer Solskogen To: Andy Wodfer Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-questions Subject: Re: Resin 3.1.9, Apache 2.2.16 and mod_caucho? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Oct 2010 11:06:38 -0000 On Thu, Oct 14, 2010 at 10:16 AM, Andy Wodfer wrote: > Hi, > I'm trying to install Resin together with Apache and according to all > documentation I can find I'm supposed to compile the mod_caucho and inclu= de > this in the Apache httpd.conf, =A0but I can't find any reference to mod_c= aucho > in my ports, system or compile options. > > Is the documentation outdated or can anyone give me some pointers as to h= ow > I can make requests to Java sites go through Apache (using virtual hosts)= ? > Ie. http://caucho.com/resin-3.1/doc/install-apache.xtp > > Both Apache (port 80) and Resin3.1 (port 8080) runs fine alone. > You probably have that module already installed. It comes with www/resin3 according to the Makefile. --=20 chs,