Server rental store

MediaWiki Help

# MediaWiki Help: Server Configuration for Newcomers

Welcome to the MediaWiki server configuration guideThis article is designed to help newcomers understand the basic technical aspects of the server powering our wiki. We'll cover hardware, software, and essential configuration points. Understanding these elements is crucial for troubleshooting and contributing to the long-term health of the site.

Understanding the Server Environment

Our MediaWiki instance runs on a dedicated server environment. This means the server’s resources are primarily allocated to running the wiki software and its associated services. This configuration ensures optimal performance and stability. It is important to note that direct access to the server is restricted to authorized personnel for security reasons. If you encounter issues, please report them through the Special:Contact page.

Hardware Specifications

The server hardware is the foundation of our wiki's performance. Here's a breakdown of the key components:

Component Specification
CPU Intel Xeon E5-2680 v4 (2.4 GHz, 14 cores)
RAM 64 GB DDR4 ECC Registered
Storage 2 x 1TB SSD (RAID 1) for OS and MediaWiki files
Network 1 Gbps Dedicated Connection
Power Supply Redundant 750W Power Supplies

The use of SSDs in a RAID 1 configuration is particularly important. RAID 1 provides data redundancy; if one drive fails, the other contains a complete copy of the data, preventing data loss. Regular Special:Log/Database monitoring helps ensure data integrity.

Software Stack

The MediaWiki software runs on a specific software stack. Understanding these components is vital for diagnosing and resolving issues.

Software Version
Operating System Ubuntu Server 22.04 LTS
Web Server Apache 2.4
Database Server MariaDB 10.6
PHP 8.1
PHP Extensions intl, mbstring, json, curl, gd, zip, xml, pdo_mysql

We utilize a LAMP (Linux, Apache, MariaDB, PHP) stack. The PHP extensions listed are critical for MediaWiki's functionality. Incorrectly configured or missing extensions can lead to errors. Refer to Manual:Configuration settings for detailed PHP configuration instructions. The version of PHP is regularly updated to maintain security and compatibility.

Key Configuration Points

Several key configuration points are essential for maintaining a stable and performant wiki.

⚠️ *Note: All benchmark scores are approximate and may vary based on configuration. Server availability subject to stock.* ⚠️