How to change XAMPP apache server port number And VMware port error of 443 on XAMPP Control Panel
Step 1: httpd.conf settings :
Listen 3000
ServerName localhost:3000
Step 2: Edit the file "http-ssl.conf
Exist:
Listen 443
<VirtualHost _default_:443>
ServerName localhost:433
Change:
Listen 4430
<VirtualHost _default_:4430>
ServerName localhost:4430
No comments:
Post a Comment