Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 45981 invoked from network); 2 Oct 2006 16:36:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 2 Oct 2006 16:36:41 -0000 Received: (qmail 94622 invoked by uid 500); 2 Oct 2006 16:36:29 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 94597 invoked by uid 500); 2 Oct 2006 16:36:29 -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 94586 invoked by uid 99); 2 Oct 2006 16:36:28 -0000 Received: from idunn.apache.osuosl.org (HELO idunn.apache.osuosl.org) (140.211.166.84) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Oct 2006 09:36:28 -0700 X-ASF-Spam-Status: No, hits=2.2 required=5.0 tests=RCVD_IN_WHOIS_INVALID Received: from [193.51.131.4] ([193.51.131.4:40981] helo=annapurna.ens-lsh.fr) by idunn.apache.osuosl.org (ecelerity 2.1.1.8 r(12930)) with ESMTP id 4B/C0-24395-60041254 for ; Mon, 02 Oct 2006 09:36:23 -0700 Received: from localhost (localhost [127.0.0.1]) by annapurna.ens-lsh.fr (Postfix) with ESMTP id A5D8238006 for ; Mon, 2 Oct 2006 18:36:18 +0200 (CEST) Received: from annapurna.ens-lsh.fr ([127.0.0.1]) by localhost (annapurna.ens-lsh.fr [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 02033-02-18 for ; Mon, 2 Oct 2006 18:36:16 +0200 (CEST) Received: from [193.51.129.200] (unknown [193.51.129.200]) by annapurna.ens-lsh.fr (Postfix) with ESMTP id 6281138003 for ; Mon, 2 Oct 2006 18:36:16 +0200 (CEST) Message-ID: <45213FB7.3070605@ens-lsh.fr> Date: Mon, 02 Oct 2006 18:35:03 +0200 From: Josiane BERNILLON User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) MIME-Version: 1.0 To: users@httpd.apache.org References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Scanned: amavisd-new at annapurna.ens-lsh.fr Subject: Re: [users@httpd] sending .jpg on another box X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Mike - EMAIL IGNORED a �crit : > I have two boxes on my intranet each running > Apache 2.0 under FC4. My Linksys firewall directs > port 80 to BoxA. Both boxes are also running > iptables, including libipq. > > BoxA has my html tree. I have a number of .jpg > files, some as large as 10 meg. The various > directories containing the .html files contain > soft links to the directories, in another tree > containing, the .jpg files. > > All this is operated by a complex CGI, written in > C++. Most of the .html files the client sees are > generated by this CGI. > > I would like to move the .jpg tree to BoxB, > transparent to the client. In broad terms, how > should I do this? What should I read to get the > particulars? > > Thanks for your help. > > Mike. > > > > --------------------------------------------------------------------- > The official User-To-User support forum of the Apache HTTP Server Project. > See for more info. > To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org > " from the digest: users-digest-unsubscribe@httpd.apache.org > For additional commands, e-mail: users-help@httpd.apache.org > > Maybe one way to this : - let's say jour .jpg files are in /../......./imgs/ on BoxA on BoxB: - create a /../.../imgs2/ on BoxB - copy your .jpg into .../img2/ - start an NFS server on BoxB (I don't work on FC4, but if you don't know anytaing about NFS, you can look here - share .../img2/ for BoxA on BoxA - create a .../.../imgs3 - mount .../img2/ on ..../img3/ - change your soft links in the html tree to .../img3/ No problem for users. If they could wait some minutes, and if you have some BACKUP of your .jpg on BoxA - remove all .jpg from .../imgs/... - mount .../img2/ on /imgs/ then you don't need to change soft links. jobern --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org