Package: sympa
Version: 6.2.60~dfsg-4
Severity: normal


Dear Debian folks,


The shipped Apache HTTPD drop-in still uses the removed FCGI wrappers.

```
$ dpkg -S apache2/conf-available/sympa
sympa: /etc/apache2/conf-available/sympa-soap.conf
sympa: /etc/apache2/conf-available/sympa.conf
```

```
diff --git a/apache2/conf-available/sympa-soap.conf b/apache2/conf-available/sympa-soap.conf
index 57e5f6b..16168a9 100644
--- a/apache2/conf-available/sympa-soap.conf
+++ b/apache2/conf-available/sympa-soap.conf
@@ -3,7 +3,7 @@
 #

 <IfModule mod_fcgid.c>
- ScriptAlias /sympasoap /usr/lib/cgi-bin/sympa/sympa_soap_server-wrapper.fcgi
+    ScriptAlias /sympasoap /usr/lib/cgi-bin/sympa/sympa_soap_server.fcgi
     <Directory /usr/lib/cgi-bin/sympa>
         Require all granted
     </Directory>
diff --git a/apache2/conf-available/sympa.conf b/apache2/conf-available/sympa.conf
index e266eca..9795e52 100644
--- a/apache2/conf-available/sympa.conf
+++ b/apache2/conf-available/sympa.conf
@@ -18,7 +18,7 @@
         Require all granted
     </Directory>

-    ScriptAlias /wws /usr/lib/cgi-bin/sympa/wwsympa-wrapper.fcgi
+    ScriptAlias /wws /usr/lib/cgi-bin/sympa/wwsympa.fcgi
     <Directory /usr/lib/cgi-bin/sympa>
         Require all granted
     </Directory>
```


Kind regards,

Paul

Reply via email to