In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-04-04 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >
Share
Shulou(Shulou.com)06/03 Report--
IIS is a Web (web page) service component commonly used on CVM, and IIS should be very familiar to webmasters who build the site. This article mainly introduces the detailed steps of restarting iis on CVM, which can be used for reference by friends who need it.
Net command operation
1. Click "start"-"run" in the computer, and type cmd to open the command window.
2. Enter net stop iisadmin / y enter to stop IIS;, enter net start iisadmin enter to start IIS;, and then enter net start w3svc enter WEB service.
Operation of CVM interface
1. Open "Control Panel"-> "Administrative tools"-> "Services"
2, find "IIS Admin Service" right click "restart" pop-up "stop other services" window, click "Yes".
IISReset command operation
Click "start"-> "run" and enter iisreset enter.
In addition, we can restart a website in IIS with the command, as long as it executes the following command under CMD:
Stop:
C:\ Windows\ System32\ inetsrv\ appcmd.exe stop site "XXXX"
Note: "XXXX" website, XXXX is the name of the IIS website
Start:
C:\ Windows\ System32\ inetsrv\ appcmd.exe start site "XXXX"
Stop the Application Pool separately:
C:\ Windows\ System32\ inetsrv\ appcmd.exe stop apppool / apppool.name:xxxx
Start the Application Pool separately:
C:\ Windows\ System32\ inetsrv\ appcmd.exe start apppool / apppool.name:xxxx
Note: XXXX is the name of the application pool
This is the end of the detailed steps for restarting iis on the CVM. Of course, it is not just the above analysis method, but the editor can ensure its accuracy is absolutely no problem. I hope that the above content can have a certain reference value for everyone, and can be put into practice. If you like this article, you might as well share it for more people to see.
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 301
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.