Message from discussion
Serving static files, but not from public directory?
Received: by 10.43.114.9 with SMTP id ey9mr2332723icc.31.1344159116536;
Sun, 05 Aug 2012 02:31:56 -0700 (PDT)
X-BeenThere: nodejs@googlegroups.com
Received: by 10.231.62.136 with SMTP id x8ls6250314ibh.7.gmail; Sun, 05 Aug
2012 02:31:43 -0700 (PDT)
Received: by 10.50.155.233 with SMTP id vz9mr1872474igb.2.1344159103768;
Sun, 05 Aug 2012 02:31:43 -0700 (PDT)
Received: by 10.50.155.233 with SMTP id vz9mr1872473igb.2.1344159103758;
Sun, 05 Aug 2012 02:31:43 -0700 (PDT)
Return-Path: <fe...@f76.eu>
Received: from mail-ob0-f173.google.com (mail-ob0-f173.google.com [209.85.214.173])
by gmr-mx.google.com with ESMTPS id po8si1177404igc.1.2012.08.05.02.31.43
(version=TLSv1/SSLv3 cipher=OTHER);
Sun, 05 Aug 2012 02:31:43 -0700 (PDT)
Received-SPF: neutral (google.com: 209.85.214.173 is neither permitted nor denied by best guess record for domain of fe...@f76.eu) client-ip=209.85.214.173;
Authentication-Results: gmr-mx.google.com; spf=neutral (google.com: 209.85.214.173 is neither permitted nor denied by best guess record for domain of fe...@f76.eu) smtp.mail=fe...@f76.eu
Received: by obbta14 with SMTP id ta14so5055771obb.32
for <nodejs@googlegroups.com>; Sun, 05 Aug 2012 02:31:43 -0700 (PDT)
d=google.com; s=20120113;
h=mime-version:sender:x-originating-ip:in-reply-to:references:from
:date:x-google-sender-auth:message-id:subject:to:content-type
:x-gm-message-state;
bh=4aZPbr7f85UZ9YFdseZTzhkS4rPrmTwt1CzsNg+8yrg=;
b=HpMvtmK6+nba/kwS+jkBgi/jzLsUCZVf5u8PujxJA4zNhZyJZfPLhKD3FJ7hfvKPvB
336Z4+v4VZvo0g1MKigP8chpHszHQZ0eJTmKgb/jmKawie+5YXeMA57gJoJqmKFlqewU
ckCRrsL55e3iowrVrK+Y7YFNMKDK3bP3xfnkmPVWhrtrF4iHtT9MlSmhChwP22LffTUi
gdxhR3sdYeRuE1KaWAXxGrWa3jUKtzJEKZbRrSpCR9h8YRh9c//azzzMhZBWtBUaGWaS
OngZa7QiFNuH16rVn9iRj2mSaC9x0iTWwbTk0lSTJyoIzFrUN+fhWQ5IWWtKxTR2Mdx7
0U6Q==
Received: by 10.50.34.200 with SMTP id b8mr2714690igj.50.1344159102932; Sun,
05 Aug 2012 02:31:42 -0700 (PDT)
MIME-Version: 1.0
Sender: fe...@f76.eu
Received: by 10.64.166.3 with HTTP; Sun, 5 Aug 2012 02:31:12 -0700 (PDT)
X-Originating-IP: [87.178.186.254]
In-Reply-To: <CAOYEtUV--_XsjbhVdt_fCKOoD=VAZXivMy+PeHMwO3HZHyF...@mail.gmail.com>
References: <CA+m_8J3j5=jhCEBkQ_=JjuPwC67EkzKy_No9f=NKiQkX0Ds...@mail.gmail.com>
<107efdcd-86f0-4b8c-aabf-37161093ffca@googlegroups.com> <CA+m_8J1R5KrvKyvC6vx3LVHzGE8Re+-+46SS-Qr0MiURJz-...@mail.gmail.com>
<c744e342-08d6-415d-8064-448b5741a7d3@googlegroups.com> <CAOYEtUV--_XsjbhVdt_fCKOoD=VAZXivMy+PeHMwO3HZHyF...@mail.gmail.com>
From: "Felix E. Klee" <felix.k...@inka.de>
Date: Sun, 5 Aug 2012 11:31:12 +0200
Message-ID: <CA+m_8J2C18jTjtzBvqmBYyBq8sNf7NBAgcPSY47B+91D_Ry...@mail.gmail.com>
Subject: Re: [nodejs] Re: Serving static files, but not from public directory?
To: nodejs@googlegroups.com
Content-Type: text/plain; charset=ISO-8859-1
X-Gm-Message-State: ALoCoQnL314aVyE4y3QoCUf7PL4a4cBYiOwXgyr7GwIbsefB9z3cYUT0oEm2ZVrJy3ndBFdbjg+f
On Sun, Aug 5, 2012 at 1:23 AM, Oliver Leics <oliver.le...@gmail.com>
wrote:
> Maybe it is useful for you.
Thanks - looks definitely interesting, although for serving files still
a lot of code has to be written.