[mythtv-users] Mythweb and apache configuration

Joe Ripley vitaminjoe at gmail.com
Thu Sep 13 19:19:23 UTC 2007


On 9/13/07, IsmoT <ismot at telemail.fi> wrote:
> I've been fighting with apache configuration file.
> I enabled mythweb authorization, because I use it outside my network.
>
> When authorization is disabled, mythweb can stream music and recordings
> fine, but as soon as I enable authorization, it stops.
>
> In mythweb.conf there is <LocationMatch> sector, what should handle
> streaming and allow it to everyone. But as soon as I uncomment those
> lines, apache won't start anymore.

LocationMatch can't be defined within the <Directory></Directory> block:
http://httpd.apache.org/docs/2.2/mod/core.html#locationmatch

If you move these LocationMatch blocks outside of the Directory block
you should have no problems.

-- 
Joe Ripley
vitaminjoe at gmail.com


More information about the mythtv-users mailing list