View Full Version : 4.0b1 packages
mistwang
04-03-2008, 04:48 PM
This is the first public beta release of 4.0, linux only
http://www.litespeedtech.com/packages/4.0/lsws-4.0b1-ent-i386-linux.tar.gz
http://www.litespeedtech.com/packages/4.0/lsws-4.0b1-ent-x86_64-linux.tar.gz
You need a trial or 2-CPU license key to try out the cache function.
anewday
04-03-2008, 09:55 PM
Is it safe to run on a production server?
If I don't currently use the enterprise version of litespeed am I still able to install this without any problems? (ie, will I be able to upgrade to a standard version of 4 in the future).
edit
Figured out the url to the standard version so forget my question :) I'm trying it now and so far, whatever tweaks you've done are fantastic as a couple of my sites are noticeably quicker.
mistwang
04-04-2008, 09:34 AM
Is it safe to run on a production server?
Yes, we are using 4.0b1 now, the worst case is to switch back to 3.3.x release if anything goes wrong.
anewday
04-04-2008, 11:59 AM
Ok, I noticed this forum timed out many times in the past couple of days. Is it because you are still tweaking it?
mistwang
04-04-2008, 02:33 PM
That's probably our firewall blocking access from multiple PCs behind NAT.
fastproxy
04-11-2008, 03:46 PM
You need a trial or 2-CPU license key to try out the cache function.
So does that mean, 1-CPU license users cant use Cache function in 4.0 release? :(
anewday
04-12-2008, 06:01 PM
I was wondering that too. Anyone have feedback on the squid-like cache? :)
mistwang
04-16-2008, 03:49 PM
OK. the request rate throttling bug has been fixed in current 4.0b1 package.
The litespeed is powered by 4.0b1 now, For the cache, you can try http://store.litespeedtech.com/, the page are cached for 5 minutes, the first access is slow, the subsequent access is instant.
cache is not a solution for everything, like vB cannot take advantage of it as the content is based on cookie (user login) and the response header does not allow caching.
anewday
04-16-2008, 07:02 PM
Great, would the cache work on my Invision Power Board ? :)
mistwang
04-16-2008, 08:20 PM
Please check the response header for "Cache-Control".
anewday
04-16-2008, 08:39 PM
I don't see cache-control on my forum's response header.
mistwang
04-17-2008, 10:40 AM
Yeah, I think your site can be cached.
vivek
04-27-2008, 01:18 PM
I have 1 cpu license, So I cant use cache function ?
Vivek
MindTooth
04-27-2008, 03:58 PM
Need to try LiteStepp 4.0 locally. Good job!
Birger :)
vivek
04-29-2008, 09:18 AM
secFilter function is not workring with version 4
MindTooth
04-29-2008, 12:21 PM
Can I use this (http://www.usefuljaja.com/2007/4/litespeed-upgrading-the-server) guide to upgrade from 3.3.11 to 4.0b1?
Birger :)
mistwang
04-29-2008, 12:45 PM
please wait our update build of 4.0b1 to include a few recent bug fixes.
MindTooth
04-30-2008, 05:06 AM
Okay, thank you.
Birger :)
jkeegan
05-13-2008, 07:36 AM
You need a trial or 2-CPU license key to try out the cache function.
Is the cache function enabled for VPS licenses?
mistwang
05-13-2008, 10:47 AM
Is the cache function enabled for VPS licenses?
No, require a 2-CPU license at the minimum.
jkeegan
05-13-2008, 01:31 PM
No, require a 2-CPU license at the minimum.
Is there any way to upgrade my VPS license temporarily to a 2 CPU license? I'd really like to see if the caching makes a performance difference... If it does, great, I will stick with the 2 cpu license. If not, then I would like to revert back to the VPS license....
Is there any way to do that or is it too much of a hassle on your end?
mistwang
05-13-2008, 01:59 PM
You can use the trial key to give it a try.
If you use LSWS with Apache httpd.conf, you need to wait for our beta 2 release in order to control the cache through httpd.conf and .htaccess.
Marcus
05-13-2008, 07:25 PM
Will the cache functions be available on the standard (i.e. free) versions of Litespeed? If they will be limited, how will they be limited?
mistwang
05-13-2008, 07:41 PM
Will the cache functions be available on the standard (i.e. free) versions of Litespeed? If they will be limited, how will they be limited?
Not available.
jkeegan
05-13-2008, 09:46 PM
You can use the trial key to give it a try.
OK, I did that and restarted LSWS. I moved license.key to license.key.original and replaced it with the trial key and restarted lsws.
Control panel reports 14 days left on my license, so I must have the new key.
I created a directory at /opt/lsws/cache and set it to be owned by apache.apache.
I enabled the cache in the control panel and I accessed pages on the server but I don't see any files being created at /opt/lsws/cache and I don't see any increased in speed...
What do I need to do to enable the caching function?
mistwang
05-14-2008, 05:05 AM
You need to find out which page is cacheable and cache friendly (does not change frequently).
Please check response header with Firebug looking for "Cache-control", if it does not allow caching the page, then that page is not cache friendly.
As I know, vBulletin is not very cache friendly, but some pages can be forced to be cached for a little while by setting " Ignore Response Cache-Control" to yes.
jkeegan
05-14-2008, 08:58 AM
You need to find out which page is cacheable and cache friendly (does not change frequently).
Please check response header with Firebug looking for "Cache-control", if it does not allow caching the page, then that page is not cache friendly.
I just added a static html page to the site, and requested it multiple times. I don't see any files in the cache folder... Firebug confirms that there are no cache-control headers being sent. I must be missing something because I can not find any evidence that the server is creating files in the cache folder...
mistwang
05-14-2008, 11:24 AM
cache has no effect on static file, only dynamically generated page will be cached.
jkeegan
05-14-2008, 11:40 AM
cache has no effect on static file, only dynamically generated page will be cached.
I also have a Wordpress blog on this server that I have been hitting, and all those pages are dynamically generated, but still nothing in the cache dir... I have Ignore Request Cache-Control and Ignore Response Cache-Control set to Yes.
mistwang
05-14-2008, 12:42 PM
You are using Apache httpd.conf, need to wait for 4.0b2.
jkeegan
05-14-2008, 01:57 PM
You are using Apache httpd.conf, need to wait for 4.0b2.
I get it now, sorry for the troubles.
mistwang
07-15-2008, 04:55 PM
4.0b2 package is available
http://www.litespeedtech.com/support/forum/showthread.php?t=2196