Web应用程序监视问题

Web应用程序监视问题

问题描述:

大家好,

我在一个服务器场上进行配置时遇到问题.我有两个前端(服务器1和服务器2)和两个Web应用程序(MySite和项目" Web应用程序).

I have an issue with configuration on one farm. I have two frontends (server1 and server2) and two web applications (MySite and and "project" web application).

最近,我从监视团队的同事那里收到的信息表明,一台前端服务器出了问题,因为他们的监视软件显示出项目"已存在. Web应用程序在server2上没有响应(它们正在通过发送进行检查 http请求),而实际上一切正常.他们收到以下状态代码:

Recently I received information from my colleagues from monitoring team that there is something wrong with one frontend server as their monitoring software shows that "project" web app is not responding on server2 (they are checking it by sending http request), while in fact everything works fine. They receive following status code:

HTTP严重-来自主机的端口443上的无效HTTP响应:HTTP/1.1 401未经授权

如您所见,我们在项目和MySite Web应用程序上都使用SSL.

As you can see we use SSL on both project and MySite web apps.

我们已经观察到两个服务器上的绑定有所不同,因为在server1上,我们为项目和MySite Web应用程序都使用了专用IP地址,而在server2上,项目Web应用程序使用了物理前端服务器的IP,而MySite使用了所有未分配的IP.而且没有 SSL证书由server2上的MySite Web应用程序使用.

We already observed that bindings on both servers differ as on server1 we use dedicated IP addresses for both project and MySite web apps, while on server2 project web app uses IP of physical frontend server and MySite uses all unassigned IPs. Moreover no SSL certificate is used by MySite web app on server2.

您是否认为这可能是http响应无效的原因,并且将MySite绑定到特定的IP地址和证书可以解决此问题?如果不是这种情况,您建议检查什么?

Do you think that it may be the cause of invalid http response and binding MySite to specific IP address and certificate can resolve this issue? If it's not the case, what do you recommend to check?

PS.我继承了此配置,并且它是在很早就知道SharePoint是什么的情况下设置的:)

PS. I inherited this configuration and it was set up long before I heard what SharePoint is :)

401错误与访问问题有关.确保该帐户有权访问项目服务器.

请检查以下内容以缩小问题范围:
1.检查此问题是否与网络有关.

401 error is related to access issue. Make sure the account has access to the project server. 

Please check below things for narrowing your issue:
1. Check if this issue is related to network.

2.尝试将MySite绑定到特定的IP地址和证书,然后检查问题是否解决.

2. Try to binding MySite to specific IP address and certificate, then check if issue solved.

3.在您的Web配置httpProtocol部分中添加以下代码:

3. Add below code in your web config httpProtocol section:

add name="Access-Control-Allow-Origin" value="*" /> add name="Access-Control-Allow-Methods" value="GET,PUT,POST,DELETE,OPTIONS"/> add name="Access-Control-Allow-Headers" value="Content-Type" />

另外,请检查ULS日志,尝试查找有关此问题的更多错误消息,以帮助确定原因.

SharePoint 2010中ULS日志的默认位置是:
C:\ Program Files \ Common Files \ microsoft共享\ Web服务器扩展\ 14 \ LOGS


In addition, check ULS log, try to find more error message about this issue to help identify the cause. 

The default location of the ULS log in SharePoint 2010 is:
C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\LOGS 


最诚挚的问候,

艾伦·贝