• Free Checkup
  • Emergency Support
  • Login
  • Sign Up
Server Management Tips
  • Cloud Support
    • Cloud Management
    • AWS support
    • Google Cloud support
    • Azure Support
    • DevOps Support
  • Server Administration
    • Node Management
    • Dedicated Server Support
  • OutSourced Tech Support
    • Dedicated Support
    • Dedicated Tech Support
    • Semi-Dedicated Tech Support
    • Dedicated Team Support
  • Client Support
    • Helpdesk Support
    • Live Chat Support
  • Emergency Support
    • Hourly Administration
    • Server Migration
    • Server Abuse Handling
  • Development
    • Hire a Developer
    • Hire a Development Team
Server Management Tips
Server Management Tips
  • Cloud Support
    • Cloud Management
    • AWS support
    • Google Cloud support
    • Azure Support
    • DevOps Support
  • Server Administration
    • Node Management
    • Dedicated Server Support
  • OutSourced Tech Support
    • Dedicated Support
    • Dedicated Tech Support
    • Semi-Dedicated Tech Support
    • Dedicated Team Support
  • Client Support
    • Helpdesk Support
    • Live Chat Support
  • Emergency Support
    • Hourly Administration
    • Server Migration
    • Server Abuse Handling
  • Development
    • Hire a Developer
    • Hire a Development Team
Copyright 2021 - All Right Reserved
Linux BasicsMiscellaneous

How to Install and Configure mod_fcgid in Apache

by SupportPRO Admin December 12, 2012
written by SupportPRO Admin

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 …

Continue Reading
0 comments
0 FacebookTwitterPinterestEmail
Linux Basics

mod_evasive

by SupportPRO Admin December 12, 2012
written by SupportPRO Admin

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

Continue Reading
0 comments
0 FacebookTwitterPinterestEmail
Linux BasicsMiscellaneous

mod_spdy

by SupportPRO Admin November 28, 2012
written by SupportPRO Admin

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 …

Continue Reading
0 comments
0 FacebookTwitterPinterestEmail
Miscellaneous

Infections in systems

by SupportPRO Admin November 28, 2012
written by SupportPRO Admin

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 …

Continue Reading
0 comments
0 FacebookTwitterPinterestEmail
Miscellaneous

Why PHP Memory Limit Changes Don’t Work in WHM ?

by SupportPRO Admin November 28, 2012
written by SupportPRO Admin

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 …

Continue Reading
0 comments
0 FacebookTwitterPinterestEmail
Miscellaneous

How can we delete the downloaded old and junk mails from the server in Outlook

by SupportPRO Admin November 19, 2012
written by SupportPRO Admin

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.

Continue Reading
0 comments
0 FacebookTwitterPinterestEmail
MiscellaneousTechnical Articles

Ftp Connection issues (Can connect via console , but not with filezila )

by SupportPRO Admin November 19, 2012
written by SupportPRO Admin

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: …

Continue Reading
0 comments
0 FacebookTwitterPinterestEmail
MiscellaneousTechnical Articles

Opcode caching

by SupportPRO Admin November 15, 2012
written by SupportPRO Admin

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 …

Continue Reading
0 comments
0 FacebookTwitterPinterestEmail
a hand holding wordpress symbol
Technical Articles

How to Downgrade WordPress Safely

by SupportPRO Admin November 15, 2012
written by SupportPRO Admin

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 …

Continue Reading
0 comments
0 FacebookTwitterPinterestEmail
Linux Basics

Install Awstats for a domain in cpanel

by SupportPRO Admin November 15, 2012
written by SupportPRO Admin

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

Continue Reading
0 comments
0 FacebookTwitterPinterestEmail
Newer Posts
Older Posts

Services

  • Outsourced hosting support
  • Server administration
  • Web Programming
  • Large Language Models
    Understanding LLMs (Large Language Models): A Step-by-Step Guide for Beginners
    Introduction Artificial Intelligence (AI) is revolutionizing the way we live our lives by transforming everything from work practices to communication and even ways we search for information. Nowadays, most of…
  • Linux server monitoring dashboard showing I/O wait and disk bottlenecks
    How to Troubleshoot High I/O Wait in Linux
    Linux servers can handle thousands of operations every second. However, they can still slow down when storage devices become overloaded. One of the clearest signs of a storage problem is…
  • How to Choose Server Infrastructure for Hosting Companies
    How to Choose the Right Server Infrastructure for a Growing Hosting Company ?
    Why Infrastructure Decisions Matter ? Running a hosting company becomes more challenging as your business grows. In the beginning, managing a few customers and servers may feel simple. However, your…

Categories

  • ansible
  • Artificial Intelligence
  • AWS
  • aws managed service provider
  • AWS Support
  • aws support services
  • Build Automation
  • Business
  • Case Study
  • Cloud
  • Cloud Managed Service
  • Cloud Support Services
  • Cloudflare
  • Compiling tools
  • cPanel
  • dedicated server support
  • Dedicated servers
  • Dedicated tech support
  • DevOps
  • Disaster Recovery
  • Docker
  • GCP
  • General Topics
  • JetBackup
  • Linux
  • Linux Basics
  • live chat
  • live chat support
  • Miscellaneous
  • Open source
  • Outsourced tech support
  • Recovery & Backup
  • Remote infrastructure Management
  • RunCloud
  • Security
  • server checkup
  • server management
  • server Migration
  • Server Monitoring
  • Server Security
  • server support
  • Server Tweaking
  • Technical Articles
  • Troubleshooting
  • web hosting
  • web hosting support
  • Windows Server
  • WordPress

CONTACT US

Sales and Support

Phone: 1-(847) 607-6123
Fax: 1-(847)-620-0626
Sales: sales@supportpro.com
Support: clients@supportpro.com
Skype ID: sales_supportpro

Postal Address

1020 Milwaukee Ave, #245,
Deerfield, IL-60015
USA

  • Industry Solutions
    • Web Hosting Services
    • Service Providers
    • E-Commerce Companies
    • Software Vendors
    • Web Developers
    • ISPs
    • Services
  • About Us
    • Company
    • Technical Blog
    • Careers
    • FAQ
    • Partners
    • Site Map
    • Affiliates
  • Popular Plans
    • Dedicated Team Support
    • Helpdesk Support
    • Hourly Administration
    • Legal
    • Privacy Statement
    • Terms of Use
    • How we work

©2022  SupportPRO.com. All Rights Reserved

X-twitter Facebook Linkedin Rss
Server Management Tips
  • Cloud Support
    • Cloud Management
    • AWS support
    • Google Cloud support
    • Azure Support
    • DevOps Support
  • Server Administration
    • Node Management
    • Dedicated Server Support
  • OutSourced Tech Support
    • Dedicated Support
    • Dedicated Tech Support
    • Semi-Dedicated Tech Support
    • Dedicated Team Support
  • Client Support
    • Helpdesk Support
    • Live Chat Support
  • Emergency Support
    • Hourly Administration
    • Server Migration
    • Server Abuse Handling
  • Development
    • Hire a Developer
    • Hire a Development Team