Home  >  Article  >  Backend Development  >  vim - The following problem occurred when setting up a PHP environment

vim - The following problem occurred when setting up a PHP environment

WBOY
WBOYOriginal
2016-08-20 09:04:021331browse

After the installation is completed, open 127.0.0.1:2222 and prompt me:

SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.8
Protocol mismatch.

What’s the problem?
I have php/apache/mysql, I have reloaded it but it still doesn’t work
I have created a new one

<code><?php
phpinfo();
?></code>

Reply content:

After the installation is completed, open 127.0.0.1:2222 and prompt me:

SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.8
Protocol mismatch.

Excuse me, what is the problem?
I have php/apache/mysql, I have reloaded it but it still doesn’t work
I have created a new one

<code><?php
phpinfo();
?></code>

Just install openssh-server and you’re good to go

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn