Why does apache Bahrain show no service installed?
Advertisements
Solution: find the apache2 directory bin directory has a apache.exe file, type in the run: cmd, out of DOS window, type: d: \ Note: Entering the D drive, if apache installed in D drive, type: cd apache2 Notes: enter D: \ apache2 \ directory, type: cd bin Note: access to D: \ apache2 \ bin \ directory, type: httpd.exe-k install-n apache2 Notes: adding apache2 this service, here we have to start it, type: net start apache2 Note: Start apache2 service is shut down the server: net stop apache2
OK, problem solved.
Related Posts of Why does apache Bahrain show no service installed?
-
[Portal] with Ruby call ICE interface
Ice is not introduced, http://www.zeroc.com/ Ruby is not introduced. I try ah, the steps I will be clearly recorded, One to definitely not let the people Society, Second, I am afraid I have forgotten the past two days, brain hypoxia, only three days to re
-
Getting Started Programming spring Ten Questions
1, how to study Spring? You can study through the following means spring: (1) spring package download doc directory under MVC-step-by-step and the sample directory are relatively good examples of spring development examples. (2) AppFuse integrates a numbe
-
About rails install mysql driver error problem
My local wamp server using one of the key package, only used mysql functions, today in the use of rake db: migrate when First reported a month can not be implemented, the next inquiry and found no mysql installed a gem, to install gem install mysql i ...
-
haproxy should not keep an accurate record of the client IP,
Apache + HAProxy a server (A) Rails App two servers (B, C) version = 2.0.4 Medium production.log suddenly discovered some time ago only shows haproxy of IP. And should not show the real client ip However, in / etc / haproxy.cfg has been annotated Ini ...
-
Unable to load bean: type: struts-derfault.xml abnormal
Struts2 in the use of a lot of friends from time to time we encountered this anomaly, leading to its main reason is because the wrong package, we have to be xwork-2.1.1.jar and struts2-core-2.1.2.jar, replaced xwork-2.0. 4.jar and struts2-core-2.0.14.jar
-
Maven 2.0: Compile. Test. Deployment. Run
<url> http://maven.apache.org </ url> <dependencies> <dependency> <groupId> junit </ groupId> <artifactId> junit </ artifactId> <version> 3.8.1 </ version> <scope> test </ scope> <
-
Struts2 Spring Hibernate integration of easy
1. Add Spring 2.0 in Libraries Choose the following four jar, and configure the / WEB-INF/lib under Spring2.0 AOP Libraries Spring2.0 Core Libraries Spring2.0 Persistence Core Libraries Spring2.0 WEb Libraries At the same time, the applicationContext ...
-
Struts2 Spring Hibernate's easy to integrate
1. Add Spring 2.0 in Libraries Choose the following four jar, and configure the / WEB-INF/lib under Spring2.0 AOP Libraries Spring2.0 Core Libraries Spring2.0 Persistence Core Libraries Spring2.0 WEb Libraries At the same time, the applicationContext ...
-
Spring2.0 + hibernate3.1 + log4j + mysql demo
applicationContext.xml Non-attachment jar package, necessary friends can send an email to todd.liangt @ gmail.com
-
spring struts2.0 hibernate bug killer 1
exception There is no Action mapped for namespace / and action name checkLogin. - [Unknown location] com.opensymphony.xwork2.DefaultActionProxy.prepare (DefaultActionProxy.java: 186) org.apache.struts2.impl.StrutsActionProxyFactory.createActionProxy ...












