Log in

View Full Version : Sessions problems ? apache configuration ?


imported_Fabz
11-05-2006, 06:11 PM
Hello,

I'm running vb 3.0.x on a 300.000 posts and 12.000 members board.
A week ago, I changed mysql and httpd configuration to optimize the dedicated server.

Server is ok and cpu not overloaded.
But from this point many members have problems when posting a new thread. Sometimes a blank page appears, other times you send the new thread and VB tells you that you already posted this thread (and you have to wait 5 minutes).

On httpd.conf, I changed and set this :
Timeout 10
KeepAlive On
MaxKeepAliveRequests 200
KeepAliveTimeout 5
MinSpareServers 20
MaxSpareServers 50
StartServers 20
MaxClients 350
MaxRequestsPerChild 0

I tried to change vb's config.php with usepconnect set to 0 or 1 and it didn't change anything on this problem.

Do you have any idea ?