
12-31-2012, 11:09 AM
|
|
LiteSpeed Staff
|
|
Join Date: Oct 2010
Posts: 2,338
|
|
Basically, LSWS reads httpd.conf generated by cPanel. So you can NOT dictate LSWS only listens on localhost unless you have all the vhosts bound to localhost. For shared hosting (multiple vhosts), it is impossible.
If you are looking for website speedup, keep in mind that LSWS Enterprise (2CPU & above) comes with cache function which covers dynamic page (like php) caching. Static page caching is available for all LSWS versions.
You can also try opcode cache (APC, xCache, etc) with LSWS suEXEC daemon mode to enable opcode cache in the shared hosting environment. See more details below:
http://blog.litespeedtech.com/2012/0...c-daemon-mode/
|