Litespeed Web Server
Configure Litespeed Webserver With PHP 5.3.0, Mail Header Patch and Suhosin Patch
What is LiteSpeed Web Server ?
LiteSpeed Web Server is the leading high-performance, high-scalability web server. It is completely Apache interchangeable so LiteSpeed Web Server can quickly replace a major bottleneck in your existing web delivery platform. With its comprehensive range of features and easy-to-use web administration console, LiteSpeed Web Server can help you conquer the challenges of deploying an effective web serving architecture.
How To Install And Configure Litespeed Load Balancer
What is LiteSpeed Load Balancer
LiteSpeed Load Balancer (LSLB) is a high-performance, content-aware, session-aware HTTP application load balancer. It can forward requests based on request content as well as session stickiness preference. LiteSpeed Load Balancer can help scale your application beyond one server deployment, as well as improve the reliability of your service in case of hardware failures.
Example: we will build 1 load balancer with 2 webserver behind load balancer.
Installing, Configuring, and Securing Litespeed + PHP5 + Suhosin on FreeBSD 6.2

Securing PHP is a must nowadays. There are many cases about php exploiting.
And we need to take steps to make sure weak applications are not compromised on the server leading to bigger problems.
LiteSpeed web server is an Apache interchangeable, full-featured high performance,
secure HTTP server specifically engineered from the ground up with security and scalability in mind.
However, setting up Litespeed + PHP5 on FreeBSD has some troubles. This is caused by a bug with
Installing LiteSpeed, Upgrading PHP LSAPI, and Securing With Suhosin Patch in FEDORA 7

Fresh server, without other web server installed
---------------------
Install LiteSpeed
---------------------
Go to this path :
[code]
cd /usr/local/
[/code]
Download LiteSpeed :
[code]
wget http://www.litespeedtech.com/packages/3.0/lsws-3.2.3-std-i386-linux.tar.gz
[/code]
Unpack the lsws-3.2.3-std-i386-linux source :
[code]
tar -zxvf lsws-3.2.3-std-i386-linux.tar.gz
[/code]
Change directory to lsws-3.2.3/ :
[code]
cd lsws-3.2.3/
[/code]
Install lsws :
[code]
./install.sh
[/code]
Recent blog posts |
Recent comments
1 day 17 hours ago
1 week 2 hours ago
1 week 1 day ago
2 weeks 2 days ago
4 weeks 1 day ago
4 weeks 2 days ago
4 weeks 6 days ago
5 weeks 1 day ago
5 weeks 2 days ago
6 weeks 2 days ago