~ubuntu-branches/ubuntu/raring/mumble/raring-proposed

« back to all changes in this revision

Viewing changes to debian/mumble-server-web.conf

  • Committer: Bazaar Package Importer
  • Author(s): Patrick Matthäi
  • Date: 2010-07-08 18:06:23 UTC
  • Revision ID: james.westby@ubuntu.com-20100708180623-slugaks5xeyer2mx
Tags: 1.2.2-3
* Remove trailing slash from the mumble-server-web alias.
* Fix README.Debian from mumble-server-web.
* 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.
* Include every mumble plugin from release/plugins.
* Add danish translation from Joe Dalton.
  Closes: #587798
* Bump Standards-Version to 3.9.0 (no changes needed).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Alias /mumble-server/ /usr/share/mumble-server-web/www/
 
1
Alias /mumble-server /usr/share/mumble-server-web/www/
 
2
 
2
3
<Directory /usr/share/mumble-server-web/www/>
3
 
        Options FollowSymLinks
 
4
        Options FollowSymLinks ExecCGI
4
5
        AllowOverride None
 
6
        AddHandler cgi-script .cgi
5
7
        DirectoryIndex index.php
6
8
        Order allow,deny
7
9
        Allow from all