使 localhost apache 网络服务器上线
我查遍了整个互联网,但我无法找到一种合理的方法来让我的在 apache 上运行的网络服务器以唯一的 IP 和所有内容运行。我如何才能使其上线并可供其他人查看?
I have looked all over the internet and I can't a reasonable way to make my web-server running on apache go live with an unique ip and everything. How would i got about making it live and viewable for other people?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
通常你不会这样做。您可以从 GoDaddy、BlueHost 等提供商那里购买托管帐户,然后将您的软件放在那里,并以这种方式显示。使本地主机服务器可见需要购买静态 IP,这对大多数人来说并不划算。
Normally you would not do this. You'd buy a hosting account from some provider like GoDaddy, BlueHost, etc. and put your software there, and make it visible that way. Making your localhost server viewable would involve buying a static IP, which is not cost effective for most people.
我想这取决于你所说的“上线”是什么意思,如果你需要它来托管特定的域名,那么是的 - 在某处获取一个共享托管帐户〜如果你只需要访问它并且域名是什么并不重要,您可以使用 DynDNS 之类的东西: http://www.dyndns.com/services/dns/动态/
-肖恩
I suppose it depends on what you mean by "go live" if you need it to host a specific domain name then yes - get a shared hosting account somewhere ~ if you just need access to it and it does not matter what the domain name is, you can use something like DynDNS: http://www.dyndns.com/services/dns/dyndns/
-sean