• 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
Miscellaneous

How to install nginx with upload-progress-module in the server?

by SupportPRO Admin March 9, 2012
written by SupportPRO Admin

You can install nginx with upload progress-module. You can follow the bellow steps to install. 1. cd /usr/local/src 2. wget http://nginx.org/download/nginx-0.8.53.tar.gz (download from http://github.com/masterzen/nginx-upload-progress-module and sftp to “/usr/local/src”) masterzen-nginx-upload-progress-module-v0.8.1-0-gc740674.tar.gz 3. tar xzvf nginx-0.8.53.tar.gz tar xzvf masterzen-nginx-upload-progress-module-v0.8.1-0-gc740674.tar.gz 4. cd nginx-0.8.53 ./configure –prefix=/opt \ –sbin-path=/opt/sbin/nginx \ –conf-path=/opt/etc/nginx/http-nginx.conf \ –error-log-path=/var/log/http-nginx/error.log \ –http-log-path=/var/log/http-nginx/access.log \ –pid-path=/var/run/http-nginx.pid \ –lock-path=/var/lock/http-nginx.lock \ –user=www-data \ –group=www-data \ –with-http_realip_module \ –with-rtsig_module \ –with-http_gzip_static_module \ –with-http_stub_status_module \ –with-http_ssl_module \ –without-mail_pop3_module \ –without-mail_imap_module \ –without-mail_smtp_module \ –add-module=/usr/local/src/masterzen-nginx-upload-progress-module-c740674/ 5. make 6. make install You can control nginx from /etc/init.d/nginx <start/stop/restart> and the conf file by default is /etc/nginx/nginx.conf . If you require help, contact SupportPRO Server Admin

Continue Reading
March 9, 2012 0 comments
0 FacebookTwitterPinterestEmail
find total size of all files
Miscellaneous

How to find total size of all files under the ownership of a user?

by SupportPRO Admin February 28, 2012
written by SupportPRO Admin

Linux servers often host multiple users and applications simultaneously. During execution, applications such as Apache or background services may generate temporary files, especially inside directories like /tmp. Over time, these files can consume significant disk space and affect system performance. System administrators frequently need a method to identify which user is consuming disk space and calculate the total size of files created by that user. This guide explains how to find both individual file sizes and total disk usage for files owned by a specific user using a powerful combination of Linux commands. Scenario Consider a domain hosted on a Linux server. While running applications or scripts, temporary files may be created inside the system’s /tmp directory. To monitor storage …

Continue Reading
February 28, 2012 0 comments
0 FacebookTwitterPinterestEmail
How to Fix Nameserver IPs Not Showing in WHM
Miscellaneous

How to Fix Nameserver IPs Not Showing in WHM | Step-by-Step Guide

by SupportPRO Admin February 28, 2012
written by SupportPRO Admin

When managing a cPanel server, you may sometimes notice an issue where Nameserver IPs are not listed or are showing incorrect values in WHM. This usually appears under: WHM → Main → DNS Functions → Nameserver IPs In such cases, the system may not display any IP addresses or may show outdated entries. This can affect DNS configuration and server name resolution. The good news is that this issue is usually caused by incorrect or missing configuration files and can be fixed quickly. Why This Issue Happens The “Nameserver IPs not listing in WHM” issue typically occurs due to: To resolve this, you need to verify and correct two important system files. Step 1: Check /etc/nameserverips File First, verify the …

Continue Reading
February 28, 2012 0 comments
0 FacebookTwitterPinterestEmail
ADDING SRV RECORDS IN DNS
Miscellaneous

Understanding SRV Records in DNS and How They Work

by SupportPRO Admin February 1, 2012
written by SupportPRO Admin

DNS does more than connect domain names to IP addresses. It also helps applications locate the exact servers and ports required for specific services. This is where SRV records come into play. SRV (Service) records allow services like SIP, XMPP, LDAP, and email systems to identify the correct server and communication port automatically. In this blog, we’ll explain what SRV records are, how they work, their structure, and why they are important in modern network environments. What is an SRV Record? An SRV (Service) record is a type of DNS record used to identify the hostname and port number of servers that provide specific services. It helps applications locate the correct server for a requested service automatically. SRV records are …

Continue Reading
February 1, 2012 0 comments
0 FacebookTwitterPinterestEmail
Miscellaneous

How to export email addresses from mailman mailing list to text file?

by SupportPRO Admin January 31, 2012
written by SupportPRO Admin

You can export email addresses from mailman mailing list to txt file using the following command. cd /usr/local/cpanel/3rdparty/mailman/bin/ ls to see the mailing list /usr/local/cpanel/3rdparty/mailman/bin/list_members_domain.com > address.txt Copy this address.txt file into public_html folder of user account. If you require help, contact SupportPRO Server Admin

Continue Reading
January 31, 2012 0 comments
0 FacebookTwitterPinterestEmail
Fix the Issue with Removing an Email Account from cPanel
Technical Articles

How to Fix the Issue with Removing an Email Account from cPanel ?

by SupportPRO Admin January 31, 2012
written by SupportPRO Admin

Sometimes while trying to delete an email account from cPanel, you may encounter an error similar to the following: This issue with removing an email account from cPanel usually occurs because the domain ownership information inside cPanel is not properly updated after account or domain changes. Although the email address may appear deleted, its entries and mail data can still remain on the server. In such situations, manual cleanup is required. Common Causes of the Issue with Removing an Email Account from cPanel This problem mainly occurs in the following cases: 1. Domain Changed Between Main and Addon Domain The issue can happen when a domain is changed: During this process, cPanel may retain old email account references. 2. Domain …

