Server Administration Articles
228 results
This collection of articles provides resources for server administration.
-
Allowing Remote Database Access
Read more: Allowing Remote Database AccessRemote database access may be needed for third-party apps but is disabled by default due to security risks. Learn when and how to enable it safely.
-
Apache Mod_rewrite
Read more: Apache Mod_rewriteLearn to use Apache’s mod_rewrite to redirect URLs, force HTTPS, create SEO-friendly links, and more with practical .htaccess examples.
-
Apache Modules Explained
Read more: Apache Modules ExplainedApache’s modular design allows for the ability to only use resources on the features and functions you need. Use this article to determine the installed Apache modules on your web server.
-
Apache Web Server
Read more: Apache Web ServerOur collection of articles provides technical guides for installing, configuring, and managing the Apache web server on Linux operating systems.
-
Automating Server Scripts with Cron
Read more: Automating Server Scripts with CronLearn to automate tasks on your Linux server with cron. This time-based job scheduler can run scripts at fixed times, dates, or intervals.
-
Backing Up a MySQL Database
Read more: Backing Up a MySQL DatabaseProtect your website data before making major changes. Learn how to manually back up your MySQL databases using cPanel, the command line, or Plesk.
-
Batch converting MySQL table engines
Read more: Batch converting MySQL table enginesMySQL batch table engine conversion: MyISAM InnoDB. Get CLI scripts, rollback prep, & robust methods. *Always backup data first!*
-
Best Practices: Developing a Backup Plan
Read more: Best Practices: Developing a Backup PlanAvoid data loss due to technical issues, accidents, or security threats with a solid backup plan. Learn what to back up, how often, where to store backups, and ensure the safety of your valuable data and investments.