Is it possible to connect to Apache on my desktop from my phone while using Chrome Remote Debugging? -
I'm doing this (Chrome Remote Debugin):
I want to be able to
Is there any way to do this?
Thank you, so use a local host from my phone or any of my vahost (via Apache on my desktop). а lot!
Do I really understand that you are running Apache on the workstation and your phone is a website Hosted on?
Yes, this is possible. The easiest way is to include your phone in the same network (WiFi) as your workstation and connect your phone to Alternatively, you need to configure your WiFi router to enable port forwarding. The basic idea is that there is wifi router control traffic between your personal home network (where is your workstation) and public internet (where your phone is), and port forwarding allows the inbound traffic to the internet to route to your private network. . Here is the configuration page for my wifi router. My workstation's private IP address is 192.168.1.5 and I am running Apache on the default port 80 . If my public IP address was 8.8.8.8 then I would enter In either setup, You will need to find the private IP address of your workstation (like using "Open Network Preferences" from your WiFi Status icon on Mac OS X). You can find the public IP address of your WiFi router only through the "IP address" from your workstation. Obviously the first method (keeping your phone and workstation on a single network) is quite easy. Port forwarding can be difficult to debug, and the configuration for each router is slightly different if you get stuck somewhere then post the follow up question. http: // ip-adra-of-workstation . Then normally use remote debugging.
http://8.8.8.8:3000 in my phone's browser, and the router request should be sent to my
Workstation at 192.168.1.5:80
Comments
Post a Comment