I have one server and on that server cpanel is running on 2083 port. I need this url for configure my other service. I want to change port 2083 to 8088. Where i have to make changes.
I checked my httpd.conf in that they wrote
RewriteCond %{HTTP_HOST} ^cpanel\.
RewriteCond %{HTTPS} on
RewriteRule ^/(.*) https://127.0.0.1:2083/$1 [P]
So is there any change what i have to do in this file to change cpanel.
I checked cpanel/APACHE_CONFIG but i didnt get any hint.
changing port number in cpanel.config didn’t work for me
So I used the internal port redirection i.e route all traffic on port 8088 internally to port 2083.