<!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:4511c4ff0709131417j70a76ba8y29dabc2a200b1ac2@mail.gmail.com"
type="cite">
<pre wrap="">On 9/13/07, IsmoT <a class="moz-txt-link-rfc2396E" href="mailto:ismot@telemail.fi"><ismot@telemail.fi></a> wrote:
</pre>
<blockquote type="cite">
<pre wrap=""> Thanks for response.
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. ;(
</pre>
</blockquote>
<pre wrap=""><!---->
I have 'Satisfy any' uncommented as well. However, I noticed that the
default LocationMatch rules are different from the ones I use. I
think I was having problems in the past as well and had to make a few
changes. Here's my LocationMatch entries:
<LocationMatch .*/pl/stream/[0-9]+/[0-9]+.*>
Allow from all
</LocationMatch>
<LocationMatch .*/music/stream.*>
Allow from all
</LocationMatch>
Perhaps this will help.
</pre>
</blockquote>
Thanks, this did help. I also needed to add "Satisfy Any" to both
locationmatch sections for some reason.<br>
</body>
</html>