[mythtv-users] Securing /var/www/html loses WAP access

Trey Thompson treythompson at gmail.com
Wed Oct 25 04:43:13 UTC 2006


Following the wiki:
http://www.mythtv.org/wiki/index.php/Securing_MythWeb

I secured Apache with this, and when enabled, the WAP pages no longer appear 
on my phone, the main full default templates appear...

The security, other than the WAP problem, appears to function perfectly...


<Directory "/var/www/html">
Options FollowSymLinks
AuthType Basic
AuthName "MythTV"
AuthUserFile PASSFILEHERE
Require user USERNAMEHERE
Order allow,deny
Allow from 192.168.201.
#Allow from all
Satisfy Any
AllowOverride None
</Directory>

Thoughts? 



More information about the mythtv-users mailing list