While migrating my server data to anther server, Permission denied /home/.htaccess pcfg_openfile unable, I got this error. while restarting apache server I got following error.
Category Archives: Apache
install php mysql apache on centos 7
In this tutorial we are going to tell you how to install php mysql apache on centos 7 with very easy and simple steps and guide. LAMP is becoming more popular these day. Many people are using LAMP for server solutions. Add EPEL-7 to your linux os with latest phpMyadmin. rpm -ivh http://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-5.noarch.rpm Now install …
install apache 2.4, php 5.5 and mysql on centos 6/7
In the article we will tell you to install apache 2.4, php 5.5 and mysql on centos 6/7 with this we will guide you about installing phpmyadmin and related php and mysql modules.
how to install varnish with wordpress and apache
There are many caching solution available in open source. In this article, We given step by step guide to use and install varnish with wordpress and apache
How to remove the AuthType Basic
For putting the web authentication we always use the .htaccess or apache configuration file. For removing the web auth from folder you need put following code in .htaccess file.
apache redirect one domain to another site
Aapache server tip, apache redirect one domain to another site. Sometimes we need redirection rule, When you want to divert your site traffic to another
how to prevent direct access to images through server
how to prevent direct access to images. To protect your images or media file you should use apache rewrite rules. To protect being linked on another website
How to configure haproxy load balancing on amazon ec2
confused how to configure load balancer on Amazon. Here we given you detail instructions about How to configure haproxy load balancing on amazon EC2
how to install Jmeter on Linux
how install on windows or linux box and how use it properly. Here In this tutorial I shown you, how install jmeter on linux. We given the step by step guide
How to remove the www from url with rewite rule
Now these days keeping www in URL is old fashion now. Current example is twitter.com. Using apache rule you can remove the www from url with rewite rule.