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: X10 wired PIR


[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: "christopher purves" <CHRIS_PURVES@xxxxxxx>
  • Date: Thu, 26 May 2005 10:31:14 +0000

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.