mod_fcgid is a high-performance Apache module designed to improve the execution of CGI applications. It was introduced as a binary-compatible replacement for FastCGI while providing better control over process management and resource usage. Unlike traditional CGI modules such as mod_cgi or mod_cgid, mod_fcgid keeps application processes running in the background, allowing them to handle multiple requests efficiently without restarting for every connection. Why Use mod_fcgid? mod_fcgid offers several advantages: Installing mod_fcgid Step 1: Install Apache Components On Red Hat or CentOS systems, install Apache with the threaded MPM Worker module …
mod_evasive is a detection and network management tool, and can be easily configured to talk to IP chains, firewalls, routers, etc . Detection is performed by creating an internal dynamic hash table of IP Addresses and URLs, and denying any single IP address that matches the criteria. #cd /usr/src #wget http://www.zdziarski.com/blog/wp-content/uploads/2010/02/mod_evasive_1.10.1.tar.gz #tar xzf mod_evasive_1.10.1.tar.gz #cd mod_evasive #apxs -cia mod_evasive20.c LoadModule evasive20_module /usr/lib/httpd/modules/mod_evasive20.so
SPDY is a new networking protocol used for speeding up the web. It combines with http protocol with several speed related features that can reduce page load time. It uses stream multiplexing and header compression to improve speed. In order to use SPDY, a web server and a browser that both support SPDY is needed. Google chrome and newer versions of Firefox support SPDY protocol. In Apache HTTPD server mod_spdy module add support to SPDY protocol. SPDY protocol uses HTTPS so site need to serve content over HTTPS in order …
As internet users we are all aware of the infections that are caused to our systems. We call each infections a set of medical terms like viruses,worms etc. so at some point of time we may even say my computer has caught a flue while browsing , just kidding . All apart we always trust on antivirus and some software to treat these viruses as doctors. My agenda here is to let a light pass though everyones mind so that they could understand what are these viruses and infections that …
Sometimes increasing the PHP memory limit in php.ini does not resolve memory-related errors. Even after updating the configuration, applications like WordPress may still display out of memory errors. This usually happens because Apache memory restrictions override PHP settings. Why PHP Memory Limit Changes May Not Work In cPanel/WHM servers, Apache can enforce its own memory limits independent of PHP configuration. You should verify the following WHM setting: WHM → Service Configuration → Apache Configuration → Memory Usage Restrictions This feature controls Apache’s memory usage based on historical resource consumption. How …
How can we delete the downloaded old and junk mails from the server in Outlook
You can set a junk email filter, which can automatically scan your e-mail and move spam into another folder, titled Junk E-mail. Please follow the steps below: 1. On the Tools menu, click Options. 2. On the Preferences tab, under E-mail, click Junk E-mail. 3. Select the level of protection that you want.
Ftp Connection issues (Can connect via console , but not with filezila )
Sometimes administrators may encounter an FTP connection issue where login works through the console, but FTP clients such as FileZilla fail to connect properly. Issue You can successfully connect to the FTP server using the command line, but when connecting through an FTP client like FileZilla: Cause This issue usually occurs when the FTP server operates in Passive Mode. In passive mode: Solution Step 1: Login to the FTP Server Access your server via SSH. Step 2: Configure Passive Port Range Open the Pure-FTPd configuration file: Locate the following line: …
When a users browser calls a PHP script, the process is as follows. 1.Users browser request the page2.PHP script gets compiled by server3.Execution of the compiled version4.Output data. Normally the applications such as programs on our desktop are already compiled. But this is not in the case of scripting languages such as PHP,Perl etc. They are compiled only on demand. Converting source code to machine code consumes a lot of resources. Opcode cache stores the opcode in a cache. Thus instead of constantly recompiling the source code it execute the …
Steps to downgrade WordPress version: 1. Firstly, make full back up of your site (backup of WordPress folder and database). 2. Login to your WordPress dashboard. Go to plugins and deactivate all the plugins. 3. Once you completed with deactivating all the plugins, logout from the WordPress dashboard. 4. Login to your hosting account. Go to your sites root directory and locate the core WordPress files. 5. Delete wp-admin and wp-includes folder. There is no need to delete the files since they can be replaced or overwritten while you copy …
The following are the steps to install awststs in cpanel: 1. Download wastats source: http://awstats.sourceforge.net wget http://nchc.dl.sourceforge.net/project/awstats/AWStats/7.0/awstats-7.0.tar.gz 2. Extract the tzr.gz file #gtar -zxvf awstats-7.0.tar.gz 3. Change the permissions of the awredir.pl and awstats.pl files to 755 (under awstats-7.0/wwwroot/cgi-bin/) 4. Move awredir.pl and awstats.pl and the directory icons to /home/user/cgi-bin 5. Copy /home/user/tmp/awstats/awstats.domain.com.conf to /home/user/cgi-bin 6. Edit /home/user/cgi-bin/awstats.domain.com.conf and search for the “DirIcons” line, and change it to show: DirIcons=”/cgi-bin/icon” 7. Check statistics at http://www.yourdomain.com/cgi-bin/awstats.pl?config=yourdomain.com. If you require help, contact SupportPRO Server Admin