From owner-freebsd-questions@FreeBSD.ORG Thu Oct 14 13:07:47 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 E5FA11065695 for ; Thu, 14 Oct 2010 13:07:46 +0000 (UTC) (envelope-from wodfer@gmail.com) Received: from mail-iw0-f182.google.com (mail-iw0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id AA6408FC08 for ; Thu, 14 Oct 2010 13:07:46 +0000 (UTC) Received: by iwn8 with SMTP id 8so9423637iwn.13 for ; Thu, 14 Oct 2010 06:07:46 -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:content-type; bh=5PRRRnxnRpHj4/89bE9PLzbCuL+NHeJswRvjOTWvYO4=; b=Zg1PWpBMHakPebDk5rgjUrTTlLiSfEgY0u8jUlj+UcNc3aG5xGp0crRDTgXLYwIpMQ XWCI1U3jhhD3TrXojQHklmQWzwrrUSexJAwRabXeWu070DnrC5iwEatyvsaDLiBFfTjp V0jmUkvaT3whYN5RQPJpeFIZdSFtqqD1ulGL8= 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 :content-type; b=AJnLwixaaIYeHkgCC34SeoQKiG+pI9jvLmQasyUvN9aYwipHdvwf5tSxPA/5PadojC 0RaVrCPlPubsT5xy+NDjk8I/zkmYD5VKIshVFdN2z1lei8AZat1kJdyPgrLG6FWVu28f mU3wuM8rDiaKbQYIc5IQ0vJF7owyGKCmrb9og= MIME-Version: 1.0 Received: by 10.42.5.77 with SMTP id 13mr5260832icv.16.1287061665126; Thu, 14 Oct 2010 06:07:45 -0700 (PDT) Received: by 10.231.190.129 with HTTP; Thu, 14 Oct 2010 06:07:44 -0700 (PDT) In-Reply-To: References: Date: Thu, 14 Oct 2010 15:07:44 +0200 Message-ID: From: Andy Wodfer To: freebsd-questions Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 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 13:07:47 -0000 On Thu, Oct 14, 2010 at 1:06 PM, Christer Solskogen < christer.solskogen@gmail.com> wrote: > 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 > include > > this in the Apache httpd.conf, but I can't find any reference to > mod_caucho > > in my ports, system or compile options. > > > > Is the documentation outdated or can anyone give me some pointers as to > how > > 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. > Don't think so. locate (updated) and find only shows these: ./tmp/caucho ./usr/local/resin3/webapps/resin-doc/WEB-INF/classes/com/caucho ./usr/local/resin3/webapps/resin-doc/WEB-INF/xsl/caucho ./usr/local/resin3/webapps/resin-doc/examples/amber-basic/WEB-INF/classes/com/caucho /Andy