Skip to Content.
Sympa Menu

en - Re: [sympa-users] Forbidden

Subject: The mailing list for listmasters using Sympa

List archive

Chronological Thread  
  • From: Kazuo Moriwaka <address@concealed>
  • To: address@concealed
  • Cc: address@concealed
  • Subject: Re: [sympa-users] Forbidden
  • Date: Thu, 08 Sep 2005 17:35:20 +0900 (JST)

Hello,

I have some questions to understand what is occuring..

From: address@concealed
Subject: [sympa-users] Forbidden
Date: Thu, 8 Sep 2005 08:15:01 +0200

> I'm hoping this is just something stupid. Some raised this question a long
> time ago, said they were dumb for missing such a simple solution, then
> didn't
> bother to post the solution.... but hopefully this is simple because I'm
> sick
> of banging my head against the wall.
>
> I have Sympa 5.1 setup on a fedora core 2 box running apache 2.0.51, qmail,
> and
> mysql. I have compiled the program but I am unable to access the web
> interface. My installation directories were all default and I have
> installed
> the fastCGI mod (although currently I have it disabled). I have tried
> setting
> up a virtural host (suexec is installed in apache) and have the following
> def
> in my conf file:
>
> <VirtualHost my.ip.addr:80>
> ServerName my.servername.com
> DocumentRoot /home/sympa
>
> SuexecUserGroup sympa sympa
>
> ScriptAlias /sympa /home/sympa/bin/wwsympa.fcgi
> </VirtualHost>
>
> All the files in the sympa home director are owned by sympa:sympa.
>
> When I try to access my.servername.com/sympa I get a 403 forbidden message.
> All the http related logs show the error, but don't give any additional
> information.

- Is there 'FastCgiServer' setting line in httpd.conf like this?:
FastCgiServer /home/sympa/bin/wwsympa.fcgi -processes 2

- Can you show me some typical lines in error messages?

- Did you check wwsympa.fcgi's permissions? ( 'chmod 6755
wwsympa.fcgi' maybe works.)

- Are there fastcgi server processes in memory? ( 'ps aux |grep wwsympa'
shows them.)

- Are there any lines in wwsympa syslog messages? (It can separate
problems area into 'before' or 'after' executing wwsympa.fcgi.)

- How about wwsympa's syslog messages? (Some error messages?)

regards,
--
Kazuo Moriwaka <address@concealed>



Archive powered by MHonArc 2.6.19+.

Top of Page