• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

How do you change the Apache port for just a single domain on Plesk 11.0?

flexage

New Pleskian
I have a VPS running Plesk 11 with multiple Domains/Webspaces configured.

I am attempting to change the Apache port to 8080 on just one of the domains, so that Varnish Cache can sit on port 80. Nginx has already been disable in preparation for Varnish to take it's place, and Apache is running on port 80 across all domains/vhosts.

Changing Varnish's port is not a problem, I know how to do that. I'm just stumped with changing Apache's port.

So far I've been unable to find how to do it, all the guides I've uncovered on my Google hunt have all been about changing Apache's default port on a "global" level, which is not what I want to do..... just for a single domain/vhost.

Is anyone aware on the procedure to do this?

Thanks in advance,

Alex
 
You cannot really change port for just one domain. Ports are server-wide by definition. So if you put Varnish on :80, it will be for _all_ domains.
 
Back
Top