<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></title> 
<link>http://www.jackxiang.com/index.php</link> 
<description><![CDATA[赢在IT，Playin' with IT,Focus on Killer Application,Marketing Meets Technology.]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></copyright>
<item>
<link>http://www.jackxiang.com/post//</link>
<title><![CDATA[[实践OK]注意wampserver运行时的Lamp名称变了，wamp运行站点出现Internal Server Error解决方法，及Apache:系统找不到指定的文件: No installed service namedApache2,wamp在localhost和phpmyadmin里出现could not execute run action问题]]></title> 
<author>jack &lt;xdy108@126.com&gt;</author>
<category><![CDATA[Web服务器]]></category>
<pubDate>Mon, 17 Dec 2012 09:11:20 +0000</pubDate> 
<guid>http://www.jackxiang.com/post//</guid> 
<description>
<![CDATA[ 
	wamp套件注册服务是：<br/>服务名称：wampapache<br/>可执行的文件路径：&quot;d:&#92;wamp&#92;bin&#92;apache&#92;apache2.2.22&#92;bin&#92;httpd.exe&quot; -k runservice<br/>服务名称：wampmysqld<br/>可执行的文件路径：d:&#92;wamp&#92;bin&#92;mysql&#92;mysql5.5.24&#92;bin&#92;mysqld.exe wampmysqld<br/><br/>所以，你在资源管理器里也就会以wamp进行查找进程，而不是以apache ，mysql来查找。<br/>————————————————————————————————————————————————————<br/>Windows下安装：wampserver. 后出现，international error...<br/>启动apache时系统提示错误:[error]&lt;os 2&gt;系统找不到指定文件 no installed service named &quot;apache2&quot; <br/><br/>发生此错误的原因是Apache的目录更改了，或者注册表中Apache2服务的信息被更改。 <br/><br/>与我之前一篇文章写的Apache出错的原因有些不同：Apache:系统找不到指定的文件: No installed ConfigArgs for the service &quot;Apache2&quot;<br/> <br/>反正就是注册表中的路径和Apache实际的路径对不上号，所以提示“系统找不到指定文件”。 <br/><br/>解决方案:重新安装apache; <br/><br/>在命令行cmd中cd至Apache所有的目录（运行cmd的时候要以管理员的身份运行才可以） <br/><br/>cd apache所有目录 <br/>cd bin <br/>apache -k install <br/>apache -k start <br/><br/>启动ok! <br/><br/>还原一次ghost的win7后也出现这个问题，带得重新install一次：<br/><textarea name="code" class="php" rows="15" cols="100">
httpd.exe –k install
httpd.exe –k start
</textarea><br/>D:&#92;wamp&#92;bin&#92;apache&#92;apache2.2.22&#92;bin&gt;httpd.exe -k install<br/>Installing the Apache2.2 service<br/>The Apache2.2 service is successfully installed.<br/>Testing httpd.conf....<br/><br/>转自： <br/>http://blog.zxlm.cn/2007/12/apache%E7%B3%BB%E7%BB%9F%E6%89%BE%E4%B8%8D%E5%88%B0%E6%8C%87%E5%AE%9A%E7%9A%84%E6%96%87%E4%BB%B6-no-installed-service-namedapache2.html<br/><br/><br/><br/>后来依旧没有Ok，最后这样才Ok的：<br/>&nbsp;&nbsp;&nbsp;&nbsp;最近PP小编在做一个PHP的网站，由于重装系统后，电脑的PHP环境需要重新配置，但是为了方便，直接下载了WAMP进行安装，可是出现了为Internal Server Error的内部服务器错误，错误如下：<br/>Internal Server Error<br/>The server encountered an internal error or misconfiguration and was unable to complete your request.<br/>Please contact the server administrator, webmaster@localhost and inform them of the time the error occurred, and anything you might have done that may have caused the error.<br/>More information about this error may be available in the server error log.<br/>&nbsp;&nbsp;&nbsp;&nbsp;以上提示大概意思为PHP服务器遇到内部错误或配置错误，无法完成请求，请联系服务器管理员等等废话。最后可以在APACHE服务器中查看日志。<br/>&nbsp;&nbsp;&nbsp;&nbsp;PP小编问了一下度哥“装WAMP提示Internal Server Error”，终于找到了解决的办法。<br/>&nbsp;&nbsp;&nbsp;&nbsp;Internal Server Error原因：是因为在我的网站目录下面有.htaccess文件，而Apache没有开启rewrite功能，所以才导致了Internal Server Error错误。<br/>&nbsp;&nbsp;&nbsp;&nbsp;Internal Server Error解决方法：在右下角的WAMP5的图标中，单击选择“Apache Modles”，在模块中选择“rewrite_module”，然后重启一下Apache就OK啦！<br/>来自：http://www.lao8.org/html/8/2011-8-18/wamp_htaccess.html<br/><br/>WampServer Version 2.2打开localhost，phpMyAdmin，提示：系统找不到该文件？？<br/>http://www.wampserver.com&nbsp;&nbsp;（因ghost还原，ghost之前没有ghost进去）<br/>解决办法：重新安装是不行的，问题出现在，默认浏览器的选取上（因Firefox我重新安装了一次，位置变了）<br/>navigator = &quot;D:&#92;Program Files&#92;Firefox&#92;firefox.exe&quot;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; D:&#92;Program Files&#92;Mozilla Firefox&#92;firefox.exe<br/>---------------------------------------------------------------------------------------------------------------------------------------------------<br/>wamp出现could not execute run action问题<br/>上午在安装了Chrome Dev后为了方便将原来的ChromePlus安装目录下的chrome.exe改名成为了chromeplus.exe，而wamp先前安装时选择的默认浏览器就是通过地址定位手动选择的chromeplus，这样修改后必定会出现问题。<br/>几经周折，终于找到了解决方法：<br/>查看wamp安装目录下wampmanager.ini和wampmanager.conf两个文件，核对对应的条目。在D:&#92;wamp&#92;wampmanager.conf中有这么一行：<br/>navigator = &quot;D:&#92;Program Files&#92;ChromePlus&#92;chrome.exe&quot;<br/>改成chromeplus.exe即可，然后再到D:&#92;wamp&#92;wampmanager.ini文件里，ctrl+F搜索phpMyAdmin字样，也很快找到对应的条目，将[Menu.Left]字段下的phpMyAdmin对应浏览器路径修改一下，然后重启wamp，OK，熟悉的淡蓝色界面又出现了。<br/>来自：http://blog.sina.com.cn/s/blog_4a60ba9c0100zzlr.html<br/><br/>
]]>
</description>
</item><item>
<link>http://www.jackxiang.com/post//#blogcomment</link>
<title><![CDATA[[评论] [实践OK]注意wampserver运行时的Lamp名称变了，wamp运行站点出现Internal Server Error解决方法，及Apache:系统找不到指定的文件: No installed service namedApache2,wamp在localhost和phpmyadmin里出现could not execute run action问题]]></title> 
<author> &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate> 
<guid>http://www.jackxiang.com/post//#blogcomment</guid> 
<description>
<![CDATA[ 
	
]]>
</description>
</item>
</channel>
</rss>