[mythtv] mythweb

Mr Moo martin at luminoussheep.net
Tue Apr 1 14:23:16 UTC 2008


Hi,

I had a few problems with the authentication on mythweb specifically:

With the "Satisfy any" in the lower section it didn't request
authentication and without it in the top LocationMatch section it did...

*** 11,20 ****
--- 11,22 ----
  #
  #    <LocationMatch .*/pl/stream/[0-9]+/[0-9]+>
  #        Allow from all
+ #        Satisfy            any
  #    </LocationMatch>
  #
  #    <LocationMatch .*/music/stream.php>
  #        Allow from all
+ #        Satisfy            any
  #    </LocationMatch>


***************
*** 40,46 ****
      #    Require            valid-user
      #    BrowserMatch       "MSIE"      AuthDigestEnableQueryStringHack=On
      #    Order              allow,deny
-     #    Satisfy            any
      #
      #  * If you're running Apache earlier than 2.2, you will need to use
      #    the AuthDigestFile command instead of AuthUserFile (3rd line
above).
--- 42,47 ----




More information about the mythtv-dev mailing list