• 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
Technical Articles

How do I setup custom php.ini settings

by SupportPRO Admin November 5, 2012
written by SupportPRO Admin

Most of the shared hosting servers will be running php 5 with phpSuExec enabled.And so users are not able to have php flags in their .htaccess file. Inserting php flags in .htaccess files is a common cause of internal server errors on servers with phpSuExec enabled. One way around this is to create a custom php.ini file with the php values you need. The custom php.ini file we are creating should have the following permissions. permission: 644 ownership: cpanelusername:cpanelusername We can simply create a blank php.ini file and can add values that need to override. But there are security concerns with this method. PHP will revert to an absolute base configuration, which means some applications may throw a fit because …

Continue Reading
November 5, 2012 0 comments
0 FacebookTwitterPinterestEmail
General Topics

POP vs IMAP: What’s the Difference and Which One Should You Use?

by SupportPRO Admin October 30, 2012
written by SupportPRO Admin

When configuring email, one of the most common decisions is choosing between POP and IMAP. Both are email retrieval protocols, but they work in very different ways. POP (Post Office Protocol) is an older protocol designed for offline email access. IMAP (Internet Message Access Protocol) is more modern and supports multi-device email access. Understanding the difference between POP and IMAP helps you choose the right setup for your business or personal email. What Is POP (Post Office Protocol)? POP was designed to download emails from the mail server to a local computer. Once downloaded, the messages are usually removed from the server. POP typically uses port 110 (or 995 for secure SSL connections). This means: Emails are stored on one …

Continue Reading
October 30, 2012 0 comments
0 FacebookTwitterPinterestEmail
Miscellaneous

How Can mod_expires Speed Up Your Website in Apache?

by SupportPRO Admin October 30, 2012
written by SupportPRO Admin

The time that web pages take to load increases because static resources must be downloaded over the network. These resources can be cached by the browser using HTTP caching. Once a resource is cached, the browser loads the stored copy instead of downloading it again, reducing page load time. Browser caching helps reduce the total payload size, saves bandwidth, and eliminates repeated HTTP requests for the same resources. Cacheable resources include JavaScript and CSS files, image files, and other binary objects such as media files and PDFs. HTML files are usually dynamic and should be cached carefully, typically for shorter durations. In Apache, browser caching is handled using the mod_expires and mod_headers modules, which control cache behavior through HTTP headers …

Continue Reading
October 30, 2012 0 comments
0 FacebookTwitterPinterestEmail
Converting PHP Handler from DSO to suPHP in cPanel Servers
Miscellaneous

Converting PHP Handler from DSO to suPHP in cPanel Servers

by SupportPRO Admin October 17, 2012
written by SupportPRO Admin

suPHP adds an extra layer of security to your server by ensuring that PHP scripts run under the account’s own user instead of the default nobody user used by Apache in DSO mode. This makes it easier to track vulnerabilities and isolate security issues caused by insecure PHP scripts. Switching from DSO to suPHP improves accountability, enhances security, and prevents unauthorized access across user accounts in shared hosting environments. Why Use suPHP? Using suPHP offers several advantages: Steps to Convert PHP Handler from DSO to suPHP 1. Switch to suPHP Handler Login to your server as root and run: Alternatively, you can switch via WHM: Once completed: 2. Update Folder Permissions Set all directory permissions to 755: 3. Update File …

Continue Reading
October 17, 2012 0 comments
0 FacebookTwitterPinterestEmail
Miscellaneous

How to Safely Reduce Root (/) LVM Partition Size Using Rescue Mode ?

by SupportPRO Admin October 17, 2012
written by SupportPRO Admin

Resizing an LVM partition, especially reducing the root ( / ) partition, requires careful planning because the root filesystem cannot be unmounted while the system is running. To safely perform this operation, the server must be booted into a rescue environment, allowing administrators to modify disk partitions without risking data corruption. This guide explains how to safely reduce an LVM root partition using SystemRescueCd. Prerequisites Before starting: 👉 http://www.sysresccd.org/Download Step 1: Boot the Server in Rescue Mode Reboot the server and enter BIOS/Boot Menu. Step 2: Identify the Root LVM Partition Before resizing, identify which LVM partition is mounted as /. You can verify this using: Check /etc/fstab Or display logical volumes Note the LV Path, which typically appears as: …

