From: Dave Nebinger <dnebinger@joat.com>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] Shell through the web
Date: Tue, 11 Oct 2005 08:19:50 -0400 [thread overview]
Message-ID: <200510110819.50095.dnebinger@joat.com> (raw)
In-Reply-To: <434BA40A.30808@shic.co.uk>
On Tuesday 11 October 2005 07:37 am, Steve [Gentoo] wrote:
> I'm also vaguely hopeful that there may
> be a more efficient lower-level solution which wouldn't require the
> overhead of a process to 'pass-on' the tcp data... maybe integrated with
> ipchains or pf or similar?
If you choose to roll your own solution, that would be difficult. Youve
already accepted the connection, so the firewall is now configured to allow
the packets back and forth only when related to your connection.
Without 'exec()'ing a child process to retain the open file handle, you'll be
forced to proxy the packets on your own.
And since you don't want to exec an instance of apache (hm, perhaps an
instance of a lightweight web proxy instead, hmm) it will be less general
overhead to proxy packets on your own.
Technically the proxy development is not difficult, but for newbies it can be
frustrating working out the nuances of processing asynchronous data arriving
on one pipe let alone two.
--
gentoo-user@gentoo.org mailing list
next prev parent reply other threads:[~2005-10-11 12:25 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-10-11 4:21 [gentoo-user] Shell through the web James Colby
2005-10-11 4:31 ` W.Kenworthy
2005-10-11 11:37 ` Steve [Gentoo]
2005-10-11 12:19 ` Dave Nebinger [this message]
2005-10-11 17:16 ` [gentoo-user] About a proxy-like idea... (was Shell through the web) Steve [Gentoo]
2005-10-12 6:21 ` [gentoo-user] Shell through the web Olaf Niermann
2005-10-11 6:19 ` Christoph Gysin
2005-10-11 7:56 ` Drew Tomlinson
2005-10-11 11:10 ` John Jolet
2005-10-12 7:11 ` Daevid Vincent
2005-10-12 14:37 ` Willie Wong
2005-10-12 11:22 ` Ralf Fischer
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=200510110819.50095.dnebinger@joat.com \
--to=dnebinger@joat.com \
--cc=gentoo-user@lists.gentoo.org \
/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