Web Servers

How to install OpenLiteSpeed, an excellent web server


OpenLiteSpeed is a high performance and lightweight HTTP server developed by LiteSpeed Technologies. OpenLiteSpeed is cross-platform (GNU/Linux, FreeBSD, MacOS) and can be integrated with applications developed in PHP, Ruby, Perl and Java.

OpenLiteSpeed is free to download, use, distribute and modify under the GPLv3 license.

Main features

  • Event-driven architecture.
  • Compatible with Apache’s mod_rewrite module.
  • Native Web Control Panel that allows you to manage the server from a web interface.
  • Protection against DDOS attack.
  • ModSecurity V3 integration.
  • Native cache system.
  • Native SAPI for PHP that allows applications to run up to 50% faster.
  • Cache plugin for WordPress.

How to install OpenLiteSpeed, an excellent web server Read More »

Install and configure Apache HTTP server

Apache HTTPD

Apache HTTP is a general purpose web server, designed to achieve a balance between flexibility, portability and performance. Apache HTTP has a modular architecture which allows to extend the basic functionality by selecting a set of modules: the modules are compiled as Dynamic Shared Objects (DSO) and they may be enabled/disabled using the LoadModule directive.

Install and configure Apache HTTP server Read More »

Convert url to lower case using Apache HTTP

If your site respond to urls that contain uppercase and lowercase characters (the same page responds to urls: yourdomain.com/my-Url, yourdomain.com/my-url), taking into account SEO parameters that is not good since the search engines are case-sensitive so you'd have more than one page indexed with the same content. A trick you can use is to convert all urls to lowercase, so:

Convert url to lower case using Apache HTTP Read More »