From owner-freebsd-questions@FreeBSD.ORG Tue Nov 29 07:20:27 2011 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 6FCFA1065672 for ; Tue, 29 Nov 2011 07:20:27 +0000 (UTC) (envelope-from freebsd-questions@herveybayaustralia.com.au) Received: from mail.unitedinsong.com.au (mail.unitedinsong.com.au [150.101.178.33]) by mx1.freebsd.org (Postfix) with ESMTP id 249CB8FC1A for ; Tue, 29 Nov 2011 07:20:26 +0000 (UTC) Received: from laptop1.herveybayaustralia.com.au (laptop1.herveybayaustralia.com.au [192.168.0.179]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mail.unitedinsong.com.au (Postfix) with ESMTPSA id 13F3C5C24 for ; Tue, 29 Nov 2011 17:32:46 +1000 (EST) Message-ID: <4ED48724.4080304@herveybayaustralia.com.au> Date: Tue, 29 Nov 2011 17:17:56 +1000 From: Da Rock User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:7.0.1) Gecko/20111109 Thunderbird/7.0.1 MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <4ED45A0A.5050802@herveybayaustralia.com.au> In-Reply-To: <4ED45A0A.5050802@herveybayaustralia.com.au> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: Twiki problems - no such file or directory 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: Tue, 29 Nov 2011 07:20:27 -0000 Arrrgh! Apologies again. After some much needed rest inspiration finally struck: quadruple check the perl path. I had checked it, but somehow missed it- triple check it! Not usually something you're likely to think of (especially in long hours) but perl will install at /usr/local/bin/perl in a jail (another difference I hadn't considered), and a link needs to be made outside the jail to /usr/bin/perl for it to work. Didn't help an atmail cookie was confusing matters greatly... Pity you can't set a ENV for this kind of thing somehow... On 11/29/11 14:05, Da Rock wrote: > I'm sorry to have to bother the list with this, but I have spent 24 > hrs straight trying to figure out what my here> apache/twiki config is missing here. > > I installed twiki on a test server to get a handle on how it operates, > and it all worked fine so I installed it on the production server. The > only difference between the 2 is that the production server uses vhosts. > > When I try to run *any* of the twiki scripts (twiki/bin/view, > twiki/bin/configure) I get "no such file or directory" in the httpd > error logs. > > I copied the twiki.conf from the test server (for ease of use - same > config anyway. It was created from the twiki configuration helper on > the twiki site), and tried uncommenting Includes at the bottom of the > httpd.conf (sue me) and an include in the vhost section (not at the > same time: to preclude any comment). Nada; just internal server error > and the error in the log. > > What could I be missing? When I installed it on the test server I had > a directory directive in httpd.conf for twiki/ and an alias for that > (I hadn't checked the docs at that time), and simply clicked configure > on the index page and it all went well. I removed the directive, the > alias, and uncommented the Includes at the bottom of the httpd.conf > and I had a working twiki. > > FWIW all vhosts are working normally, and other alias as well. > > Any hints? A pointer to a url perhaps? Exhaustive google searches are > showing up nothing relevant. > > Cheers > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org"