On 4/5/21 8:24 AM, Paul Menzel wrote:
> 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.

That is indeed true, but your change will only replace the 404 with an internal 
server error
due to missing permissions. Running Apache as sympa user might work though.

Regards
         Racke

> 
> ```
> $ 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
> 
> 


-- 
Ecommerce and Linux consulting + Perl and web application programming.
Debian and Sympa administration. Provisioning with Ansible.

Attachment: OpenPGP_signature
Description: OpenPGP digital signature

Reply via email to