[mythtv-users] mythweb2 login and password?!

Justin A justin-myth at bouncybouncy.net
Thu Aug 7 20:44:01 EDT 2003


On Thu, Aug 07, 2003 at 11:48:08AM -0700, Chris Petersen wrote:
> And on that note, what do people think.  I use a password (and ssl)
> because my mythweb stuff is open to the world (so I can set up
> recordings while out of town, etc).  I can remove this stuff from the
> .htaccess file in cvs if too many people find it to be a hassle, or I
> can add instructions to the README about how to create passwords (since
> it is a nice security feature).
> 
> -Chris

I just have it set to block/allow based on ip.  Maybe you could
just make the default htaccess do something like this:

alias /tv /data/src/myth/mythweb
<Directory /data/src/myth/mythweb>
   order deny,allow
   deny from all
   allow from 127.0.0.0/255.0.0.0
   allow from 192.168.1.0/255.255.255.0
   allow from 10.0.0.0/255.0.0.0
   Options Indexes FollowSymLinks
   AllowOverride Authconfig Limit
</Directory>

-- 
-Justin


More information about the mythtv-users mailing list