Continue Reading
January 31, 2012 0 comments
0 FacebookTwitterPinterestEmail
Linux BasicsTechnical Articles

Problem with loading graphics(GUI) with debian based GNU/Linux systems

by SupportPRO Admin January 31, 2012
written by SupportPRO Admin

GNU/Linux provides a tool/command to fix this issue: ‘dpkg-reconfigure xserver-xorg’ is the command for fixing the Xserver loading problem. Steps:- First, log in as a super (or root) user from the console. Then, run dpkg-reconfigure xserver-xorg (if you’re on Ubuntu and can’t log in as root, run sudo dpkg-reconfigure xserver-xorg). You will see a window/wizard as ‘Configuring xserver-xorg’ , Just accept the default answer and go to the next one. At the end of the wizard you will be exited from the configuration window/wizard, then just reboot the system your graphics(GUI) loading problem will be fixed. If you require help, contact SupportPRO Server Admin

Continue Reading
January 31, 2012 0 comments
0 FacebookTwitterPinterestEmail
Google Alerts
General Topics

Google Alerts: A Simple Yet Powerful Tool for Staying Updated Online

by SupportPRO Admin January 31, 2012
written by SupportPRO Admin

Introduction In today’s fast-paced digital world, it can be tough to stay informed about industry trends, competitors, and key news. While many businesses spend money on premium monitoring tools, one free and effective solution often goes unnoticed: Google Alerts. Google Alerts has been around for many years, but many professionals have overlooked this useful tool. It is still one of the easiest ways to get timely updates straight to your inbox on the topics that matter most to you. Google Alerts Google Alerts have been available for a long time. Many of us have forgotten that it still exists. It provides email updates, so you get the latest appropriate Google results (web, news, blogs, videos, discussions, etc.) based on your …

Continue Reading
January 31, 2012 0 comments
0 FacebookTwitterPinterestEmail
Softaculous
Linux Basics

How to Install Softaculous in cPanel Server

by SupportPRO Admin December 28, 2011
written by SupportPRO Admin

You can install softaculous in cpanel from WHM and also from command line without having to visit cPanel/WHM. Before starting the softaculous installation please make sure that the ‘ionCube Loader’is enabled on the server. To install from WHM ================== 1. Log into server via ssh. 2. cd /usr/local/cpanel/whostmgr/docroot/cgi 3. wget -N http://www.softaculous.com/ins/addon_softaculous.php 4. chmod 755 addon_softaculous.php 5. Then go to WHM –> Plugins–>softaculous– Instant Installs Install from command cline ========================== 1.Log into server via ssh. 2.cd /usr/local/cpanel/whostmgr/docroot/cgi 3. wget -N http://www.softaculous.com/ins/addon_softaculous.php 4. chmod 755 addon_softaculous.php 5. /usr/local/cpanel/3rdparty/bin/php /usr/local/cpanel/whostmgr/docroot/cgi/addon_softaculous.php You can install softaculous in cpanel from WHM and also from command line without having to visit cPanel/WHM. Before starting the softaculous installation please make sure that the ‘ionCube Loader’ is enabled …

Continue Reading
December 28, 2011 0 comments
0 FacebookTwitterPinterestEmail
General Topics

Google Cloud Connect

by SupportPRO Admin December 27, 2011
written by SupportPRO Admin

Microsoft Office with Google Cloud Connect is a deadly combination for collective multiple users experience. The feature highlight is users can simultaneously edit Microsoft Office documents, users can also share and backup too. The main features are: Collaborative Editing – At the same time multiple persons can edit the same document. The person is added as editor. The document is then shared using Gmail. The other persons have to download the document for editing. Any change made by one person will be reflected in all of the collaborators. Revision History – This is a very useful feature that avoids cluttering of the same document in multiple names to keep earlier versions. It tracks, manages and synchronizes all the changes made …

Continue Reading
December 27, 2011 0 comments
0 FacebookTwitterPinterestEmail
Newer Posts
Older Posts

Services

  • Outsourced hosting support
  • Server administration
  • Web Programming
  • How Unchecked Log Growth Brings Production Servers to Their Knees
    When Logs Attack: How Unchecked Log Growth Brings Production Servers to Their Knees
    A Slowdown With No Obvious Cause A server doesn’t need a CPU spike or a memory leak to grind to a halt. Sometimes, the real problem is something much simpler:…
  • How to Reduce Website Response Time
    How to Reduce Website Response Time
    Nobody sticks around for a slow website. If your pages take too long to load, visitors leave, and in many cases, they’re gone before the content even finishes rendering. We…
  • Virtual Machine
    Step-by-step Guide to Expanding a Xen Virtual Machine.
    XenServer is a virtualization platform that provides performance for virtualized server and client operating systems, delivering near-bare metal server performance. On a single host computer, the Xen hypervisor safely runs…

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
  • Database
  • 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
  • MySQL
  • Open source
  • OpenClaw
  • Outsourced tech support
  • Recovery & Backup
  • Remote infrastructure Management
  • RunCloud
  • Security
  • Server
  • server checkup
  • server management
  • server Migration
  • Server Monitoring
  • Server Security
  • server support
  • Server Tweaking
  • Technical Articles
  • Troubleshooting
  • VPS
  • 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
  • Home