Application Pool in IIS

The concept of Application pool was implemented in IIS to attain maximum stability and security through process isolation property within the domains hosted in the same server. Each application pools acts as an individual process and the code of every single domain will run in these pools in an isolated manner. Multiple domains could be [...]

2017-01-22T16:29:12+05:30February 6th, 2014|Server Administration|Comments Off on Application Pool in IIS

Cloudstack Setup With XEN Virtualisation

Apache CloudStack is open source software designed to deploy and manage large networks of virtual machines, as a highly available, highly scalable Infrastructure as a Service (IaaS) cloud computing platform. CloudStack is used by a number of service providers to offer public cloud services, and by many companies to provide an on-premises (private) cloud offering, [...]

2019-07-29T17:33:44+05:30December 2nd, 2013|Server Administration|Comments Off on Cloudstack Setup With XEN Virtualisation

Apache Performance Tuning

Apache performance tuning is very important in the performance of a webserver. As compared with Apache 1.3, there are a lot of additional optimizations brings in the Apache 2.x performance. Most of these settings were done as default in the apache configuration. Since the webserver performance is very much affected by the RAM, there are [...]

2013-05-23T11:53:07+05:30May 23rd, 2013|Server Administration, Uncategorized|Comments Off on Apache Performance Tuning

Server Hardening: Install and configure Chkrootkit

chkrootkit is a tool to locally check for signs of a rootkit. It is a common tool among system administrators to check for rootkits. Here, I will explain how to install chkrootkit and scan your server for rootkits. I will also explain how to write a bash script to automate the chkrootkit scan and email [...]

2009-09-20T22:28:38+05:30September 20th, 2009|Server Administration, Server Security, Uncategorized|Comments Off on Server Hardening: Install and configure Chkrootkit

OpenVZ UBC Parameter: Determining Resource Shortage

Ever had to stare at those maxheld, barrier, failcnt values in OpenVZ UBC Parameters in /proc/user_beancounters? Not anymore! Below script, taken from nagios plugin, will easily look through the /proc/user_beancounters file and list all UBC parameters that are under resource shortage. […]

2009-07-24T07:47:42+05:30July 24th, 2009|Server Administration, Uncategorized|Comments Off on OpenVZ UBC Parameter: Determining Resource Shortage

War on Remote File Inclusion exploits

Picture this – Your server is running fine all  these days. Low load. Low bandwidth. Happy Customers. And the next day, everything goes haywire. High bandwidth being reported by NOC. Customers’ website getting hacked. You start receiving emails complaining about port scans being executed from your server. You get frustrated by all these. [...]

2009-05-21T10:04:25+05:30May 21st, 2009|Server Administration, Uncategorized|Comments Off on War on Remote File Inclusion exploits

Increasing apache performance with mod_cache and mod_disk_cache

Very recently, I was asked by few of my colleague to performance tune a website, which its web master found too slow to handle requests. The site was already running on a dual quad core processor with 8 GB of RAM. And, the apache configuration was at its maximum to get rocking performance from the [...]

2009-05-20T05:50:41+05:30May 20th, 2009|Server Administration, Uncategorized|Comments Off on Increasing apache performance with mod_cache and mod_disk_cache
Go to Top