I would like to purchase a copy

agriz

Active Member
#1
Hi,

I want to purchase a copy. One server only. Can i get the pricing list and product list?

Right now, I have i7 4 core with 8gb ram

Apache hangs when there is 400+ visits
Site is using Imagemagick

Can litespeed hand it?
Do i need to upgrade server?

If not, Can i install litespeed on the same server in which apache running?
Is it possible to install litespeed without taking the site down?

-----
After install and everything, If litespeed's performance is not good, can you tell me how do i revert it back to apache?

Thanks
 

NiteWave

Administrator
#2
the server should be ok, no need to upgrade.

you can have litespeed running aside with apache with listening to different ports. for example, litespeed serve domain.com:2080, apache serve domain.com

when everything is ok for :2080, you can stop apache and have litespeed to serve :80

you can get a trial 2-CPU license to try 15 days for free before purchase:
http://www.litespeedtech.com/support/wiki/doku.php?id=litespeed_wiki:license:trial_license
 

agriz

Active Member
#4
I have root access.
I have downloaded and extracted the file in tmp folder.

Can i run the ./install.sh from that directory?
Or should i move the folder to somewhere else before i give the install command?

Thanks
 

agriz

Active Member
#8
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address Stat e PID/Program name
tcp 0 0 0.0.0.0:10000 0.0.0.0:* LIST EN 2128/perl
tcp 0 0 xxx.xx.xxx.xxx:53 0.0.0.0:* LIST EN 18354/named
tcp 0 0 127.0.0.1:53 0.0.0.0:* LIST EN 18354/named
tcp 0 0 0.0.0.0:8088 0.0.0.0:* LIST EN 28658/litespeed (ls
tcp 0 0 127.0.0.1:953 0.0.0.0:* LIST EN 18354/named
tcp 0 0 127.0.0.1:25 0.0.0.0:* LIST EN 2032/sendmail
tcp 0 0 0.0.0.0:7080 0.0.0.0:* LIST EN 28658/litespeed (ls
tcp 0 0 127.0.0.1:9000 0.0.0.0:* LIST EN 2122/php-cgi
tcp 0 0 0.0.0.0:22 0.0.0.0:* LIST EN 1568/sshd
tcp 0 0 0.0.0.0:3306 0.0.0.0:* LIST EN 1764/mysqld
tcp 0 0 :::80 :::* LIST EN 20561/httpd
tcp 0 0 :::22 :::* LIST EN 1568/sshd
 
#12
admin console ->
Server ->
General ->
Using Apache Configuration File

please fill this section.

Load Apache Configuration:Yes
....
Apache Port Offset: 2000
...

this way litespeed will import virtual hosts defined by apache httpd.conf,
and run with apache in parallel:
apache listen to :80
litespeed listen to :2080
you can access your site with http://your-site:2080

after :2080 is ok, you can stop apache and have litespeed listen to port 80:
1.stop apache
2.change "Apache Port Offset" from 2000 to 0, restart lsws
 

agriz

Active Member
#17
OK. After making some changes, Now i am seeing a blank white page.
What is to do with nobody and apache?

Litespeed is configured with nobody/nobody
Apache is running as apache/apache
 

agriz

Active Member
#18
I just changed one file's user/group to nobody and it works.
Which means i have to change the litespeed's nobody/nobody to apache to test now.

How do i do it?

Thanks
 

agriz

Active Member
#19
503 Service Unavailable
The server is temporarily busy, try again later!

error.log
[STDERR] fork() failed, please increase process limit: Resource temporarily unavailable

What to do now?
 

agriz

Active Member
#20
I got lot of errors.

I installed again
Now

error.log
URI '/fcgi-bin/phpfcgi/index.php' refers to a static file with PATH_INFO [/index.php]

404 Not Found
The resource requested could not be found on this server!
 
Top