Remote Xampp Access

寵の児 提交于 2020-01-12 10:40:48

问题


i have installed XAMPP 1.7.4, now my project URL is

http://localhos.host/amu

and my IP is 192.168.0.40

i want to access my XAMPP Project to Another Computer how i do that


回答1:


  • Configure the web server to listen on your external network interface (Apache is often configured to only listen on localhost by default).
  • Open port 80 for inbound connections in the firewall on your computer.
  • If you want people outside your LAN to access your server, enable port forwarding in your router/gateway, so that port 80 is forwarded to your computer.
  • If you use DHCP in your network, configure your DHCP server to give your computer the same address every time (for example, by MAC address).


来源:https://stackoverflow.com/questions/5802124/remote-xampp-access

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!