PHP suEXEC is disabled from the beginning. Even setting -1 for the memory limit didn't matter. I actually tried disabling memory limiting from both php.ini and lsws but it didn't help, either. The page loads when xcache or apc is disabled.
PHP suEXEC is disabled from the beginning. Even setting -1 for the memory limit didn't matter. I actually tried disabling memory limiting from both php.ini and lsws but it didn't help, either. The page loads when xcache or apc is disabled.
Are you sure the memory limit in php.ini has been set to a higher value? check the phpinfo() page.
I click the "Top Statistics" from vbulletin admin cp and the result:
Code:
Warning: mysql_query() [function.mysql-query]: Unable to save result set in [path]/includes/class_core.php on line 427
Code:
Invalid SQL:
SELECT userid, username, posts FROM user ORDER BY posts DESC;
MySQL Error : Lost connection to MySQL server during query
Error Number : 2013
I went to db server's phpmyadmin and entered the sql query manually, it's displayed instantly. I think litespeed is limiting the request to the other server. I tried disabling the limitations once again but it failed...
I switched to apache and it was working... i'm pretty sure that the limits are my problems (not php.ini and my.cnf settings)...
Last edited by LiteSpeeder; 12-01-2008 at 10:31 PM..