
How to Install and Setup Apache Web Server in Linux
1. Introduction of Web Server (Apache Web Server) A web server generally hosts the web content, and responds to requests for this content from web browsers such as Internet explorer,…
How to Install and Setup Apache Web Server in Linux
1. Introduction of Web Server (Apache Web Server) A web server generally hosts the web content, and responds to requests for this content from web browsers such as Internet explorer,…
How to Hide Apache Information on Ubuntu VPS/Dedicated Web server
By default the sensitive server information such as of Apache version, modules, operating System was not hide from the HTTP Header. This information will be display when there is a…
How to Install and Configure Apache2, PHP and MySQL 5.6 on Ubuntu 14.04
LAMP stack is a group of open source software that installed together to let you run a server to host dynamic websites. “L” stand for Linux, “A” stand for Apache…
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”
Question : How to fix “Could not reliably determine the server’s fully qualified domain name” when starting apache httpd service ? [root@centos64 ~]# service httpd start Starting httpd: httpd: apr_sockaddr_info_get()…
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…