Recently prepared to make a few PHP Web site, so need to install a PHP server in their own computer, has not touched php,apache,mysql these things for a long time, so I stole a lazy directly under a package software called Appserv, it can be installed in your machine at once Php,mysql , Apache,zend,phpmyadmin software, very convenient, and there are a variety of combinations, detailed can go to his website to understand. Because this software has been used for a long time, all are installed like software can be used, but this has encountered a * annoying. First I downloaded
Appserv 2.5.3 this version. My system is the Win XP SP2 version
# PHP 5.0.3
# Apache 2.0.52
# MySQL 4.1.8
# Zend Optimizer 2.5.7
# phpMyAdmin 2.6.1-RC2
After the installation of the hard drive lights flash, the computer is very slow. It doesn't work at all. See the process found that there are two Apache processes, there is a time to jump out of the use of a large number of CPU resources, there is no way to forcibly stop. Thought it was apache2.0 and XP system conflict, And I downloaded Appserv 2.4.3.
# PHP 4.3.10
# Apache 1.3.33
# MySQL 4.1.8
# Zend Optimizer 2.5.7
# phpMyAdmin 2.6.1-RC2
After installation, Apache was not able to boot at all. View Log file display
Error.log:
[Sat 06 22:47:12 2005] [Crit] (10022) An invalid parameter was provided. : Setup_inherited_listeners:wsasocket failed to open the inherited socket.
So Google, found an article "WIN[SP2" under the "Apache does not Work" solution method "
http://blog.chinaunix.net/article.php?articleId=36486&blogId=8054 references
Apache SP2 start CPU setup_inherited_listeners
System: WINDOWS[SP2]
-----------------------------------------------
Software: Apache 1.3*
Symptom: Unable to start, start report in service "service started automatically shut down ...."
ErrLog:
[Mon Jul 18 12:48:24 2005] [Crit] (10022) An invalid parameter was provided. : Setup_inherited_listeners:wsasocket failed to open the inherited socket.
-------------------------------------------------------------------------------------------------------------
Software: Apache 2.0.*
Phenomenon: can start normally, but a lot of CPU, not free memory, (due to always try to run the sub-process, you can see in the Task Manager is now two Apache process) with 127.0.0.1 access did not respond
ErrLog:
[Mon Jul 18 04:07:28 2005] [Notice] Server Built:feb 10 2005 06:11:34
http://www.bkjia.com/PHPjc/632877.html www.bkjia.com true http://www.bkjia.com/PHPjc/632877.html techarticle recently prepared to make a few PHP Web site, so need to install a PHP server in their own computer, has not touched php,apache,mysql these things for a long time, so I stole a lazy directly under a package soft ...