From owner-freebsd-questions@FreeBSD.ORG Wed Apr 16 02:15:18 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EDF61154 for ; Wed, 16 Apr 2014 02:15:18 +0000 (UTC) Received: from mail-pa0-x230.google.com (mail-pa0-x230.google.com [IPv6:2607:f8b0:400e:c03::230]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BE76F1AE3 for ; Wed, 16 Apr 2014 02:15:18 +0000 (UTC) Received: by mail-pa0-f48.google.com with SMTP id hz1so10304996pad.21 for ; Tue, 15 Apr 2014 19:15:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:message-id:in-reply-to:references:subject :mime-version:content-type; bh=yipbNESN8qSidDuQGve01zlOj++Fo+XU9tnWrPTYRzQ=; b=sIDGev/cg2q8QsitkyQ4mB+fGUjCHUN0BvG5u6kHljFmcvtxsRploOrKaoDZ/badTZ lnGKpu60w7R+Zy9f+bFxg9BmWwSX/PJC/LD6pxFhV1VWNSF1Nz8qOgfFAVovrGk/ouwy xy9bdoRWzbZH2sJO9QnD9fYlbhZ8RwPtto8hgKzTeu8C+ZOIIfw2aB++Z68Kg1q9Bo8H I0XHBmS+h/vrUaT6qLdOnINap52YBtJC9H1Uhw4nML0IWfP1uoVK0Aqz3esFwZcR+yPl hFxNN9wfP/6K4QdfDSI0jqY4N4WkbXEw5ook1SO3XrfivYl6nkcP21gjBzhNf1/AL1IN 05TA== X-Received: by 10.69.1.69 with SMTP id be5mr5628285pbd.126.1397614518362; Tue, 15 Apr 2014 19:15:18 -0700 (PDT) Received: from [10.0.42.146] (S0106001b63f4e3e0.vw.shawcable.net. [70.70.130.221]) by mx.google.com with ESMTPSA id qx11sm103347000pab.35.2014.04.15.19.15.17 for (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 15 Apr 2014 19:15:17 -0700 (PDT) Date: Tue, 15 Apr 2014 19:15:18 -0700 From: Patrick To: "edflecko ." Message-ID: <2A81AA77A08F4549BA411AB2793D76F5@gmail.com> In-Reply-To: References: <534BE2ED.6010102@dat.pl> Subject: Re: Possible? - FBSD 10 and Apache on CF Soekris? X-Mailer: sparrow 1.3.5 (build 507.62) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Apr 2014 02:15:19 -0000 Lap ache is a bit of a beast on a system with limited memory. You might want to consider Nginx with spawn-fcgi to run PHP. I've used this config to replace Apache + mod_php, and it works great (and faster to boot). Patrick On Monday, April 14, 2014 at 6:44, edflecko . wrote: > Andrew: I agree - don't keep a local copy of the source or ports, but how > do I keep the system patched if I don't do that? Would it just be easier to > buy a larger CF? Although, from a security perspective, I think it's better > to not have a copy of source or ports. > > Maciej: My primary reason for Apache is just the interest in learning all > about it. > > :-) > > Ed > > > On Mon, Apr 14, 2014 at 6:30 AM, Maciej Milewski wrote: > > > On 14.04.2014 15:07, edflecko . wrote: > > > I'd like to, if it's realistically possible, run my personal web site > > > > with > > > Apache and PHP (in ezjail) on a Soekris with only a compact flash. It's > > > > one > > > of the Soekris models that only comes with a CF - it can't use a disk. > > > > The > > > CF I have is a 4Gb, but I could buy a larger one if needed. I'll use PF > > > > as > > > the firewall. > > > > > > I'm hoping to run an install of FBSD and have enough room to, of course, > > do > > > patches, updates, etc. > > > > > > What do you think? Is this possible? Would it work O.K. for just a > > personal > > > webserver? > > > > > > Comments? Suggestions? > > > > > > Thank you, > > > Ed > > > > > > > Ed, > > As for storage space on 4GB should be enough to run such scenario. > > Depend on software needed to run and serve. > > How much RAM you have there? This would be the main problem to run it > > efficiently. > > Other than that you should try to run it and see if that works for you. > > Maybe replacing apache for lighttpd or other lighter webserver would be > > better option? > > > > -- > > Pozdrawiam, > > Maciej Milewski > > > > _______________________________________________ > > 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" > >