{
    "content": "<h1>Understanding Proxy Subdomains in <a href=\"..\/cPanel\/\">cPanel<\/a><\/h1><p>The <strong>proxy subdomain<\/strong> feature in <a href=\"..\/cPanel\/\">cPanel<\/a> and <a href=\"..\/WHM\/\">WHM<\/a> is a specialized configuration that allows users to access administrative services through standard web ports. By default, <a href=\"..\/cPanel\/\">cPanel<\/a> services operate on specific ports: <a href=\"..\/Port-2083\/\">Port 2083<\/a> for the control panel, <a href=\"..\/Port-2087\/\">Port 2087<\/a> for <a href=\"..\/WHM\/\">WHM<\/a>, and <a href=\"..\/Port-2096\/\">Port 2096<\/a> for <a href=\"..\/Webmail\/\">Webmail<\/a>. However, many restrictive firewalls in corporate or educational environments block these non-standard ports.<\/p><p>To circumvent these restrictions, <a href=\"..\/cPanel\/\">cPanel<\/a> utilizes <a href=\"..\/Apache-HTTP-Server\/\">Apache HTTP Server<\/a>'s <code>mod_proxy<\/code> module. This configuration maps subdomains such as <code>cpanel.example.com<\/code>, <code>whm.example.com<\/code>, and <code>webmail.example.com<\/code> to the corresponding local ports. When a request hits the server on port 80 or 443 via these subdomains, the <a href=\"..\/Proxy-Server\/\">Proxy Server<\/a> logic redirects the traffic internally to the appropriate service. This functionality is typically managed within the <a href=\"..\/Tweak-Settings\/\">Tweak Settings<\/a> section of <a href=\"..\/WHM\/\">WHM<\/a>.<\/p><p>According to the <a href=\"https:\/\/docs.cpanel.net\/knowledge-base\/general-topics\/introduction-to-proxy-subdomains\/\">Official cPanel Documentation<\/a>, enabling proxy subdomains also requires appropriate <a href=\"..\/DNS\/\">DNS<\/a> records. Usually, these are <a href=\"..\/CNAME-Records\/\">CNAME Records<\/a> pointing to the main domain or <a href=\"..\/A-Records\/\">A Records<\/a> pointing to the server's <a href=\"..\/IP-Address\/\">IP Address<\/a>. Furthermore, <a href=\"..\/SSL-Certificates\/\">SSL Certificates<\/a> must be issued for these subdomains to ensure secure encrypted access, often automated through <a href=\"..\/AutoSSL\/\">AutoSSL<\/a> or <a href=\"..\/Lets-Encrypt\/\">Let's Encrypt<\/a>.<\/p><ul><li><a href=\"..\/DNS-Zone-Editor\/\">DNS Zone Editor<\/a><\/li><li><a href=\"..\/Mod-Proxy\/\">Mod-Proxy<\/a><\/li><li><a href=\"..\/Port-Redirection\/\">Port Redirection<\/a><\/li><li><a href=\"..\/Server-Administration\/\">Server Administration<\/a><\/li><\/ul>",
    "tags": [
        "cpanel",
        "whm",
        "proxy subdomains",
        "dns",
        "webmail",
        "web hosting",
        "server management",
        "apache",
        "ssl",
        "networking"
    ]
}