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: Password authentication to TivoWeb behind Apache proxy


  • Subject: Re: Password authentication to TivoWeb behind Apache proxy
  • From: "Patrick Lidstone" <patrick@xxxxxxxxxxxx>
  • 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.