[Pkg-voip-commits] r8383 - in /mumble/trunk/debian: changelog mumble-server-web.conf

pmatthaei at alioth.debian.org pmatthaei at alioth.debian.org
Thu May 13 10:16:25 UTC 2010


Author: pmatthaei
Date: Thu May 13 10:16:24 2010
New Revision: 8383

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=8383
Log:
* Add ExecCGI and a cgi-script handler to the mumble-server-web config.
  Without it, the weblist.cgi code is not executed and directly shown to the
  client. Raising urgency to medium.

Modified:
    mumble/trunk/debian/changelog
    mumble/trunk/debian/mumble-server-web.conf

Modified: mumble/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/mumble/trunk/debian/changelog?rev=8383&op=diff
==============================================================================
--- mumble/trunk/debian/changelog (original)
+++ mumble/trunk/debian/changelog Thu May 13 10:16:24 2010
@@ -1,9 +1,12 @@
-mumble (1.2.2-3) UNRELEASED; urgency=low
+mumble (1.2.2-3) UNRELEASED; urgency=medium
 
   * Remove trailing slash from the mumble-server-web alias.
   * Fix README.Debian from mumble-server-web.
-
- -- Patrick Matthäi <pmatthaei at debian.org>  Thu, 13 May 2010 12:00:46 +0200
+  * Add ExecCGI and a cgi-script handler to the mumble-server-web config.
+    Without it, the weblist.cgi code is not executed and directly shown to the
+    client. Raising urgency to medium.
+
+ -- Patrick Matthäi <pmatthaei at debian.org>  Thu, 13 May 2010 12:15:01 +0200
 
 mumble (1.2.2-2) unstable; urgency=low
 

Modified: mumble/trunk/debian/mumble-server-web.conf
URL: http://svn.debian.org/wsvn/pkg-voip/mumble/trunk/debian/mumble-server-web.conf?rev=8383&op=diff
==============================================================================
--- mumble/trunk/debian/mumble-server-web.conf (original)
+++ mumble/trunk/debian/mumble-server-web.conf Thu May 13 10:16:24 2010
@@ -1,7 +1,9 @@
 Alias /mumble-server /usr/share/mumble-server-web/www/
+
 <Directory /usr/share/mumble-server-web/www/>
-	Options FollowSymLinks
+	Options FollowSymLinks ExecCGI
 	AllowOverride None
+	AddHandler cgi-script .cgi
 	DirectoryIndex index.php
 	Order allow,deny
 	Allow from all




More information about the Pkg-voip-commits mailing list