how can I make the embedded webserver.exe listen on 0.0.0.0 instead of 127.0.0.1
Is this possible? I need to troubleshoot a webservice and the remote party is not on my local machine. How can I accomplish that?
Thanks
You need to create a custom httpd.conf template.
Copy the one in the VS.PHP directory called httpd-template.conf
Then make your project use your new httpd.conf template in the project propertyes->debug->advanced
Juan
juanc says:
You need to create a custom httpd.conf template.
Copy the one in the VS.PHP directory called httpd-template.conf
Then make your project use your new httpd.conf template in the project propertyes->debug->advanced
Juan