Skip to Content.
Sympa Menu

en - Re: fastcgi and mod_suexec

Subject: The mailing list for listmasters using Sympa

List archive

Chronological Thread  
  • From: address@concealed
  • To: address@concealed
  • Subject: Re: fastcgi and mod_suexec
  • Date: Sun, 26 Oct 2003 11:56:41 +0100

Sorry i found the solution :

<VirtualHost 192.168.0.1:80>

SuexecUserGroup sympa sympa

ServerAdmin address@concealed
ServerName sympa.zerezo.org
DocumentRoot /var/www/sympa.zerezo.org
ErrorLog /var/log/httpd/sympa-error.log
CustomLog /var/log/httpd/sympa-access.log common

ScriptAlias /wws /home/sympa/cgi/wwsympa.fcgi

FastCgiWrapper On
FastCgiServer /home/sympa/cgi/wwsympa.fcgi -processes 2 -group sympa -user
sympa
<Location "/wss">
SetHandler fastcgi-script
</Location>

<Location "/">
Options Indexes FollowSymLinks MultiViews
Order allow,deny
Allow from all
</Location>

</VirtualHost>


  • fastcgi and mod_suexec, lmichenaud, 10/26/2003
    • <Possible follow-up(s)>
    • Re: fastcgi and mod_suexec, lmichenaud, 10/26/2003

Archive powered by MHonArc 2.6.19+.

Top of Page