
01-14-2011, 01:57 AM
|
|
New Member
|
|
Join Date: Jan 2011
Posts: 8
|
|
@webizen:
In reading through the forums here I tested updating the php.ini with:
Code:
apc.enabled = 1
apc.shm_size = 48
apc.include_once_override = 1
apc.mmap_file_mask = /tmp/apc.XXXXXX
This made things a little better in that it is not consistently throwing 503 , but still seeing them >30% of the time so I ended up having to disable the APC extension.
Aside from the server states Michael provided above, the website itself is a Wordpress 3.0.4 installation running WP Super Cache.
PHPINFO() suggests the APC bundled with LITESPEED is the beta version (3.1.4). Other threads in this forum suggest that was the root of their 503 errors and reverted to 3.0.9 stable.
That being said, looks like 3.1.6 is the the latest STABLE of APC.
Regarding stderr.log the consistent errors being thrown are:
Quote:
PHP Startup: Unable to load dynamic library '/usr/local/lsws/lsphp5/lib/php/extensions/no-debug-non-zts-20060613/mailparse.so'
PHP Startup: apc.shm_size now uses M/G suffixes, please update your ini files
|
|