You can change the port of Apache:
- Go to C:\xampp\apache\conf\httpd.
- Find by combination Ctrl+F line #Listen 12.34.56.78:80 and change the 80 to any you like for example 81
- The same with Listen 80 change to 81
- The same with ServerName localhost:80 change to 81.
- Go to C:\xampp\apache\conf\extra\httpd-vhosts and change 80 to 81
NameVirtualHost *:80 here
VirtualHost *:80 and here (two times)
- Restart Apache
To enter your web page, type: http://localhost:81/index.html