
How to Fix _default_ VirtualHost overlap on port 80, the first has precedence
Question : I running wordpress blog on apache web server on Virtual private server (VPS). I had the problem when i restarted the httpd service on my VPS. This error…
How to Fix _default_ VirtualHost overlap on port 80, the first has precedence
Question : I running wordpress blog on apache web server on Virtual private server (VPS). I had the problem when i restarted the httpd service on my VPS. This error…
How to Install Varnish Cache With Apache On CentOS 6.5
Varnish is an open source web accelerator (also called a HTTP reverse proxy) designed for content-heavy dynamic web sites to speed up web server’s performance. Typical Web server will handles…
How to Install WordPress on Remote MySQL
WordPress is an open source content management system (CMS) and popular blogging platform in the world based on PHP and MySQL platform. WordPress can be install on multiple way, either…
Install MySQL, Apache and PHP on CentOS 6.5
LAMP stand for Linux, Apache, MySQL and PHP which is group of software used to run an web applications. The combination of these software is called LAMP stack. This document…
How to Setup Apache httpd on CentOS Dedicated Server
The Apache HTTP Server is a free or open source Web server developed by the Apache Software Foundation (http://www.apache.org/). This post describes the basic steps to setup Apache httpd on…
How to Fix “Could not reliably determine the server’s fully qualified domain name”
When working with web servers like Apache, you might encounter the error message “Could not reliably determine the server’s fully qualified domain name.” This issue arises when the Apache web…
Apache Reverse Proxy Configuration for Linux
Reverse Proxy is a gateway and it’s appears to the client like an ordinary web server. In this article, i will show quick steps to setup and configure Apache Reverse…
How to Enable mod_perl on Linux CentOS 6.3
The default apache configuration installed without mod_perl. This can be a good idea in order to minimize the number of things that can go wrong. This post will covers the…
How to Install Mod_Security to Apache HTTP Server on CentOS 6.3
ModSecurity is an open source web application firewall and intrusion detection and prevention system that provide filtering and other security features to the Apache HTTP Server. ModSecurity is a web…
How to Install Httpd on CentOS 6.3
This post will show you the quick steps to install apache httpd on linux CentOS 6.3 server. Apache httpd is one of the most popular web servers and has a…
How to Install Apache, PHP and MySQL on CentOS 6.2
Install Apache, PHP and MySQL on centOS 6.2 In this post, i will share with you on how to install Apache Httpd, PHP and MySQL on linux CentOS 6.2 server….
How to Install Cacti on CentOS 6.2 using EPEL Repository
Cacti is a popular open-source network monitoring and graphing tool used for visualizing network performance data. CentOS 6.2 is an older version of the CentOS operating system, but it is…