From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1JH2ID-0003By-90 for garchives@archives.gentoo.org; Mon, 21 Jan 2008 19:26:49 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E9386E070C; Mon, 21 Jan 2008 19:26:46 +0000 (UTC) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.175]) by pigeon.gentoo.org (Postfix) with ESMTP id 555F8E070C for ; Mon, 21 Jan 2008 19:26:46 +0000 (UTC) Received: by ug-out-1314.google.com with SMTP id j3so925668ugf.49 for ; Mon, 21 Jan 2008 11:26:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=+ndNll1x/KqvWv8kW3F1TgVjb1ZnTtS493YEYkI86fw=; b=Olgwm4eHcsEJFu0nA/De5dk9DoAr+TLHr0SyI49kaIhbnw7B8F/KIEF5pgIQaw4Vm1Mo1r/m3Fk7EdaLHh0e7n8eemspg7QHckf83I4GvxDIelqcl7amOGgTSC7ruq8jAviY2mlrPPaMs+P/FGjRIApouUbliZbKjBwrJ8pRjNQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=cBMaK+qzYpOTV3QKUHbOltkji6F1cg933UTG0a1DpAFGhqyoujl3ahWHCOt05VlFFPTHpVdlZOXwiI3c7vRt19pXfcgx+9lyZR9Y02Jt8nK+3Fh2NyGj9Izu3fSB6UjTh1GU1mM8iZAf+jMbOYoyZwPCAJKM3gKCygybMBIsS10= Received: by 10.78.107.8 with SMTP id f8mr9738359huc.38.1200943605292; Mon, 21 Jan 2008 11:26:45 -0800 (PST) Received: by 10.78.97.19 with HTTP; Mon, 21 Jan 2008 11:26:45 -0800 (PST) Message-ID: Date: Mon, 21 Jan 2008 11:26:45 -0800 From: "James Ausmus" To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Any one using www-apps/online-bookmarks In-Reply-To: <878x2jyooe.fsf@newsguy.com> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <878x2jyooe.fsf@newsguy.com> X-Archives-Salt: bebe5c4e-7e43-4c67-b1a3-1366d7222d27 X-Archives-Hash: 93ffa9280d9b0e7f854a6973e5dfc271 On Jan 21, 2008 11:16 AM, wrote: > I'm having a little trouble getting www-apps/online-bookmarks set up. > When I fill in my server I see a listing like one might see in a file > browser. > > The online site claims it will be linked to an install process but > that is true here. > > Its a file listing of a bunch of php files but opening the install.php > does not lead to anything usefull... Instead you see a php text file > that doesn't really work as described. Haven't used online-bookmarks before myself, but it soulds like Apache isn't configured properly for PHP scripts - try *adding* the following to your /etc/conf.d/apache2 file in the APACHE2_OPTS line (inside the double-quotes): -D PHP -D PHP5 and then do: /etc/init.d/apache2 stop && /etc/init.d/apache2 start (I've found that sometimes a "/etc/init.d/apache2 restart" tries to start the apache2 processes again before the old processes have fully closed out, so will sometimes error out...) HTH- James -- gentoo-user@lists.gentoo.org mailing list