Hello,
I want to use Caddy or Traefik as reverse proxy, so I want to change the listen ports for Apache from 80/443 to 8080/4443.
I already tried editing the ports.conf to
Listen 8080
<IfModule ssl_module>
Listen 4443
</IfModule>
<IfModule mod_gnutls.c>
Listen 4443
</IfModule>...