SHARE
Facebook X Pinterest WhatsApp

Apache Maintenance Basics Page 5

Written By
thumbnail Martin Brown
Martin Brown
Jul 20, 2010
ServerWatch content and product recommendations are editorially independent. We may make money when you click on links to our partners. Learn More



Other Systems and Extensions

It’s unlikely Apache is your entire Web serving platform — there are probably additional modules, languages, scripting environments, and other components to maintain and keep up to date (e.g., the latest versions of Perl, Perl modules, PHP, and MySQL). Keeping these up to date is not entirely a full-time job, but they should be checked every one to three
months to see what needs updating.

Some of this can be quite easy. For example, if you are using the CPAN module within Perl, you can update all of the installed modules on your system using the command:

/usr/local/bin/perl -MCPAN -e 'CPAN::Shell->install(CPAN::Shell->r)'

This forces CPAN to produce a list of all of the outdated modules and install them. Other systems must then be handled manually.

Scheduling Maintenance

Some items in this article should be checked weekly, some monthly, and some annually. Each enterprise must determine which schedule is right for each item based on the environment, how busy the server is, and how well-used the system is. Most likely, the treatment that sites and virtual hosts receive will vary.

Just don’t ignore maintenance in the hopes that it will go away — it wont. But a
few simple steps could save you hours, and even days, in the long run.

thumbnail Martin Brown

Martin Brown is a ServerWatch contributor.

Recommended for you...

What Is a Container? Understanding Containerization
What Is a Print Server? | How It Works and What It Does
Nisar Ahmad
Dec 8, 2023
What Is a Network Policy Server (NPS)? | Essential Guide
Virtual Servers vs. Physical Servers: Comparison and Use Cases
Ray Fernandez
Nov 14, 2023
ServerWatch Logo

ServerWatch is a top resource on servers. Explore the latest news, reviews and guides for server administrators now.

Property of TechnologyAdvice. © 2025 TechnologyAdvice. All Rights Reserved

Advertiser Disclosure: Some of the products that appear on this site are from companies from which TechnologyAdvice receives compensation. This compensation may impact how and where products appear on this site including, for example, the order in which they appear. TechnologyAdvice does not include all companies or all types of products available in the marketplace.