Objet : Pour les administrateurs de serveurs de listes utilisant le logiciel Sympa
Archives de la liste
- From: "Lanore Ronan" <adresse@cachée>
- To: "adresse@cachée" <adresse@cachée>
- Subject: [sympa-fr] Apache Sympa et robot
- Date: Wed, 18 Nov 2009 10:20:28 +0100
Bonjour,
Mon problème est que les logs des 2 virtualhosts Sympa ( le main robot et un
autre ) sont dans le même fichier de logs apache.
voici ma configuration apache.
FastCgiServer /home/sympa/bin/wwsympa.fcgi -processes 3 -idle-timeout 120
<VirtualHost *:80>
ServerName listsympa.domain.fr
ServerAdmin adresse@cachée
SuExecUserGroup sympa sympa
DocumentRoot /home/sympa/bin
RewriteEngine On
RedirectMatch ^(/$)$ http://listsympa.domain.fr/sympa
<Location /sympa>
SetHandler fastcgi-script
AddHandler fastcgi-script .fcgi .fpl .pl
Options +ExecCGI
Options +FollowSymLinks
Order allow,deny
Allow from all
</Location>
ScriptAlias /sympa /home/sympa/bin/wwsympa-wrapper.fcgi
Alias /static-sympa /home/sympa/static_content
<Directory "/home/sympa/etc/web_tt2">
Order allow,deny
Allow from all
</Directory>
#LogLevel debug
CustomLog /var/log/httpd/sympa.log combined
ErrorLog /var/log/httpd/sympa.err.log
</VirtualHost>
<VirtualHost *:80>
ServerName list.domain.fr
ServerAdmin adresse@cachée
SuExecUserGroup sympa sympa
DocumentRoot /home/sympa/bin
RewriteEngine On
RedirectMatch ^(/$)$ http://list.domain.fr/sympa
<Location /sympa>
SetHandler fastcgi-script
AddHandler fastcgi-script .fcgi .fpl .pl
Options +ExecCGI
Options +FollowSymLinks
Order allow,deny
Allow from all
</Location>
ScriptAlias /sympa /home/sympa/bin/wwsympa-wrapper.fcgi
Alias /static-sympa /home/sympa/static_content
<Directory "/home/sympa/etc/web_tt2">
Order allow,deny
Allow from all
</Directory>
#LogLevel debug
CustomLog /var/log/httpd/sympa-list.log combined
ErrorLog /var/log/httpd/sympa-list.err.log
</VirtualHost>
Merci de me dire si vous trouvez cela normale j'ai raté qq chose??
-
[sympa-fr] Apache Sympa et robot,
Lanore Ronan, 18/11/2009
- Re: [sympa-fr] Apache Sympa et robot, Serge Aumont, 18/11/2009
Archives gérées par MHonArc 2.6.19+.