The UK Home Automation Archive

Archive Home
Group Home
Search Archive


Advanced Search

The UKHA-ARCHIVE IS CEASING OPERATIONS 31 DEC 2024

Latest message you have seen: RE: [ot] digital camera


[Message Prev][Message Next][Thread Prev][Thread Next][Message Index][Thread Index]

RE: Re: Access to TivoWeb and home servers from the net


  • Subject: RE: Re: Access to TivoWeb and home servers from the net
  • From: "Jon Whiten" <jon@xxxxxxxxxxxx>
  • Date: Thu, 30 Sep 2004 10:13:20 +0100

Excellent.

For posterity, would you consider adding this to the FAQ at
http://www.automatedhome.co.uk/faq/
?

;oj

-----Original Message-----
From: christopher purves [mailto:CHRIS_PURVES@xxxxxxx]
Sent: Thursday, September 30, 2004 10:05 AM
To: ukha_d@xxxxxxx
Subject: RE: [ukha_d] Re: Access to TivoWeb and home servers from the net



Here is the code


In Httpd.conf

<VirtualHost _default_:80>
DocumentRoot /var/www/html
ScriptAlias cgi-bin /var/www/cgi-bin
ProxyPass /tivo/ http://192.168.XXX.XXX/ <http://192.168.XXX.XXX/> <Location
/tivo> AuthName "only for registered users"
AuthType Basic
AuthUserFile "/etc/httpd/.passwd"
<Limit GET>
require valid-user
</Limit>
</Location>
</VirtualHost>



To make the password file, use the file htpasswd.exe file located in the
bin
directory under the main Apache directory. A sample of how this file would
be run is shown below:
htpasswd.exe -c .htpasswd <user name>

Now move the file .htpasswd into the main apache directory. Add the
following line in the httpd.conf file:
AuthUserFile c:/apache/.htpasswd

You will now need to edit the file tivoweb.cfg, which is located on your
Tivo in the directory that contains the tivoweb files. You will need to
edit
the tivoweb.cfg file so that tivoweb expects the "/tivo/" at the
end of the
url used by the reverse proxy server:
Prefix = tivo

To get to your Tivo, browse to the following URL:
http://account_name.dyndns.org/tivo
<http://account_name.dyndns.org/tivo>


Chris





UKHA_D Main Index | UKHA_D Thread Index | UKHA_D Home | Archives Home

Comments to the Webmaster are always welcomed, please use this contact form . Note that as this site is a mailing list archive, the Webmaster has no control over the contents of the messages. Comments about message content should be directed to the relevant mailing list.