OK guy's due to local issues I've had to reduce down to one server and one public ip. This means that I have to run Traefik as a gateway reverse proxy and place CWP behind that running apache on 8080 and 8443.
My intention is to put a passthrough from Traefik to CWP to allow CWP to issue SSL to the hosted domains and Traefik will handle any SSL requests for on the VM's on the server separately.
Now I've edited
/usr/local/apache/conf/extra/httpd-ssl.conf
and changed the ports to 8443 and restarted Apache, but it still seems bound to 443. So I edited each host file and changed them to 8443 as well, but Apache still holds on to 443.
Where can I find the definitive settings to change both 80 and 443 on Apache please?
