Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 94557 invoked from network); 28 Mar 2009 17:37:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 28 Mar 2009 17:37:25 -0000 Received: (qmail 47511 invoked by uid 500); 28 Mar 2009 17:37:21 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 47493 invoked by uid 500); 28 Mar 2009 17:37:21 -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 47484 invoked by uid 99); 28 Mar 2009 17:37:21 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 28 Mar 2009 17:37:21 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of krist.vanbesien@gmail.com designates 209.85.220.167 as permitted sender) Received: from [209.85.220.167] (HELO mail-fx0-f167.google.com) (209.85.220.167) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 28 Mar 2009 17:37:13 +0000 Received: by fxm11 with SMTP id 11so1421174fxm.24 for ; Sat, 28 Mar 2009 10:36:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=ltlYm1be3q4enI6aII6oamMskqhs4LKIu9aODnS/z0M=; b=sgqGwqiQE7VbVByXJCpcQFDKpDcsFPTNkOzS7BP8IbUigftBRlpoO0B//jUeg7T1BG 1MlJZj/EtOlK1UHfYu+GZTjZpx3g8zNKF9Hq5ydXEwDUB96Bd/YCvksmmiC3AUb+MwEg /BDHjb8P9/Yac7hucYZc/ZJoe/35dGoMcA5WA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=p9PSaR+83QENzeTGFqCZtk7o7ttAg3E8c9msrg9osM5+97jENNT/ilS1GyzdSjB50O 3xtR8jyXzrLNPzIZGKSe+iy/t3XJt3Quclci2t0kVx3PVZfNR2nXvfo8unNlXVHwdyrx IWtSVWV/6i8q461tgA/M++DgVVLNqClIcGt5k= MIME-Version: 1.0 Received: by 10.204.57.13 with SMTP id a13mr1179100bkh.205.1238261813148; Sat, 28 Mar 2009 10:36:53 -0700 (PDT) In-Reply-To: <1b5c1c150903271046i6308a6f3ped80e5f312c2dc4a@mail.gmail.com> References: <1b5c1c150903271046i6308a6f3ped80e5f312c2dc4a@mail.gmail.com> Date: Sat, 28 Mar 2009 18:36:53 +0100 Message-ID: <6ed6382b0903281036k18846eefv33d0636705c37fee@mail.gmail.com> From: Krist van Besien To: users@httpd.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Subject: Re: [users@httpd] Vhosts directive for directory translation for mod_proxy? On Fri, Mar 27, 2009 at 6:46 PM, Mike Lyon wrote: > My coders coded a a bunch of pages with hrefs pointing to local files on the > server so when it is accessed internally, it works fine, but when accessed > externally, those href paths are abmbigous because there is no hostname > defined before the path. That there is no hostname in a "href" field is normally not a problem. In fact this is even good practice. Use relative paths whenever problem. This shoule not cause problem, and if it does, it is probably something else entirely. Krist -- krist.vanbesien@gmail.com krist@vanbesien.org Bremgarten b. Bern, Switzerland -- A: It reverses the normal flow of conversation. Q: What's wrong with top-posting? A: Top-posting. Q: What's the biggest scourge on plain text email discussions? --------------------------------------------------------------------- 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