Posts

Showing posts from November, 2012

PORT 80 USED BY MICROSOFT-HTTPAPI/2.0 (season 2)

OK, this time , this the another topic of port 80. if the last article is not solved your problem .  let`s try season 2 . If you run the Apache server , and the Apache server cannot be started and when you test port 80 it keeps giving you the message PORT 80 USED BY MICROSOFT-HTTPAPI/2. Please check this following service is running or not . Possibility 1.   - Web deployment Agent service --  Stop the Web Deployment Agent Service the startup type should be disabled. In the services start the wampapache service and have the startup type to be automatic. Let me know if you still get the port 80 error. Possibility 2.  -  Microsoft SQL Server Reporting Services --  Stop the Microsoft SQL Server Reporting Service the startup type should be disabled. In the services start the wampapache service and have the startup type to be automatic. Possibility 3.  -  World Wide Web Publishing Service -- Stop this service and disabled.....

The Port 80 is occupied by other application

Image
The Port 80 is occupied by other application. Yesterday , I got a request to help the user to test the webpage with Chinese Character .    That is a PHP file,   before the webpage testing .   I need to establish a PHP environment .   The most convenient way is using integrate package “Wampserver” . “ Wamp ” is Apache Mysql PHP integrated installation environment , under the window system. , apache, php and mysql server software . The PHP extensions Apache module , open / close the little mouse to get, no longer have to go and modify the configuration file , WAMP it will do . No longer have to ask php installation problems everywhere , WAMP ,Just one click . that`s all. So go to Internet , and download the program. Then install the Wampserver. Then open the Wampserver client . umm, Problem happen,. It seems the “Apache ” service is not started .    And check the status of port. It prompt “ your currently...

How to remove the service by using Register tool/Command line

Image
How to remove the service while using Register tool/Command line Sometime, we are face some unknown issue, Now let me showed you how to remove a service using the Register tool. However, there is another way, by using registry tools. In this case,  we need to do a little research on google, to find the name of the service. For simplicity, I’ll repeat it here: • Open the services control panel • Find the service you want to remove (for example, we will use the Check Point Endpoint Security services), then open its properties: • The service name is in the first row of the first pane, in this case it is “TracSrvWrapper” Having found the name, we can now go on to actually removing the service: • Open the registry editor • Browse to the registry entry “HKLM/SYSTEM/CurrentControlSet/Services“ • Find the folder containing the service, which will bear the name that we found when doing our research • Delete that folder Once that’s done, you’...