I've deployed a few very small scale websites all on one IP/VPS (right
now) using https://github.com/substack/mountie and adding a rule for
rerouting www was a breeze;

https://gist.github.com/49229e16fbe5c23d1e45

On Sun, Sep 16, 2012 at 11:15 AM, UnclePhil <koenigp...@gmail.com> wrote:
> Nope, this is not a cloud service
>
> Even if the sites are public, the service is (only) private and hosted
> in a governemental data center
> But this is my code an i offer it to the community
> That's my way of work
>
> But with a little bit coding, we can transform it in a cloud service
> But you need also to maintain the ad-hoc Ddns
>
>
> Ph koenig
> Aka UnclePhil
>
> On 16 sep, 04:02, Andrew Chilton <chi...@appsattic.com> wrote:
>> Hi Phil,
>>
>> On 16 September 2012 01:24, UnclePhil <koenigp...@gmail.com> wrote:
>>
>> > I write "rewriter" one year ago (but i push it to git today)
>> >https://github.com/UnclePhil/rewriter.git
>>
>> Is this hosted anywhere that other people can use? The main point of
>> my service is not to solve how to do redirection (it's a pretty simple
>> solution), but to host redirection for other people who don't want to.
>>
>> > It's in heavy production in a big web farm with more than 700 rewriting
>> > rules, and i never stopped the server
>>
>> Sounds great. This is what Node.js is all about.
>>
>> > Personally i prefer a config file in place of hardcoded rules.
>>
>> Snap. All config is in redirects.js. This could have been a JSON file,
>> except I wanted to add comments into it so that people can see what
>> they need to do. :)
>>
>> Cheers,
>> Andy
>>
>> --
>> Andrew Chilton
>> e: chi...@appsattic.com
>> w:http://appsattic.com/
>> t:https://twitter.com/andychilton
>> p: +64 21 891 681
>
> --
> Job Board: http://jobs.nodejs.org/
> Posting guidelines: 
> https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
> You received this message because you are subscribed to the Google
> Groups "nodejs" group.
> To post to this group, send email to nodejs@googlegroups.com
> To unsubscribe from this group, send email to
> nodejs+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/nodejs?hl=en?hl=en

-- 
Job Board: http://jobs.nodejs.org/
Posting guidelines: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to nodejs@googlegroups.com
To unsubscribe from this group, send email to
nodejs+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

Reply via email to