MyApache Settings
The MyApache Settings page allows you to configure advanced Apache module behavior through worker-related parameters such as server limits, threading rules, and connection handling.
Overview
URL: /admin/my-apache-settings

These settings apply to Apache MPM modules like mod_prefork, mod_worker, and mod_event, allowing server administrators to fine-tune performance for different workloads.
Usage Preset
Select a predefined configuration profile based on your server’s hosting volume.
Options:
- Low Capacity — Ideal for up to 500 websites
- Moderate Capacity — Supports 500 to 2,000 websites
- High Capacity — Designed for 2,000 to 5,000+ websites
- Custom Settings — Tailor to your specific needs
Server Process Settings
Settings related to Apache server processes (relevant for mod_prefork, mod_itk, etc.)
| Field | Description |
|---|---|
| Start Servers | Number of child server processes created on startup |
| Min Spare Servers | Minimum number of idle child server processes |
| Max Spare Servers | Maximum number of idle child server processes |
| Server Limit | Upper limit on configurable number of processes |
Thread Settings
Settings related to Apache worker threads (relevant for threaded MPMs such as worker or event).
| Field | Description |
|---|---|
| Thread Limit | Max number of worker threads per child process |
| Threads Per Child | Number of threads created per child |
| Min Spare Threads | Minimum number of idle threads available |
| Max Spare Threads | Maximum number of idle threads |
| Async Request Worker Factor | Number of events each thread handles asynchronously (event MPM only) |
Connection Limits
Settings for managing Apache connection and request behavior.
| Field | Description |
|---|---|
| Max Request Workers | Max number of simultaneous requests served |
| Max Connections Per Child | Number of connections a child process serves before terminating (0 = unlimited) |
Actions
Save changes– Apply the new configuration immediately.