Skip to Content.
Sympa Menu

en - [en@sympa] Debian binary packages - sympa.service - attempting to use a nonexistent Perl script?

Subject: The mailing list for listmasters using Sympa

List archive

Chronological Thread  
  • From: Steve 'Hollywood' Sobol - NTF <address@concealed>
  • To: address@concealed
  • Subject: [en@sympa] Debian binary packages - sympa.service - attempting to use a nonexistent Perl script?
  • Date: Tue, 24 Jan 2023 12:37:47 -0800

Running Debian 11... I have installed Sympa and dependencies from the Debian APT repositories.

This is /etc/apache2/conf-enabled/sympa.conf. Notice the ScriptAlias directive

#
# Apache >> 2.4 configuration for Sympa
#

<IfModule mod_fcgid.c>
    Alias /static-sympa /usr/share/sympa/static_content
    <Directory /usr/share/sympa/static_content>
        Require all granted
    </Directory>

    Alias /css-sympa /var/lib/sympa/css
    <Directory /var/lib/sympa/css>
        Require all granted
    </Directory>

    Alias /pictures-sympa /var/lib/sympa/pictures
    <Directory /var/lib/sympa/pictures>
        Require all granted
    </Directory>

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


Problem is: wwsympa-wrapper.fcgi doesn't exist. Not in that directory; not anywhere else, either. I'm wondering if this was an accident on the part of the Debian packagers, or if it's intentional and I'm supposed to use something else.

Help, please!

Thanks
--Steve




Archive powered by MHonArc 2.6.19+.

Top of Page