Problems with building PHP environment

Source: Internet
Author: User

Afternoon school room to build PHP Combo Package appserv Development environment when there is no problem, but to their own computer after the next hit the Appserve has not been normal by the browser's Localhos or 127.0.0.1 into its Appserv test page I was once suspected to be Win8 system is incompatible, or some controls are missing

Finally, after a variety of download uninstall components, restart the computer. Finally toss it out.

WIN8 System shortcut key win+r Open Run, enter cmd, OK, then enter Netstat-nao (Note must not be used in Pinyin input method, the lesson of blood Ah!) Then check to see If the port is occupied (Focus!!!) There are many kinds of occupy, I just personally, I found that is this:

Hehe, you understand, the system occupies your port, so this kind of thing is still very common.

Finally, I say a solution:

A: (My own method)

Since the system consumes memory, it simply stops the system's service process.

That is, you can continue to enter: net stop http and that's it.

So I also succeeded in solving this small problem (in fact, it took a lot of time ~ ~ ~)

Compare a picture, also perfect solves this problem, again can happy drop Coding !

B Method ( from the Great God:http://www.tuicool.com/articles/mmYN7b)

In the premise that my approach is still not successful:

Run C:\windows\system32\cmd.exe with administrator privileges

C:\windows\system32>net the Stop HTTP HTTP service service has stopped successfully. C:\windows\system32>netstat-ano | findstr 0.0.0.0:80 c:\windows\system32>sc config http START=DISABLED[SC] Changeserviceconfig success

From: Jiang Zitao Tesla Tech Blog: http://blog.163.com/jzt_201314/

Http://www.cnblogs.com/jiangzitao/p/4399798.html

Problems with building PHP environment

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.