Home  >  Article  >  Development Tools  >  Solve the problem of 'Cannot start internal HTTP server...' reported by phpstrom

Solve the problem of 'Cannot start internal HTTP server...' reported by phpstrom

藏色散人
藏色散人forward
2021-03-25 17:42:222644browse

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!

Solve the problem of 'Cannot start internal HTTP server...' reported by phpstrom

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

Solve the problem of Cannot start internal HTTP server... reported by phpstrom

I want to hook up phpstorm’s private network in the firewall, but the setting fails.

Solve the problem of Cannot start internal HTTP server... reported by phpstrom

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:

Solve the problem of Cannot start internal HTTP server... reported by phpstrom

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.

Solve the problem of Cannot start internal HTTP server... reported by phpstrom

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!

Statement:
This article is reproduced at:segmentfault.com. If there is any infringement, please contact admin@php.cn delete