Continue Reading
October 17, 2012 0 comments
0 FacebookTwitterPinterestEmail
Miscellaneous

DomainKey Identifer Mail (DKIM) Working Principle

by SupportPRO Admin October 1, 2012
written by SupportPRO Admin

DKIM is an email authentication technology which uses cryptography to validate that a message was sent by an authorized source. It is a method for associating a domain name to an email message, thereby allowing a person or organization to claim some responsibility for the message. In DKIM, any sending or handling mail agent either an MTA (Mail Transfer Agent) or a MUA (Mail User Agent) can cryptographically sign mail by adding a DKIM-Signature mail header to the mail item.

Continue Reading
October 1, 2012 0 comments
0 FacebookTwitterPinterestEmail
Miscellaneous

CW Image Optimizer Plugin for wordpress site

by SupportPRO Admin October 1, 2012
written by SupportPRO Admin

Introduction CW Image Optimizer Plugin reduces image file size and improve performance using Linux image optimization programs. This will automatically and without any loss optimize the images as we upload them to your blog. It can also optimize the images that have already uploaded in the past. Because CW Image Optimizer uses lossless optimization techniques, your image quality will be exactly the same before and after the optimization. The only thing that will change is your file size.

Continue Reading
October 1, 2012 0 comments
0 FacebookTwitterPinterestEmail
Miscellaneous

Enable TUN/TAP for a VPS

by SupportPRO Admin September 24, 2012
written by SupportPRO Admin

TUN/TAP is a virtual network device that sends and receives packets to and from userspace rather than a physical interface. OpenVZ supports VPN inside a container via kernel TUN/TAP module and device.

Continue Reading
September 24, 2012 0 comments
0 FacebookTwitterPinterestEmail
Miscellaneous

How to Install and Configure OpenDKIM with Postfix for Secure Email Authentication ?

by SupportPRO Admin September 20, 2012
written by SupportPRO Admin

Email authentication plays a critical role in improving email deliverability and protecting domains from spoofing. DomainKeys Identified Mail (DKIM) adds a digital signature to outgoing emails, allowing receiving servers to verify that messages are legitimate and unaltered. This guide explains how to install and configure OpenDKIM with Postfix to enable DKIM signing on a Linux server. What is OpenDKIM? OpenDKIM is an open-source implementation of the DKIM standard. It integrates with mail transfer agents like Postfix to automatically sign outgoing emails using cryptographic keys. Benefits include: Step 1: Install Required Packages Install the RPMForge repository and required packages. Step 2: Disable Sendmail Stop Sendmail and remove it from startup services. Step 3: Enable Services at Boot Enable Postfix and OpenDKIM …

Continue Reading
September 20, 2012 0 comments
0 FacebookTwitterPinterestEmail
Miscellaneous

Alternative to “ls” command

by SupportPRO Admin September 17, 2012
written by SupportPRO Admin

ls command will surely be one of the most used command while working with Linux command line. Think of a situation when your ls binary get corrupted. Is there any alternative of “ls” command. The Answer is “YES” echo does ls

Continue Reading
September 17, 2012 0 comments
0 FacebookTwitterPinterestEmail
Newer Posts
Older Posts

Services

  • Outsourced hosting support
  • Server administration
  • Web Programming
  • 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…
  • Choosing the Best Web Server: OpenLiteSpeed vs Nginx vs Apache with RunCloud
    When selecting a web server for your application, performance, scalability, and ease of management are crucial factors. OpenLiteSpeed (OLS), Nginx, and Apache are the three major contenders, each offering distinct…
  • Mastering Custom PHP Module Installation on RunCloud: A Step-by-Step Guide
    RunCloud provides its own PHP versions, which are different from Ubuntu’s default ones. So, instead of using apt-get install php-* to install PHP modules, which can cause conflicts with RunCloud’s…

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