Easyphp Can Not Start?
Easyphp is a free software used to establish a local PHP+Mysql evironment on computer. It’s a easy solution for those people who need to test WordPress on local. I have used Easyphp for a long time to test my new developed wordpress themes. It will some times encounter errors. Most common error is that apache can not start. Some times, mysql can’t start too.
Port 80 conflict
There may have some other softwares used port 80. You can change the port number of Easyphp. Select “Configuration”->”Apache”. Search “Listen 127.0.0.1:80″. Change “80″ to other port number.
Notice Unexpected end of apache
Open error log of apache, you may find this:
(OS 10022) Child 5316: setup_inherited_listeners(), WSASocket failed to open the inherited socket.
If you find a similar error code, you should edit your computer properties. Open “Network Connections”. Right click the “Local Area Connection”. Select “Properties”. Change “Internet Protocol(TCP/IP)” properties. Select “advanced”. Click “WINS” tab. Enable the “LMHOSTS” and “NetBIOS” function.
I noticed one time that Mysql stopped.I just restarted Easyphp and it works.
