简体   繁体   中英

How Do I run Localhost?

Hi I would like to figure out how i can run local host. I keep getting an error of Port 480. My page is unable to load. I check my browser compatibility already.Cheers.

也许某些程序(如Skype)可能会阻止您的端口。

From here :

Listen and ServerName directive in \xampp\apache\conf\httpd.conf for Port 80
Listen, <VirtualHost> and ServerName directive in \xampp\apache\conf\extra\httpd-ssl.conf for Port 443

You need to change the observed ports in your XAMPP control panel v3 settings too.

or if the problem is skype:

" Why don't you configure Skype not to use ports 80 and 443? Thats a simply checkbox in the Skype configuration. "

Explanation here:

http://www.absolutewillynilly.com/computer/skype-xampp-port-conflict/

Skype >tools>options>advanced>connections > untick use port 80 and 443 as alternatives - restart skype

在此输入图像描述

Stop Teamviewer / Skype. Check if your firewall blocks the port. Check if u correctly started the apache webserver.

And then you can reach your localhost via http://127.0.0.1 or http://localhost

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM