Skip to Content.
Sympa Menu

en - Re: [sympa-users] Please - HELP ME !

Subject: The mailing list for listmasters using Sympa

List archive

Chronological Thread  
  • From: David Verdin <address@concealed>
  • To: address@concealed
  • Cc: address@concealed
  • Subject: Re: [sympa-users] Please - HELP ME !
  • Date: Fri, 16 Nov 2007 11:51:26 +0100

"/home/sympa/static_content/index.html " is a dummy file.
All the sympa web interface is cgi-generated, threfore you will never find any "index.html" file.

I don't see anything wrong in your apache logs. It just says your FastCGI server starts normally.
See below.

address@concealed a écrit :
AppClass /usr/home/sympa/bin/wwsympa.fcgi
#FastCgiServer /usr/home/sympa/bin/wwsympa.fcgi -processes 4
<Location /sympa>
SetHandler fastcgi-script
</Location>
ScriptAlias /sympa /usr/home/sympa/bin/wwsympa_sudo_wrapper.pl
Alias /static-sympa /home/sympa/static_content
This means that you will find:
- your sympa web interface at this URL: http://your-server-name/sympa
- the stylesheets in: http://your-server-name/static-sympa
Here is my /etc/sympa.conf:
###\\\\ Web interface ////###

## Sympa's main page URL
wwsympa_url http://localhost/sympa
That matches your Apache config.
Everything seems alright to me.
If you can't display any page, check that you set up the rights correctly.

Regards,

--
David Verdin
Comité réseau des universités




Archive powered by MHonArc 2.6.19+.

Top of Page