In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-02-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >
Share
Shulou(Shulou.com)06/02 Report--
This article will explain in detail about the conflict between iis and apache. The editor thinks it is very practical, so I share it for you as a reference. I hope you can get something after reading this article.
Whether it is Microsoft's IIS or the world's number one Apache, their default web service port number is 80 when they are installed. If you already have IIS installed on your computer and want to use Apache, you must first modify the default web service port 80 of the former, otherwise it may not work properly.
How to change the Apache port
Locate the httpd.conf file in the conf directory under the Apache installation directory. Open it, and CTRL+F finds "Listen", followed by the number of Listen is the port number, which is "Listen 80" by default. Can be changed to: Listen 8080. Restart the Apache service after modification to make the configuration effective.
How to change the IIS port
Start-> run-> input: inetmgr- > Internet Information Services-> Local computer-> Web site-> right-click "default Web site"-> Properties-> Select the "website" tab-> modify the TCP port. Restart the IIS service to make the configuration effective.
If you change the default port number (if you change Listen 80 to Listen 8080), you will not be able to open the web page on the Apache server through http://localhost. You must add a colon + port number after the address, such as http://localhost:8080, in order to access the web page located in the Apache server.
So much for sharing about the conflict between iis and apache. I hope the above content can be helpful to you and learn more. If you think the article is good, you can 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: 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.