Skip to content

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:

FieldDescription
Server RootThe root directory of the Apache installation (e.g. /etc/httpd).
PID FilePath to the process ID file (e.g. /run/httpd/httpd.pid).
UserThe system user that Apache runs as (e.g. apache).
GroupThe system group that Apache runs as (e.g. apache).
Server Admin EmailThe administrator email address (e.g. root@localhost).
Server NameThe 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:

FieldDescription
Max Request WorkersMax number of simultaneous requests served.
Max Connections Per ChildNumber of connections a child process serves before terminating (0 = unlimited).
Start ServersNumber of child server processes created on startup.
Min Spare ServersMinimum number of idle child server processes.
Max Spare ServersMaximum number of idle child server processes.
Server LimitUpper 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.