flagflag  If you want to see English page, please click "English" Button at Left.

Re: Running in Windows now ?

このトピックの投稿一覧へ

なし Re: Running in Windows now ?

msg# 1.2.1
depth:
2
前の投稿 - 次の投稿 | 親投稿 - 子投稿なし | 投稿日時 2011-6-5 0:05
iseki  Home away from home   投稿数: 1581
Hi

At v0.7.1.x, it is necessary to apply the patch and to recompile OpenSim.

If you do not know how to apply the patch, you can rewrite
OpenSim/Framework/Servers/HttpServer/BaseHttpServer.cs (around Line 1702) directly.

{
    //m_httpListener.Prefixes.Add("https://+:" + (m_sslport) + "/");
    //m_httpListener.Prefixes.Add("http://+:" + m_port + "/");
}

            |  add  5 lines
            V

{
    //m_httpListener.Prefixes.Add("https://+:" + (m_sslport) + "/");
    //m_httpListener.Prefixes.Add("http://+:" + m_port + "/");
    System.Security.Cryptography.X509Certificates.X509Certificate2 cert =
        new System.Security.Cryptography.X509Certificates.X509Certificate2("SineWaveCert.pfx", "123");
    m_httpListener2 = CoolHTTPListener.Create(IPAddress.Any, (int)m_port, cert);
    m_httpListener2.ExceptionThrown += httpServerException;
    m_httpListener2.LogWriter = httpserverlog;
}

And about recompile, please refer http://opensimulator.org/wiki/Build_Instructions

Thanks.
投票数:135 平均点:4.59

投稿ツリー

  条件検索へ


サイト内 検索

ログイン

ユーザー名:

パスワード:


パスワード紛失
新規登録

サブ メニュー

ミニカレンダー

前月2025年 8月翌月
1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31
<今日>

アクセスカウンタ

今日 : 478478478
昨日 : 2813281328132813
総計 : 2827028128270281282702812827028128270281282702812827028128270281
Powered by XOOPS Cube 2.1© 2001-2006 XOOPS Cube Project
Design by XoopsDesign.com