Skip to Content.
Sympa Menu

en - [sympa-users] Sympa freebsd12.1

Subject: The mailing list for listmasters using Sympa

List archive

Chronological Thread  
  • From: Martin Sengstschmid <address@concealed>
  • To: address@concealed
  • Subject: [sympa-users] Sympa freebsd12.1
  • Date: Wed, 18 Mar 2020 16:21:53 +0100

Hallo,

I am trying to run sympa on FreeBSD12.1

When I start sympa

service sympa status:
Status of Sympa subsystem:
Status file for subsystem found.
sympa_msg (pid(s) 23331) is active...
bulk (pid(s) 23335) is active...
archived (pid(s) 23339) is active...
bounced (pid(s) 23343) is active...
task_manager (pid(s) 23347) is active...

in rc.conf
spawn_fcgi_enable="YES"
#spawn_fcgi_app="/usr/local/bin/perl"
spawn_fcgi_app_args="/usr/local/libexec/sympa/wwsympa.fcgi"
spawn_fcgi_bindsocket="/var/run/sympa/wwsympa.socket"
spawn_fcgi_bindsocket_mode="0600 -U www"
spawn_fcgi_username="sympa"
service spawn-fcgi status
spawn_fcgi is running as pid 738.

in vhost.conf

<Location /sympa>
    SetHandler "proxy:unix:/var/run/sympa/wwsympa.socket|fcgi://localhost/"
    Require all granted
</Location>

<Location /static-sympa>
    Require all granted
</Location>
Alias /static-sympa /usr/local/share/sympa/static

and in the Web-Browser I get :
No input file specified.

in the LOG-File:
GET /sympa HTTP/1.1" 404 196 "-"

What is wrong?

Thanks

Martin



--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.



  • [sympa-users] Sympa freebsd12.1, Martin Sengstschmid, 03/18/2020

Archive powered by MHonArc 2.6.19+.

Top of Page