Home > Article > Development Tools > Solve the problem of 'Cannot start internal HTTP server...' reported by phpstrom
The following tutorial column of phpstorm will introduce to you how to solve the problem of "Cannot start internal HTTP server..." reported by phpstrom. I hope it will be helpful to friends in need!
Specific error report:
The following error occurred after opening phpstorm
:Cannot start internal HTTP server. Git integration, JavaScript debugger and LiveEdit may operate with errors. Please check your firewall settings and restart PhpStorm
The version isJetBrains PhpStorm 2018.1 x64
I want to hook up phpstorm’s private network in the firewall, but the setting fails.
Solution:
Method 1:
Try turning off the firewall.
Method 2:
Configure the database in phpstorm without turning off the firewall, as shown in the figure:
You can configure it according to the database used in your project. After configuration, as shown below, click Test. Windows will prompt a firewall. Just check the public and private boxes.
The above is the detailed content of Solve the problem of 'Cannot start internal HTTP server...' reported by phpstrom. For more information, please follow other related articles on the PHP Chinese website!