Changing SharePoint Default port ( 80 ) to another port ( 79 ).
Introduction
In this How-To I will change my port from 80 to 79, probably because I want to host something else on port 80 not using IIS.
The way you setup this is in SharePoint it's to extend your Application, creating a new port 79. After making sure that it's working on 79 then you can change it to the default Zone, and delete the port 80 application. Here are the steps to change your port. Backup everything before making these changes.
Steps (3 total)
1
Adding the new port 79
In Central Administration -> Application Management -> Create or Extend Web Application -> extend an existing Web application.
Web application: select you actual web application normally ending with nameofyouserver-80. At this point you are extending you web application meaning SharePoint will be responding on port 79 and 80.
Select "Create a new IIS web site". On Description type "SharePoint – 79". On Port type 90. On Zone select any for now. Click OK. After couple seconds you should be able to see the new site on you IIS.
2
Removing SharePoint from port 80
Make sure everything its working fine on port 79.
In Central Administration -> Application Management -> Remove SharePoint From IIS Web Site.
After selecting your Web-Application on Delete options select you IIS Web site, normally "SharePoint – 80 (Default)". Delete IIS Web Sites select yes an click OK.
3
Make 79 the Default Zone
Central Administration > Operations > Alternate Access Mappings > Edit Public Zone URLs
Remove anything from the Default Zone and Move the 79 to the Default Zone.
Conclusion
BTW, Dont try to make this change touching IIS. Sharepoint setup IIS for you ( isn't that cool )
From: https://community.spiceworks.com/how_to/1159-changing-sharepoint-default-port-80-to-another-port-79
Changing SharePoint Default port ( 80 ) to another port ( 79 ).的更多相关文章
- XE: Changing the default http port
Oracle XE uses the embedded http listener that comes with the XML DB (XDB) to serve http requests. T ...
- Linux Tomcat 80端口 Port 80 required by Tomcat v8.5 Server at localhost is already in use.
Port 80 required by Tomcat v8.5 Server at localhost is already in use. The server may already be run ...
- tc: Linux HTTP Outgoing Traffic Shaping (Port 80 Traffic Shaping)(转)
原文:https://www.cyberciti.biz/faq/linux-traffic-shaping-using-tc-to-control-http-traffic/ I‘ve 10Mbps ...
- 解决[warn] _default_ VirtualHost overlap on port 80, the first has precedence问题
问题背景: 在apache的httpd.conf里新增加了1个VirtualHost,域名是xxx.com,此时,服务器总共2个VirtualHost ,service httpd restart的时 ...
- tomcat 大并发报错 Maximum number of threads (200) created for connector with address null and port 80
1.INFO: Maximum number of threads (200) created for connector with address null and port 80 说明:最大线程数 ...
- 启动xampp出错,Port 80 in use by "Unable to open process" with PID 4!
启动xampp出错,Port 80 in use by "Unable to open process" with PID 4! 环境:windows10 80端口被PID为4的应 ...
- Run tomcat on port 80 not 8080
How to run Tomcat on Port 80 A standard Tomcat installation starts the webserver on port 8080 – whic ...
- 关于Apache显示port 80 in use 无法解决的情况,这个世界对程序媛太不友好了
学到Ajax时下载了Apache,百度的安装教程,配置文件参数分别是: 1. httpd.conf里的80改为8000或者其他的,共三处(用记事本打开,按ctrl+F找方便) 2. httpd-ssl ...
- java.net.ConnectException: failed to connect to /10.0.2.2 (port 80): connect
在使用GENYMOTION作为Android程序调试模拟器连接web服务器时,报了:java.net.ConnectException: failed to connect to /10.0.2.2 ...
随机推荐
- Caffe proto閱讀
--------------------------------------------------------------------------------- 1.Data Layer sourc ...
- WCF终结点配置
错误信息:已有针对 IP 终结点 127.0.0.1:8235 的侦听器.如果有其他应用程序已在侦听此终结点,或者,如果在服务主机中具有多个服务终结点,这些终结点具有相同的 IP 终结点但绑定配置不兼 ...
- 浅谈C#中的接口和抽象类
C#中接口为"其他方面互不相干"的类型提供公共的服务和特征:C#中class只支持但继承,使用接口却支持多继承,例如:C#中System.String是从System空间中的4个i ...
- surge for mac出测试版本了
这两天一直在MAC上试图连接我的shadowsocks服务,使用shadowsocksX一直没能连接到服务器.服务器本身是没有问题的,因为我的thinkpad和iphone都可以正常使用.结果就试着使 ...
- MyEclipse定位class文件
upolfind.bat :: 读取参数 例子 E:\workspaces\common-ws\xm_upol\WebRoot\WEB-INF\classes\${java_type_name} se ...
- ASP.NET 下拉列表绑定枚举类型值,不用再新建一个枚举表
public partial class Default : System.Web.UI.Page { protected void Page_Load(object sender, EventArg ...
- Sql日期时间格式转换(转)
原文出自:http://www.cnblogs.com/Gavinzhao/archive/2009/11/10/1599690.html sql server2000中使用convert来取得dat ...
- Network Address Translation(转载)
Network Address Translation 来源:http://alexanderlaw.blog.hexun.com/9791596_d.html 地址转换用来改变源/目的 ...
- MSSQL 生成拼音码
MSSQL 生成拼音码 /*============================================================================== 名称:fn_G ...
- PHP 输出图像 imagegif 、imagejpeg 与 imagepng 函数
imagegif().imagejpeg().imagepng() 和 imagewbmp() 函数分别允许以 GIF.JPEG.PNG 和 WBMP 格式将图像输出到浏览器或文件. PHP 输出图像 ...