Skip to Content.
Sympa Menu

en - Re: [sympa-users] Unable to start wwsympa-wrapper.fcgi

Subject: The mailing list for listmasters using Sympa

List archive

Chronological Thread  
  • From: "Bill Best" <address@concealed>
  • To: udaykiran <address@concealed>
  • Cc: address@concealed
  • Subject: Re: [sympa-users] Unable to start wwsympa-wrapper.fcgi
  • Date: Thu, 11 Sep 2008 10:46:48 +0100

Hi

2008/9/11 udaykiran <address@concealed> wrote:

[...]

> But when I type the url in my browser it shows
>
> Not Found
> The requested URL /sympa was not found on this server.
>
> Can anyone help with this.
> Thanks in advance

Have you set up Apache virtual hosts correctly?

These directives need to go in the relevant virtual host configuration:

Alias /static-sympa "/usr/local/share/sympa/static_content"
ScriptAlias /sympa "/usr/local/share/sympa/bin/wwsympa-wrapper.fcgi"

<IfModule mod_fcgid.c>
AddHandler fcgid-script .fcgi
</IfModule>

If that doesn't work, what do your Apache error logs report?

Thanks

Bill



Archive powered by MHonArc 2.6.19+.

Top of Page