suexec virtual host in apache

Sudhakar <[email protected]>
Newsgroups gmane.comp.web.fastcgi.devel
Organization Brazos County IT
Message-ID <[email protected]>
Apologies if this question should be posted elsewhere. I'm trying to to 
get a FastCGI application (wwsympa.fcgi - the mailing list manager) to 
work on SuSE Linux 9.3/Apache. My virtual host config file is as below:

FastCgiSuexec on
FastCgiServer /opt/sympa/5.1.2/bin/wwsympa.fcgi -processes 2
<VirtualHost *:80>
    SuexecUserGroup sympa sympa
    <Location /view>
          SetHandler fastcgi-script
          Allow from all
    </Location>
    ScriptAlias /view /opt/sympa/5.1.2/bin/wwsympa.fcgi

    <.....removed for calrity....>

</VirtualHost>


The following error message is being logged into my /var/log/suexec.log
[2005-12-19 14:24:01]: uid: (wwwrun/wwwrun) gid: (www/www) cmd: wwsympa.fcgi
[2005-12-19 14:24:01]: cannot run as forbidden uid (30/wwsympa.fcgi)

Any help would be greatly appreciated.

Regards
-sud

___________________________________
fastcgi-developers mailing list
http://fastcgi.com/fastcgi-developers/
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.