[Pkg-sympa-commits] [SCM] sympa Debian packaging branch, master, updated. debian/6.1.1_dfsg-2-35-g4d9bf6f

Emmanuel Bouthenot kolter at openics.org
Fri Jun 3 22:58:05 UTC 2011


The following commit has been merged in the master branch:
commit df606217faad19f2fbe36c8295ec97a47feb1050
Author: Emmanuel Bouthenot <kolter at openics.org>
Date:   Fri Jun 3 21:23:06 2011 +0000

    Fix CGI wrappers paths in apache conf files.

diff --git a/debian/conf/apache b/debian/conf/apache
index 151687b..5fc93c7 100644
--- a/debian/conf/apache
+++ b/debian/conf/apache
@@ -1,4 +1,4 @@
 # Apache configuration file for Sympa
 
 Alias /static-sympa /var/lib/sympa/static_content
-ScriptAlias /wws /usr/lib/cgi-bin/sympa/wwsympa.fcgi
+ScriptAlias /wws /usr/lib/cgi-bin/sympa/wwsympa-wrapper.fcgi
diff --git a/debian/conf/apache-soap b/debian/conf/apache-soap
index 1a04dc2..39e8c17 100644
--- a/debian/conf/apache-soap
+++ b/debian/conf/apache-soap
@@ -1 +1 @@
-ScriptAlias /sympasoap /usr/lib/cgi-bin/sympa/sympa_soap_server.fcgi
+ScriptAlias /sympasoap /usr/lib/cgi-bin/sympa/sympa_soap_server-wrapper.fcgi

-- 
sympa Debian packaging



More information about the Pkg-sympa-commits mailing list