<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Joe Ripley kirjoitti:
<blockquote
 cite="mid:4511c4ff0709131219x47fef82ei3b64a1a27d9c5816@mail.gmail.com"
 type="cite">
  <pre wrap="">On 9/13/07, IsmoT <a class="moz-txt-link-rfc2396E" href="mailto:ismot@telemail.fi">&lt;ismot@telemail.fi&gt;</a> wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">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 &lt;LocationMatch&gt; sector, what should handle
streaming and allow it to everyone. But as soon as I uncomment those
lines, apache won't start anymore.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
LocationMatch can't be defined within the &lt;Directory&gt;&lt;/Directory&gt; block:
<a class="moz-txt-link-freetext" href="http://httpd.apache.org/docs/2.2/mod/core.html#locationmatch">http://httpd.apache.org/docs/2.2/mod/core.html#locationmatch</a>

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

  </pre>
</blockquote>
Thanks for response.<br>
For some reason, I still can't get streaming to work, if I put those
LocationMatch lines above outside of the Directory block. If I
uncomment "Satisfy any" in the authorization section, it works, but for
some reason, there is no authorization needed. ;(<br>
</body>
</html>