9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: a@9srv.net
To: 9fans@9fans.net
Subject: Re: [9fans] connection via proxy
Date: Mon,  6 Oct 2008 22:58:37 -0400	[thread overview]
Message-ID: <53b87e2330dc037503aa3b11f0134999@9srv.net> (raw)
In-Reply-To: <3ad91225-a26c-4949-b915-5c2fe36a98cf@64g2000hsm.googlegroups.com>

You're after one of two things.

1)	It mostly sounds like you want to send 9p requests to an
existing server via an actual http proxy. If this is indeed what
you're looking for, you're pretty much out of luck. No code or
service exists to translate from 9p to/from http, which is what
would be needed before you could do this. I suppose there's
no theoretical reason such a mapping couldn't exist, but you
would have to do the design and coding yourself. It would be
a significant undertaking to do reasonably.

2)	Instead, one could read your mail as saying you just need
to use what you're describing as the "http proxy port", 8080. In
that case, you're okay: most servers which can listen on the
network can accept an arbitrary port to listen on; see the 'listen'
command in fossilcons(8), for example. For the rest,
aux/trampoline in conjunction with listen(8) will do well.

Sadly, I think you want option 1, which doesn't exist.
Anthony




  parent reply	other threads:[~2008-10-07  2:58 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-10-06 15:57 lupin636
2008-10-06 16:12 ` Steve Simon
2008-10-07  2:58 ` a [this message]
2008-10-07  5:17   ` Gabriel Diaz Lopez de la Llave
2008-10-07  8:44 ` lupin636

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=53b87e2330dc037503aa3b11f0134999@9srv.net \
    --to=a@9srv.net \
    --cc=9fans@9fans.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).