From owner-freebsd-questions@FreeBSD.ORG Fri Oct 16 09:12:54 2009 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 4F6E31065695 for ; Fri, 16 Oct 2009 09:12:54 +0000 (UTC) (envelope-from kraduk@googlemail.com) Received: from mail-fx0-f210.google.com (mail-fx0-f210.google.com [209.85.220.210]) by mx1.freebsd.org (Postfix) with ESMTP id CFB468FC13 for ; Fri, 16 Oct 2009 09:12:53 +0000 (UTC) Received: by fxm6 with SMTP id 6so2109406fxm.43 for ; Fri, 16 Oct 2009 02:12:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=RRWlwm+CODMQGySKX3Q4vO8iC4EQRGeedW8s/PVj5mE=; b=NgTrLMzEvehZMeGTZ+zUKUiTI25b4L3fqoJtg7E92xM/YKeZU0LH+167PVN7fwsPzr rmTrM6HMM9yqsznpncYWbpNX1VaU+jGLVBrd6ptfVfQ2+Bc9vdjy2DTCFwyaoYQdJK97 /CdaORWHOBSQgL6D0ISyplovJyE0OnWBw6f9E= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=vmDVyvDoGwQc3PO9DkglpCSWMhmTyrSJ/AjkPvUN913skjuTUorYy4nfTOsD5rLR97 vC51rPQ9MQu39euUvKpbUZWgHnhBnAdhA8BY2o9PB4+fA68SGT0kwbSodBrNAm9GCRZ7 1+bwr4DZ1x77xL5jIk+Z91z1Zlo3OSNTyswug= MIME-Version: 1.0 Received: by 10.239.170.28 with SMTP id q28mr96851hbe.149.1255684372706; Fri, 16 Oct 2009 02:12:52 -0700 (PDT) In-Reply-To: <561577.18058.qm@web30808.mail.mud.yahoo.com> References: <625479.91224.qm@web30806.mail.mud.yahoo.com> <20091015202204.acecc98b.freebsd@edvax.de> <561577.18058.qm@web30808.mail.mud.yahoo.com> Date: Fri, 16 Oct 2009 10:12:52 +0100 Message-ID: From: krad To: =?ISO-8859-1?Q?D=E1nielisz_L=E1szl=F3?= Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Polytropon , freebsd-questions@freebsd.org Subject: Re: torrentflux 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: Fri, 16 Oct 2009 09:12:54 -0000 2009/10/15 D=E1nielisz L=E1szl=F3 > I found out that there is an httpd.conf problem, I fixed that but now I'm > thinking how to put php module in apache without reinstalling apache. > > > > > ________________________________ > From: Polytropon > To: D=E1nielisz L=E1szl=F3 > Cc: freebsd-questions@freebsd.org > Sent: Thu, October 15, 2009 8:22:04 PM > Subject: Re: torrentflux > > On Thu, 15 Oct 2009 10:19:55 -0700 (PDT), D=E1nielisz L=E1szl=F3 < > laszlo_danielisz@yahoo.com> wrote: > > Hello, > > > > Ok, I know it sounds numb, but how can I actually start > > torrentflux on my freebsd machine? > > I haven't used this torrent client so far (ctorrent is my > choice at the moment), but according to > > > # pkg_info |grep torrent > > torrentflux-2.0.b1 A PHP based BitTorrent client that runs on a web > server > > it seems that you have to run a web server (I think locally), > e. g. Apache, and then connect to this server in order to > perform the actions with your client, such as entering > > http://127.0.0.1 > > in your web browser - this assumes that the web server is > running and the PHP script is properly installed. It's possible > that you need to connect to a specific port (e. g. ":631" after > the local IP). > > > > > ....but I can not find how to start it and torrentflux forum > > is down, do you have any idea? > > Doesn't torrentflux come with some documentation? Have a look > for it in /usr/local/share/doc where it should be. > > The packagin list in the port's directory mentions "install.txt", > maybe this file contains the information needed? > > Finally, does torrentflux.com (the homepage of the project) have > some information? > > > > -- > Polytropon > Magdeburg, Germany > Happy FreeBSD user since 4.0 > Andra moi ennepe, Mousa, ... > _______________________________________________ > 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" > > > > > _______________________________________________ > 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" > cd /usr/port/www/mod_php5 ; make install