[Spice-devel] [spice-html5 1/7] Make our sample Apache configuration work on a RHEL server as well.

Jeremy White jwhite at codeweavers.com
Mon Mar 11 12:02:29 PDT 2013


Signed-off-by: Jeremy White <jwhite at codeweavers.com>
---
 apache.conf |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/apache.conf b/apache.conf
index dda4cb0..f3bd2fe 100644
--- a/apache.conf
+++ b/apache.conf
@@ -3,9 +3,8 @@
 #
 Alias /spice /usr/share/spice-html5
 <Directory /usr/share/spice-html5>
-    AllowOverride None
-    Require all granted
-    Order allow,deny
+    # This page is broadly available, tune here to make it more restricted.
     Allow from all
+    Satisfy Any
     DirectoryIndex spice.html
 </Directory>
-- 
1.7.10.4





More information about the Spice-devel mailing list