[mythtv-users] Disabling MythTV Settings from MythWeb

Carl Fongheiser carlfongheiser at gmail.com
Thu Aug 16 16:12:43 UTC 2007


On 8/16/07, tuliol at sybatech.com <tuliol at sybatech.com> wrote:
>
> Thanks for your response.  The settings directory I believe is virtual so
> what
> would the directory entry look like?  My mythweb root is in:
> /var/www/html/mythweb
>
> This is what I tried:
>
> <Directory /var/www/html/mythweb/settings>
>       Order Deny,Allow
>       Deny from All
>   </Directory>
>
> Is this correct?


No, <Directory> doesn't work for virtual directories.  You need to use
<Location> instead, as shown here:

<Location /mythweb/settings>
  Order Deny, Allow
  Deny from All
</Location>

Carl Fongheiser
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mythtv.org/pipermail/mythtv-users/attachments/20070816/8a7a92ce/attachment.htm 


More information about the mythtv-users mailing list