Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > 2395815ae95cc3bd83bc9df7f59ffe2a > files > 3

mythplugins-0.26.0-20130328.2.mga3.src.rpm

--- mythplugins-0.26.0/mythweb/mythweb.conf.apache.orig	2013-05-05 17:49:07.033590670 +0100
+++ mythplugins-0.26.0/mythweb/mythweb.conf.apache	2013-05-05 17:51:13.126628849 +0100
@@ -10,11 +10,11 @@
 # to media players that don't work with authenticated servers.
 #
 #    <LocationMatch .*/pl/stream/[0-9]+/[0-9]+>
-#        Allow from all
+#        Require all granted
 #    </LocationMatch>
 #
 #    <LocationMatch .*/music/stream.php>
-#        Allow from all
+#        Require all granted
 #    </LocationMatch>
 
 
@@ -27,7 +27,7 @@
 #    /srv/www/htdocs/mythweb
 #
     <Directory "/var/www/html/data">
-        Options -All +FollowSymLinks +IncludesNoExec
+        Options All +FollowSymLinks +IncludesNoExec
     </Directory>
     <Directory "/var/www/html" >
 
@@ -177,7 +177,7 @@
 
     # Allow browsers to follow symlinks that point outside of the web document
     # tree.  This is how we access music, videos, etc.
-        Options         FollowSymLinks
+        Options         +FollowSymLinks
 
     # MythTV now uses the correct file suffix for mpeg files, so all .nuv files
     # should actually be NuppleVideo.  However, apache probably doesn't know what