I am trying to USB debug a localhost website on an Android smartphone using chrome://inspect#devices. I edited the WampServer Apache httpd.conf file and added "Listen localhost 8080". I was able to connect from the Android phone to localhost:8080 and the WampServer home page was displayed. However, at the bottom of the page was a WampServer error that said something about the virtualhost port is not an Apache listening port.
I don't use virtualhosts, and I don't want to. What I need to do is be able to connect to the WampServer Apache web server via a listening port. I've read the forum article about the virtualhosts port not being an Apache listening port but didn't see how to configure an Apache listening port.
How do I setup an Apache listening port for website USB debugging?
I don't use virtualhosts, and I don't want to. What I need to do is be able to connect to the WampServer Apache web server via a listening port. I've read the forum article about the virtualhosts port not being an Apache listening port but didn't see how to configure an Apache listening port.
How do I setup an Apache listening port for website USB debugging?