[mythtv-users] Securing mythweb.

Gary Raposo gary at raposo.ca
Thu Sep 22 18:46:16 UTC 2022


Hi Kevin,

Basic authentication may look something like this (my reference is 
Apache httpd running on Fedora):

vi /etc/httpd/conf.d/mythweb.conf
Add:
<Directory "/usr/share/mythweb">
     AuthType Basic
     AuthBasicProvider file
     AuthUserFile /etc/httpd/conf/passwd/passwords
     Require user mythtv
</Directory>

htpasswd /etc/httpd/conf/passwd/passwords mythtv
systemctl restart httpd

Change the paths as needed.

Gary

On 2022-09-22 1:10 p.m., Kevin Johnson wrote:
> Hi all.
> I would like to secure MythWeb. But everything I find searching online 
> seems to be from 10 years ago or more. Can anybody point me in the 
> right direction to make it so I have to put in a user name and 
> password to get on to mythweb? Thank you.
>
> _______________________________________________
> mythtv-users mailing list
> mythtv-users at mythtv.org
> http://lists.mythtv.org/mailman/listinfo/mythtv-users
> http://wiki.mythtv.org/Mailing_List_etiquette
> MythTV Forums: https://forum.mythtv.org



More information about the mythtv-users mailing list