Skip to Content.
Sympa Menu

en - Re: [sympa-users] apache2.conf

Subject: The mailing list for listmasters using Sympa

List archive

Chronological Thread  
  • From: Mark K <address@concealed>
  • To: <address@concealed>
  • Cc: address@concealed
  • Subject: Re: [sympa-users] apache2.conf
  • Date: Thu, 17 Jan 2008 13:35:34 -0600

On Thu, 17 Jan 2008 20:11:19 +0100
<address@concealed> wrote:

>
> Please someone help me...
>
> Someone have the basic configuration on apache2.conf to give me? I
> think my configuration is wrong, because my webpage of sympa no
> starts.
>
> Whitch is the sympa's path of DocumentRoot ?
>
> Thanks

There is no documentroot for sympa. Here's what I have. Note that I
use fcgid:
# Sympa settings
Alias /static-sympa /home/sympa/static_content
<Directory "/home/sympa/static_content">
AllowOverride None
Options None
Order allow,deny
Allow from all
</Directory>
<Directory "/home/sympa/bin/">
<Files "*wrapper.fcgi">
Order allow,deny
Allow from all
</Files>
</Directory>
<Location /sympa>
SetHandler fcgid-script
</Location>
ScriptAlias /sympa /home/sympa/bin/wwsympa-wrapper.fcgi



--
Mark K



Archive powered by MHonArc 2.6.19+.

Top of Page