Do you have WHM access to your server? Then it’s simple, do the steps in >> disable directory indexes server wide – cPanel/WHM << Disabling the directory listing option in Apache web server will improve the total server security and…
Web Server
Disable Directory listing in Apache on RHEL/CentOS server – An easy way from Whm/cPanel
When you set up a new website, you can see a cgi-bin folder or something like that while accesing the website via browser. Directory listing is disabled by default in most servers these days for many reasons, one of them…
Installation of Tomcat and adding JSP support for a domain on a cpanel server
This post was created few years ago. And it’s for EasyApache3. Apache Tomcat (also known as Tomcat) is an open-source implementation of Java Servlets and JavaServer pages. Tomcat uses a self-contained HTTP server to provide support for Java web applications.…
http to https redirection using .htaccess file
Is it possible? Yep, we can redirect the non SSL query to your website to SSL port by using .htaccess file in the website’s public folder. If the file is not there, go ahead and simply create it. This will…
The XCache – Simple way to install Xcache from source code
The XCache is useful when your websites have page load time issue. I think we all were faced/are facing the same problem while browsing high traffic websites most times. Here is the solution for that by caching the already executed…
10+ netstat command’s practical usages with example – Unix/Linux
Hi friends, last day we have discussed about some useful switches of netstat. But, in practical situation, we need to use some combination(Switch combinations) to display custom output. Here I am explaining some practical usages of netstat with example. How…
Repository details for PerconaDB – CentOS 5, 6 & Redhat 5, 6
To download and install PerconaDB on your server instead of MySQL the server must have a repo file which has PerconaDB details. Do follow the steps below to create a repo for PerconaDB. Step 1 : Login to server via…