eAccelerator's officical and latest document:
http://eaccelerator.net/browser/eaccelerator/trunk/README
1.these configuration options no longer exist in latest 0.9.6.1
2.the improvement may only be noticeable in high traffic, you can benchmark (apache ab)wordpress or magento homepage to...
here's example FYR:
$DOCUMENT_ROOT/cached/.htaccess
when you access http://domain.com/cached/hello
will return content of $DOCUMENT_ROOT/cached/hello.html.gz
and display in browser correctly.
for static file, I think [E=Cache-Control:max-age] not working at all, since litespeed cache is designed for cache dynamic page(php etc), not for static file.
for static file, there are only 2 apache directives available:
ExpiresByType
ExpiresDefault
so it looks not possible to set a different...
I recommended this one:
http://www.litespeedtech.com/support/forum/showthread.php?t=4431
Haven't heard of eAccelerator + php suExec + wordpress not working ...
regarding wordpress, page cache is more important than opcode cache. One wordpress plugin "wp super cache" is recommended to...
for shared-hosting, which php in suExec mode, only eAccelerator works well. and best to use its on-disk cache.
for dedicated server, which php run as nobody, APC and XCache may be better, using its in-memory cache.
search cxs on the forum can find a few other posts regarding cxs.
I'd summary here. it requires litespeed to support following mod_security rules:
SecUploadFileMode 0644
SecRule FILES_TMPNAMES "@inspectFile /etc/cxs/cxscgi.sh" \
"id:351000,rev:1,severity:2,msg:'Atomicorp.com Upload Malware...
you can customize each vhost's index page as well:
http://www.litespeedtech.com/support/forum/showthread.php?p=19085
by copying default.php into vhost's folder and modify it.
many reason can cause 503. need check many settings. first, please check in admin console:
Server->External App->lsphp5
Memory Soft Limit (bytes)
Memory Hard Limit (bytes)
php in suExec or non-suExec mode?
much clear now. no experience with cluster, so those questions.
it looks you only need copy one file one time after you update anything through GUI?
assume there are 100 servers in a cluster. Through server 001's admin console, you updated server 001's http_config.xml. then you copy server...
a question, even if all servers of a cluster share one http_config.xml, once it updates, still need restart each server individually?
not sure if the procedure is:
1.update the http_config.xml through admin console on one server.
2.cp /usr/lsws/conf/httpd_config.xml...