Hello guys,
 
  I'm really disappointed with mpm-peruser  I'm using apache 2.2.8 with peruser 
mod. I've regulary (every day) this error on my apache error log :
 
[Thu Mar 13 21:13:06 2008] [warn] (9)Bad file descriptor: apr_socket_opt_set: 
(TCP_NODELAY)
 
All my website are totaly down ... I don't know what can I do for solve it, the 
are no many things on Internet. You can see below one of my vhost using peruser
 
<VirtualHost *:80>
 
  ServerAdmin [EMAIL PROTECTED]
  DocumentRoot /var/www/experato/public_html
  ServerName www.experato.com
  ServerAlias experato.com
  ErrorLog /var/log/apache2/experato-error_log
  Processor experato users
 
  ServerEnvironment experato users
  MinSpareProcessors 4
  MaxProcessors 20
 
  <Directory />
    AllowOverride All
    Options -Indexes Includes ExecCGI FollowSymLinks
    Allow from All
    Order allow,deny
  </Directory>
 
</VirtualHost>
 
And mpm (default) :
 
<IfModule mpm_peruser_module>
   MinSpareProcessors 2
   MinProcessors 2
   MaxProcessors 10
   MaxClients 150
   MaxRequestsPerChild 1000
   ExpireTimeout 1800
   # KeepAlive *MUST* be set to off
   KeepAlive Off
   Multiplexer nobody nobody
   Processor apache apache
</IfModule>
 
 
Thank you very much if you can help me :-( !!
 
_________________________________________________________________
Votre contact a choisi Hotmail, l'e-mail nouvelle génération. Créez un compte. 
http://www.windowslive.fr/hotmail/default.asp
_______________________________________________
Peruser mailing list
[email protected]
http://www.telana.com/mailman/listinfo/peruser

Reply via email to