I am using Apache Version 2.4.3 and it is working using port 80 (http) and 443 (https).
I would like to use port 8000 instead of 443 for https
In http.conf file, it has
Listen 192.168.1.1:8000 https
In the extra/http-ssl.conf. it has
<VirtualHost 57.4.223.96:8443>
.....
.....
</VirtualHost>
It is supposed to be this simple but it is not accepting anything from the browser.
Even if I change the , nothing works.
<VirtualHost 57.4.223.96:8443>
ServerName ksim:8443
Protocol https
.....
</VirtualHost>
What is missing
?
There is no issue with the connectivity as I can telnet to port 8000.