Forum: General
09-17-2012, 04:54 PM
|
|
Replies: 0
Views: 316
stderr.log message
Any idea what these messages from the stderr.log mean?
2012-09-17 17:47:33.027 [STDERR] 1494: packetLen < 0
2012-09-17 17:57:52.801 [STDERR] 10425: packetLen < 0
2012-09-17 18:31:32.706 [STDERR]...
|
Forum: Install/Configuration
08-21-2012, 11:54 AM
|
|
Replies: 7
Views: 708
I have XCache, Memcached and Litespeed Cache...
I have XCache, Memcached and Litespeed Cache installed. I have VBSEO configured to use Memcached since it can't use XCache if it runs from the command line.
None of that helps. When the site is...
|
Forum: Install/Configuration
08-20-2012, 06:30 PM
|
|
Replies: 7
Views: 708
vbseo.php. This is a killer. When I run Apache...
vbseo.php. This is a killer. When I run Apache with php built as a dso the vbseo.php file does not cause load problems. But with Litespeed, vbseo.php runs as a cgi file, which kills the server load....
|
Forum: Install/Configuration
01-05-2012, 12:08 PM
|
|
Replies: 7
Views: 708
|
Forum: Install/Configuration
01-05-2012, 08:35 AM
|
|
Replies: 7
Views: 708
How NOT to build Litespeed with FCGI support?
I recently switched from an nginx/apache setup to litespeed. I run a very large, very active vbulletin forum with vbseo installed. On my previous setup, php was installed as a dso module and all php...
|
Forum: LiteSpeed Cache
12-16-2011, 12:01 PM
|
|
Replies: 43
Views: 8,372
|
Forum: LiteSpeed Cache
12-11-2011, 10:36 AM
|
|
Replies: 43
Views: 8,372
This is my .htaccess file:
RewriteCond...
This is my .htaccess file:
RewriteCond %{HTTP_HOST} !^www\.domain\.com$
RewriteRule (.*)$ http://www.domain.com/$1 [R=301,L]
#rules for litespeed cache:
RewriteCond %{HTTP_COOKIE}...
|
Forum: LiteSpeed Cache
12-11-2011, 07:37 AM
|
|
Replies: 43
Views: 8,372
|