[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
|