MyApache Settings
The MyApache Settings page allows you to configure the Apache web server through a tabbed interface covering server configuration, security, performance, logging, and modules.
Overview
URL: /admin/my-apache-settings
At the top of the page you will find:
- MyApache Profile - a dropdown to select the configuration profile (e.g.
Default (my-apache)) - Service status indicator - shows whether the MyApache service is running (green) or stopped (red)
Tabs
The settings are organized into six tabs:
Server Configuration
Basic server settings including:
| Field | Description |
|---|---|
| Server Root | The root directory of the Apache installation (e.g. /etc/httpd). |
| PID File | Path to the process ID file (e.g. /run/httpd/httpd.pid). |
| User | The system user that Apache runs as (e.g. apache). |
| Group | The system group that Apache runs as (e.g. apache). |
| Server Admin Email | The administrator email address (e.g. root@localhost). |
| Server Name | The server hostname and port (e.g. localhost:80). |
Security & Performance
Security-related settings and performance optimizations for Apache.
Timeouts & Performance
Timeout values and performance-related parameters including connection timeouts and keep-alive settings.
Request 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). |
| 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. |
Logging Configuration
Configure Apache logging behavior including log levels, log formats, and log file locations.
Modules Configuration
Manage Apache modules - enable or disable individual modules as needed.
Usage Preset
A predefined configuration profile selector based on your server’s hosting volume:
- 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
Actions
- Apply Configuration - apply the new configuration immediately
Profiles and Service Control
- Save as New Profile – Save the current configuration as a reusable profile.
- Load Profile / Download Profile – Restore or export a saved profile.
- Check Service Status – Verify the current Apache service state.
- Reload modules – Reload the Apache module list.
- Apply Configuration – Apply the current settings to the service.
- Refresh – Reload the current status.
- Restart – Restart the Apache service.