[mythtv-users] Requiring a password for mythweb?

Eloy A. Paris peloy at chapus.net
Thu Jan 15 13:23:01 EST 2004


Chris Petersen <lists at forevermore.net> writes:

>> I don't see why this has to be built into MythWeb. What's wrong with
>> using Apache authentication only?
>
> And it won't.

Cool, I am glad Mythweb's author likes the KISS principle :-)

> If you need security, let your web
> server do it (that's what I do, combined with SSL).

That's right. I also use SSL:

# Some redirects from HTTP to HTTPS
<VirtualHost www.mydomain.com:80>
    ServerName www.mydomain.com
    Redirect /mythweb https://www.mydomain.com/mythweb
</VirtualHost>

Cheers,

Eloy.-


More information about the mythtv-users mailing list