[Message Prev][Message
Next][Thread Prev][Thread Next][Message
Index][Thread Index]
Re: Another numpty question - web servers
- Subject: Re: Another numpty question - web servers
- From: "Adrian" <yahoo1@xxxxxxxxxxxxxx>
- Date: Wed, 3 Jan 2007 12:58:48 +0000
version before 1.0 were free and still had great functionality
--------- Original Message --------
From: ukha_d@xxxxxxx
To: ukha_d@xxxxxxx <ukha_d@xxxxxxx>
Subject: Re: [ukha_d] Another numpty question - web servers
Date: 03/01/07 12:15
>
> Adrian (and others!),
>
> Had a look at orensop - seems very useful indeed.
>
> Is this the cheapest secure reverse proxy around?
>
> Anyone know of anything else that might be able to do the job?
>
> Also quite interested in seeing people's webpages if that is ok to get
a
few
> ideas. Anyone willing to provide a few links?
>
> Cheers!
>
> Mark
>
>
>
> On 1/3/07, David Ward <d.ward@xxxxxxx> wrote:
> >
> > Adrian that's great, it makes perfect sense and nicely
explained so
that
> > even I can follow it :)
> >
> > I think this approach should let me view Tivo Web via a S60
browser.
> >
> > Thanks
> >
> > Dave
> >
> > _____
> >
> > From: ukha_d@xxxxxxx <ukha_d%40yahoogroups.com>
[mailto:
> > ukha_d@xxxxxxx <ukha_d%40yahoogroups.com>] On
Behalf
> > Of Adrian
> > Sent: 03 January 2007 09:58
> > To: ukha_d@xxxxxxx <ukha_d%40yahoogroups.com>
> > Subject: RE: [ukha_d] Another numpty question - web servers
> >
> > I have 2 setups, one just bog standard public viewable
webpages so no
> > password (port 80), for the secure stuff (like my HA web
interface),
I
> > have
> > port 443 forwarded to a PC running orenosp, this creates a
secure web
> > session (https) and requests a userid/password (managed by
orenosp)
so
> > from
> > just before you get the user/pass prompt, the whole things
encrypted.
> >
> > Basically orenosp handles the https session (from the
internet), then
> > its
> > normal http sessions from orenosp to the real webservers
behind this
(so
> > all
> > local traffic on the LAN at home in unencrypted), all traffic
from
this
> > going via the internet is https (encrypted)
> >
> > does this make sense?
> >
> > Adrian
> >
> > --------- Original Message --------
> > From: ukha_d@xxxxxxx <ukha_d%40yahoogroups.com>
<mailto:ukha_d%40yahoogroups.com>
> >
> > To: ukha_d@xxxxxxx <ukha_d%40yahoogroups.com>
<mailto:ukha_
> > d%40yahoogroups.com>
> > <ukha_d@xxxxxxx
<ukha_d%40yahoogroups.com>
<mailto:ukha_d%40yahoogroups.com>
> > >
> > Subject: RE: [ukha_d] Another numpty question - web servers
> > Date: 03/01/07 09:37
> >
> > >
> > > Adrian,
> > >
> > > How do you cope with security, do you serve the
pages via a
secure
> > link?
> > >
> > > From my limited understanding, if, for example you
browsed via
an open
> > > Wifi Network anyone would be able to 'see' your
traffic and thus
any
> > > passwords sent in the clear i.e. TiVo ?
> > >
> > >
> > >
> > > _____
> > >
> > > From: ukha_d@xxxxxxx
<ukha_d%40yahoogroups.com>
<mailto:ukha_
> > d%40yahoogroups.com>
> > [mailto:ukha_d@xxxxxxx
<ukha_d%40yahoogroups.com>
<mailto:ukha_d%40yahoogroups.com>
> > ] On
> > Behalf
> > > Of Adrian
> > > Sent: 02 January 2007 22:19
> > > To: ukha_d@xxxxxxx
<ukha_d%40yahoogroups.com>
<mailto:ukha_d%40yahoogroups.com>
> >
> > > Subject: Re: [ukha_d] Another numpty question - web
servers
> > >
> > >
> > >
> > > what i've done is use orenosp which is a reverse
proxy, this
allows
> > you
> > > to have only port forwarded on your router (port 80)
and then it
farms
> > > out the request to the different devices in your
network
depending on
> > > the url you have used, is reasonably easy to use,
doesnt take
many
> > > resources, can also set up different authentications
methods on
it
> > >
> > > eg http:mydomain.com gets forwarded to 192.168.1.50
port 81
> > > http:mydomain.comtivo gets forwarded to 192.168.1.55
port 80
> > >
> > > as a web server, i use abyss (free webserver, from
> > > http://www.aprelium.com/ <http://www.aprelium.com/>
> > &lt;http://www.aprelium.com/&gt;
<http://www.aprelium.com/%3E>
<
> > http://www.aprelium.com/&gt;
<http://www.aprelium.com/%3E>>
), this
> >
> > works
> > really
> > > well, I have multiple
> > > copies running and orenosp all on the same machine
(theres also
> > > www.xitami.com as a free webserver)
> > >
> > > Adrian
> > >
> > > White, Peter wrote:
> > > &gt; This is slightly more on-topic....
> > > &gt;
> > > &gt; As I've now got a fixed IP, and a few
things I want to
see when
> > away
> > > from
> > > &gt; home (Homeseer, Digiguide, IP cams,
TiVo etc), I want
to host a
> > simple
> > > &gt; website direct from my HA server (XP),
with just a few
pages and
> > links
> > > off
> > > &gt; to the other bits and pieces. What
would be the easiest
way to do
> > > this? I
> > > &gt; did download and install Apache, but I
am a proper
novice at
> > this,
> > and
> > > I
> > > &gt; can't see a way of implementing
standard
username/password
> > security,
> > > yet
> > > &gt; alone anything more complicated. I can
use FrontPage
(if I have
> > to),
> > > but as
> > > &gt; I say, I don't want anything fancy (no
Dreamweaver
here!), just
> > access
> > > to a
> > > &gt; few local services.
> > > &gt;
> > > &gt; The key here is simplicity, so even
though I know you
want to,
> > please
> > > don't
> > > &gt; recommend I ditch XP and use a Linux
webserver!
> > > &gt;
> > > &gt; Thanks, Pete
> > > &gt;
> > > &gt;
> > > &gt; [Non-text portions of this message have
been removed]
> > > &gt;
> > > &gt;
> > > &gt;
> > > &gt;
> > >
> > >
> > >
> > >
> > >
> > >
> > > [Non-text portions of this message have been
removed]
> > >
> > >
> > >
> > > &lt;*&gt; UKHA_D Mailing list in
association with:
> > > http://www.automatedhome.co.uk
<http://www.automatedhome.co.uk>
> > > Yahoo! Groups Links
> > >
> > > &lt;*&gt; To visit your group on the
web, go to:
> > > http://groups.yahoo.com/group/ukha_d/
> > <http://groups.yahoo.com/group/ukha_d/>
> > >
> > > &lt;*&gt; Your email settings:
> > > Individual Email Traditional
> > >
> > > &lt;*&gt; To change settings online
go to:
> > > http://groups.yahoo.com/group/ukha_d/join
> > <http://groups.yahoo.com/group/ukha_d/join>
> > > (Yahoo! ID required)
> > >
> > > &lt;*&gt; To change settings via
email:
> > > mailto:ukha_d-digest@xxxxxxx
<ukha_d-digest%40yahoogroups.com>
> > <mailto:ukha_d-digest%40yahoogroups.com>
> > >
mailto:ukha_d-fullfeatured@xxxxxxx<ukha_d-fullfeatured%40yahoogroups.com>
> > <mailto:ukha_d-fullfeatured%40yahoogroups.com>
> > >
> > > &lt;*&gt; To unsubscribe from this
group, send an email
to:
> > >
ukha_d-unsubscribe@xxxxxxx<ukha_d-unsubscribe%40yahoogroups.com>
> > <mailto:ukha_d-unsubscribe%40yahoogroups.com>
> > >
> > > &lt;*&gt; Your use of Yahoo! Groups
is subject to:
> > > http://docs.yahoo.com/info/terms/
<http://docs.yahoo.com/info/terms/>
> > >
> > >
> > >
> > >
> > >
> > >
> >
> > ________________________________________________
> > Message sent using UebiMiau 2.7.2
> >
> > [Non-text portions of this message have been removed]
> >
> >
> >
>
>
> [Non-text portions of this message have been removed]
>
>
>
> <*> UKHA_D Mailing list in association with:
> http://www.automatedhome.co.uk
> Yahoo! Groups Links
>
> <*> To visit your group on the web, go to:
> http://groups.yahoo.com/group/ukha_d/
>
> <*> Your email settings:
> Individual Email Traditional
>
> <*> To change settings online go to:
> http://groups.yahoo.com/group/ukha_d/join
> (Yahoo! ID required)
>
> <*> To change settings via email:
> mailto:ukha_d-digest@xxxxxxx
> mailto:ukha_d-fullfeatured@xxxxxxx
>
> <*> To unsubscribe from this group, send an email to:
> ukha_d-unsubscribe@xxxxxxx
>
> <*> Your use of Yahoo! Groups is subject to:
> http://docs.yahoo.com/info/terms/
>
>
>
>
>
>
________________________________________________
Message sent using UebiMiau 2.7.2
UKHA_D Main Index |
UKHA_D Thread Index |
UKHA_D Home |
Archives Home
|