Users (#3) - Using test&problems httpd-2.2.13-el5.peruser0.4.0b1.dc1.x86_64 CentOS (#8) - Message List

Using test&problems httpd-2.2.13-el5.peruser0.4.0b1.dc1.x86_64 CentOS

Hi, i'm using under high visits on my server centos, works well and I think better and faster than using suphp or fcgi.

I hope to indicate how I can help to this project, i show you my log error and config files...if you can tell me that I need to fix it, thanks!!


CPU Intel(R) Core(TM)2 Quad CPU Q9400 @ 2.66GHz, 8 Gb RAM


error_log..

[notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[notice] ModSecurity? for Apache/2.5.9 ( http://www.modsecurity.org/) configured.
[notice] Original server signature: Apache/2.2.13 (Unix) DAV/2
[notice] Digest: generating secret for digest authentication ...
[notice] Digest: done
[notice] mod_bw : Memory Allocated 96 bytes (each conf takes 32 bytes)
[notice] mod_bw : Version 0.8 - Initialized [3 Confs]
[notice] Apache/2.2.0 (Fedora) configured -- resuming normal operations
[warn] (9)Bad file descriptor: apr_socket_opt_set: (TCP_NODELAY)
[warn] (9)Bad file descriptor: apr_socket_opt_set: (TCP_NODELAY)
[warn] (9)Bad file descriptor: apr_socket_opt_set: (TCP_NODELAY)
[warn] invalid virtualhost for this child! (server.web2.net)
[warn] (9)Bad file descriptor: apr_socket_opt_set: (TCP_NODELAY)


/etc/httpd/httpd.conf

# peruser MPM
<IfModule? peruser.c>

# Multiplexer pool
MinMultiplexers? 5
MaxMultiplexers? 20
#Multiplexer ${APACHE_RUN_USER} ${APACHE_RUN_GROUP}
ProcessorWaitTimeout? 2 10
# Fork limits
ServerLimit? 512
MaxClients? 512
MaxRequestsPerChild? 4000
# Processor defaults
MinProcessors? 10
MinSpareProcessors? 5
MaxProcessors? 400
# Timeouts
IdleTimeout? 60
ExpireTimeout? 300

</IfModule?>


/etc/httpd/conf.d/mod_peruser.conf

<IfModule? peruser.c>

<Processor web1.com>

User web1
Group web1

</Processor>
<Processor beta.web1.com>

User web1
Group web1

</Processor>
<Processor web2.net>

User web2
Group web2

</Processor>
<Processor server.web2.net>

User web2
Group web2

</Processor>

</IfModule?>


/etc/httpd/conf.d/virtual.conf

<VirtualHost? *:80>
<IfModule? peruser.c>
ServerEnvironment? web1.com
MaxProcessors? 100
</IfModule?>
ServerName? web1.com

</VirtualHost?>
#
<VirtualHost? *:80>
<IfModule? peruser.c>
ServerEnvironment? beta.web1.com
MaxProcessors? 100
</IfModule?>
ServerName? beta.web1.com

</VirtualHost?>
#
<VirtualHost? *:80>
<IfModule? peruser.c>
ServerEnvironment? web2.net
MaxProcessors? 100
</IfModule?>
ServerName? web2.com

</VirtualHost?>
#
<VirtualHost? *:80>
<IfModule? peruser.c>
ServerEnvironment? server.web2.net
MaxProcessors? 100
</IfModule?>
ServerName? server.web2.com

</VirtualHost?>



Hopefully you can help me with the errors [warn] and I reiterate that this project is impressive. thanks again

KoGt2S

Subscriptions