Is it possible to prevent the port from changing on every debug session? My .httpd.conf gets rewritten every time i launch debug, and the port is changes every time.

Vince

juanc says:

Go to the project settings->debug->advanced

Change the port number from 0 (dynamically assigned) to whatever value you may want.

Juan