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 ...
随机推荐
- Python Scarpy安装包
由于网络的原因,Scraoy无法安装 Cannot fetch index base URL https://pypi.python.org/simple/ 1. scrapy 安装所需要的包可以从 ...
- notifyDataSetInvalidated()跟notifyDataSetChanged()的区别
public void notifyDataSetChanged(): 通过一个外部的方法控制,如果适配器的内容改变了,那么就会强制调用getView来刷新每个Item的内容.这个方法内部实现了在每个 ...
- 9.9,新iPhone要来了,是欢呼,还是墙角画圈,一会儿见分晓
- Array函数
array_flip()例子 , , "c" );$trans = array_flip($trans);print_r($trans);?> 答案: Array ( [1] ...
- linux crontab -r 导致no crontab for root的原因及解决方案
使用方式 : crontab file [-u user]-用指定的文件替代目前的crontab. crontab-[-u user]-用标准输入替代目前的crontab. crontab-1[use ...
- 深入理解Java内存模型(一)——基础(转)
转自程晓明的"深入理解Java内存模型"的博客 http://www.infoq.com/cn/articles/java-memory-model-1 并发编程模型的分类 在并发 ...
- pt-find 使用实例
pt-find - Find MySQL tables and execute actions, like GNU find. 用法:pt-find [OPTION...] [DATABASE...] ...
- SQL总结(三)其他查询
SQL总结(三)其他查询 其他常用的SQL,在这里集合. 1.SELECT INTO 从一个表中选取数据,然后把数据插入另一个表中.常用于创建表的备份或者用于对记录进行存档. 语法: SELECT c ...
- UE用法
ueditor去除自动转换 ueditor在使用中发现很多问题.比如自动添加P标签,自动去除span,自动给li添加ul开始结束,自动把div转成P标签等等. 其实很多在百度上可以找到.这里总结下, ...
- 黄聪:基于jQuery+JSON的省市区三级地区联动
查看演示:http://www.helloweba.com/demo/cityselect/ 源码下载:http://files.cnblogs.com/files/huangcong/citysel ...