From owner-freebsd-questions@FreeBSD.ORG Wed May 17 04:55:59 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 792B116A407 for ; Wed, 17 May 2006 04:55:59 +0000 (UTC) (envelope-from kline@tao.thought.org) Received: from tao.thought.org (dsl231-043-140.sea1.dsl.speakeasy.net [216.231.43.140]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD3EA43D48 for ; Wed, 17 May 2006 04:55:58 +0000 (GMT) (envelope-from kline@tao.thought.org) Received: from tao.thought.org (localhost [127.0.0.1]) by tao.thought.org (8.13.4/8.13.1) with ESMTP id k4H4tsXm026729; Tue, 16 May 2006 21:55:54 -0700 (PDT) (envelope-from kline@tao.thought.org) Received: (from kline@localhost) by tao.thought.org (8.13.4/8.13.1/Submit) id k4H4trYo026728; Tue, 16 May 2006 21:55:53 -0700 (PDT) (envelope-from kline) Date: Tue, 16 May 2006 21:55:53 -0700 From: Gary Kline To: Kevin Kinsey Message-ID: <20060517045553.GB25531@thought.org> References: <20060516171437.GA22978@thought.org> <446A0C90.90801@daleco.biz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <446A0C90.90801@daleco.biz> User-Agent: Mutt/1.4.2.1i X-Organization: Thought Unlimited. Public service Unix since 1986. X-Of_Interest: Observing 19++ years of service to the Unix community Cc: Gary Kline , FreeBSD Mailing List Subject: Re: apache re-write? 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: Wed, 17 May 2006 04:56:07 -0000 On Tue, May 16, 2006 at 12:32:00PM -0500, Kevin Kinsey wrote: > Gary Kline wrote: > > I thought I had my rewrite lines set up correctly so that my > > JWChat utility would work; so that it would be seen from outside > > my localnet. But, from outside servers, pointing my browser at > > > > http://sage.thought.org/jwchat/ > > > > hits my 404.html wall. So something is not configured correctly. > > It looks as tho my apache httpd.conf is set. I've been going > > back and forth with this for a few days. Any ideas?? > > I'm running apache-1.3. > > > > thanks much, > > > > gary > > Show us the relevant config stuff? > Things are still mis-configured, but the following entry in httpd.conf at least gets rid of my 404 err. ServerName sage.thought.org DocumentRoot /usr/local/www/jwchat ### Below: 3 lines are required. Options +Indexes +Multiviews ##AddDefaultCharset UTF-8 /// no effect... RewriteEngine on RewriteRule http-poll/ http://127.0.0.1:5280/http-poll/ [P] This is the result of my own experimentation. According to the JWChat docs, it works with apache-2.x, but at least one fellow in E. Europe has it working with 1.3. It looks like I'll have to start from square-zero. But if anybody on-list has this working (w/ 1.3), I'd sure like to know! > KDK > > -- > A musician, an artist, an architect: > the man or woman who is not one of these is not a Christian. > -- William Blake > -- Gary Kline kline@thought.org www.thought.org Public service Unix