Return-Path: X-Original-To: apmail-httpd-users-archive@www.apache.org Delivered-To: apmail-httpd-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B6FB5184DC for ; Wed, 24 Feb 2016 21:32:41 +0000 (UTC) Received: (qmail 63332 invoked by uid 500); 24 Feb 2016 21:32:22 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 63287 invoked by uid 500); 24 Feb 2016 21:32:22 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 63276 invoked by uid 99); 24 Feb 2016 21:32:22 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Feb 2016 21:32:22 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id C229EC0179 for ; Wed, 24 Feb 2016 21:32:21 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.733 X-Spam-Level: X-Spam-Status: No, score=0.733 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, NO_RDNS_DOTCOM_HELO=0.433, RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id OkyKMo854UCA for ; Wed, 24 Feb 2016 21:32:20 +0000 (UTC) Received: from vms173023pub.verizon.net (vms173023pub.verizon.net [206.46.173.23]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTPS id 19A6B5F3F0 for ; Wed, 24 Feb 2016 21:32:19 +0000 (UTC) Received: from vz-proxy-l001.mx.aol.com ([64.236.82.158]) by vms173023.mailsrvcs.net (Oracle Communications Messaging Server 7.0.5.32.0 64bit (built Jul 16 2014)) with ESMTPA id <0O3200BUVMH8B420@vms173023.mailsrvcs.net> for users@httpd.apache.org; Wed, 24 Feb 2016 15:32:01 -0600 (CST) X-CMAE-Score: 0 X-CMAE-Analysis: v=2.1 cv=MtGvkDue c=1 sm=1 tr=0 a=W8DY27sA+pJ1DslXMfMu3Q==:117 a=IkcTkHD0fZMA:10 a=jFJIQSaiL_oA:10 a=9r53U7IGzS4Wc3qrUNsA:9 a=QEXdDO2ut3YA:10 Received: by 63.148.111.126 with SMTP id 2cbb762b; Wed, 24 Feb 2016 21:32:01 GMT To: users@httpd.apache.org References: From: Christopher Schultz Message-id: <56CE214B.8000805@christopherschultz.net> Date: Wed, 24 Feb 2016 16:31:55 -0500 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-version: 1.0 In-reply-to: Content-type: text/plain; charset=utf-8 Content-transfer-encoding: 7bit Subject: Re: [users@httpd] apache 2.4, APR and online prefix Raf, On 2/24/16 4:41 AM, Raf Roger wrote: > Hi > > i'm trying to create a LAMP stack that allow user to synchronize LAMP > stack files and webapps among several computers. > > Instead of reinstalling everything identically on each computer, they > could just synchronize the stack and voila. > > for such purpose i need to make each element of the stack independent of > the OS, so to have it as a "brick" > > therefore i would like to know if there is a version of httpd 2.4 usable > for such purpose. In fact when i'm compiling apache 2.4 it request APR > and APR-UTIL but those 2 APRs should be delivered with the stacks or are > they only needed during apache2 compiling ? Sounds like you are looking for something like Docker/Puppet/Chef (et al) that can build a whole operating environment for you from the OS up to whatever else you need (support packages, etc.). Don't reinvent the wheel: I recommend you go find out what already exists before you do this on your own. I think this is a solved problem. -chris --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org