The UK Home Automation Archive

Archive Home
Group Home
Search Archive


Advanced Search

The UKHA-ARCHIVE IS CEASING OPERATIONS 31 DEC 2024


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

RE: Re: Password authentication to TivoWeb behind Apache proxy


  • Subject: RE: Re: Password authentication to TivoWeb behind Apache proxy
  • From: "Bricknell, Tony" <tony.bricknell@xxxxxxxxxxxxxxxxxxx>
  • Date: Thu, 26 May 2005 14:08:30 +0100

Thanks for the pointer and thanks for the warning <g> I'll give it a
go tonight...

-----Original Message-----
From: ukha_d@xxxxxxx [mailto:ukha_d@xxxxxxx]On Behalf Of
christopher purves
Sent: 26 May 2005 11:31
To: ukha_d@xxxxxxx
Subject: RE: [ukha_d] Re: Password authentication to TivoWeb behind
Apache proxy


To be fair it took me days to get this to work - its so bloody sensitive to
the exact apache configuration - especially when you are using DNS like
tivo.myhouse.com etc

Chris


----Original Message Follows----
From: "Patrick Lidstone" <patrick@xxxxxxx>
Reply-To: ukha_d@xxxxxxx
To: ukha_d@xxxxxxx
Subject: [ukha_d] Re: Password authentication to TivoWeb behind Apache
proxy
Date: Thu, 26 May 2005 10:25:51 -0000

> However, I want Apache to request user/password before allowing access
> to Tivo.

On the reverse proxy, add something like:

<Location /tivo>
AllowOverride None
AuthType Basic
Authname tivo
AuthUserFile /usr/local/apache/conf/passwd
require valid-user
</Location>

to the httpd.conf file. Add the password to AuthUserFile using the
htpasswd utility.

Job done -- hopefully...

Patrick



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.