Skip to Content.
Sympa Menu

en - [sympa-users] ScriptAliasMatch regex

Subject: The mailing list for listmasters using Sympa

List archive

Chronological Thread  
  • From: Leonid Sergushkin <address@concealed>
  • To: address@concealed
  • Subject: [sympa-users] ScriptAliasMatch regex
  • Date: Thu, 25 Jun 2020 18:01:46 +0200

Hi, im trying to handle different domains over one website.

I can access to all my robots over domainname1/robotname1 or domainname1/robotname2, when im adding this to my /etc/apache2/conf-enabled/sympa.conf:

ScriptAlias /robotname1 /usr/lib/cgi-bin/sympa/wwsympa-wrapper.fcgi
ScriptAlias /robotname2 /usr/lib/cgi-bin/sympa/wwsympa-wrapper.fcgi

I can access them too when im using this line in my config:

ScriptAliasMatch ^/(.*)$ /usr/lib/cgi-bin/sympa/wwsympa-wrapper.fcgi

But than im not able to navigate to lists and so on. It is always showing the mainpage.

Any idea?

Thanks :)




Archive powered by MHonArc 2.6.19+.

Top of Page