In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-16 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >
Share
Shulou(Shulou.com)06/01 Report--
In this issue, Xiaobian will bring you solutions to IIS server problems. The article is rich in content and analyzes and narrates from a professional perspective. After reading this article, I hope you can gain something.
IIS Server can be used alone or with compatible tools to build Internet commerce, access and manipulate data from various data sources, and create Web applications that leverage server scripts and component code to perform client-server functions.
Apache and IIS servers are widely used Web platforms.
IIS Server is tightly integrated with Windows NT Server to ensure that network administrators and application developers receive the same security, networking, and administrative features as Windows NT Server.
We installed IIS and apache for debugging programs, but we cannot use port 80 at the same time. Below, we explain the solution for you:
IIS server, coexistence under multiple IPs, IIS server is 192.168.0.1, apache is 192.168.0.2
Support/tools/Support.cab under CD to 2003. Extract httpcfg.exe file, COPY to windows/system32/directory, see help for usage
Command line bind to an IP: httpcfg set iplisten -i 192.168.0.1 That is, the command uses IIS server to listen only to the specified IP and port View binding: httpcfg
query iplisten delete binding: httpcfg delete iplisten -i 192.168.0.1 Command line net stop Apache2 net stop iisadmin /y net START Apache2 net START w3svc
Ensure that the IP under IIS server is set to global default, and httpconf in Apache is set to listen to 192.168.0.2:80, so that two services can run simultaneously without conflict.
The IIS server is accessed at http://192.168.0.1 and the Apache server is accessed at http://192.168.0.2.
The above is the solution to the IIS server problem shared by Xiaobian. If there is a similar doubt, please refer to the above analysis for understanding. If you want to know more about it, please pay attention to the industry information channel.
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: 0
*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.