Changing port number in easyphp devserver 17

ⅰ亾dé卋堺 提交于 2021-01-28 07:04:04

问题


I am using EasyPHP Devserver 17. I want to change it port number to 127.0.0.1:786. Because my all application has set to this type only. This new installation has default only 4 port 8080,8000,8008,8888. when ever I am trying to do manually it always reset back to normal. I am not able to change it.


回答1:


  • Open the file eds-app-dashboard.php in C:\Program Files (x86)\EasyPHP-Devserver-17\eds-binaries\httpserver\apachexxx
  • Line 18, add your port number :

    $ports = array(786,80,8080,8000,8888,8008);



来源:https://stackoverflow.com/questions/51688508/changing-port-number-in-easyphp-devserver-17

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