[Spice-devel] [spice-html5] Add a basic Apache configuration file.

Jeremy White jwhite at codeweavers.com
Fri Feb 8 11:16:50 PST 2013


Signed-off-by: Jeremy White <jwhite at codeweavers.com>
---
 apache.conf |   11 +++++++++++
 1 file changed, 11 insertions(+)
 create mode 100644 apache.conf

diff --git a/apache.conf b/apache.conf
new file mode 100644
index 0000000..dda4cb0
--- /dev/null
+++ b/apache.conf
@@ -0,0 +1,11 @@
+#
+# spice-html5 is a Javascript SPICE client
+#
+Alias /spice /usr/share/spice-html5
+<Directory /usr/share/spice-html5>
+    AllowOverride None
+    Require all granted
+    Order allow,deny
+    Allow from all
+    DirectoryIndex spice.html
+</Directory>
-- 
1.7.10.4





More information about the Spice-devel mailing list