标签: mono

我如何安装 mozroots?

我下载了 mozroots.1.gz 文件,但我不知道如何处理它。

我正在尝试安装一些要求我通过以下方式进行设置的软件: $ mozroots --import --sync

mono

6
推荐指数
1
解决办法
5802
查看次数

IIS+ASP.NET 的性能对比(NGINX + FastCGI + Mono 或 XSP)?

每个可以处理多少请求?需要多少内存?

我记得FastCGI是打开初始化的进程,每个进程可以处理一个请求。

多线程呢?

nginx asp.net mono fastcgi

6
推荐指数
3
解决办法
3万
查看次数

Linux 上的 Mono:Apache 或 Nginx

我正在开发一个 ASP.NET 应用程序,由于各种原因,它将在 Linux/Mono 下运行(坦率地说,主要是为了远离 IIS)。当然,我想到的第一个 Web 服务器是 Apache。但是,尽管 Apache 具有所有优点,但它增加了很多开销。此外,我正在构建的应用程序需要高度可扩展,性能是主要关注点之一。

显然,Apache 享有很高的声誉,它的记录不言而喻,但我不需要反向代理或负载平衡之类的东西,因为专用网络设备将用于此目的。所以这些来自 Apache 的模块将永远不会被使用。

所以基本上我的问题是:由于 Nginx 似乎完全符合需求,有什么我应该注意的警告吗?例如,Nginx 以特别安全着称吗?当检测到安全漏洞时,修补它们的速度有多快?

欢迎任何有关将这些服务器中的任何一个与 Mono 结合使用的利弊的见解。

nginx asp.net mono apache-2.2

5
推荐指数
1
解决办法
3759
查看次数

在 Mono 上与 ASP.Net 一起使用的最佳服务器是什么?

我正在从头开始重新配置我的网站,基本上我希望它运行 Mono(嗯,Mono 中的 ASP.Net)

根据Mono 项目,似乎有两种选择,Apache 或 Nginx。

哪一种最适合我?我在 Arch Linux x86-64 上运行,所以我有两个包。而且我不打算(至少在不久的将来不会)运行任何其他软件,例如 PHP。唯一必须支持的是多主机支持,例如 foo.com 去网站 A,bar.com 去网站 B。

nginx mono arch-linux apache-2.2

5
推荐指数
1
解决办法
1190
查看次数

Mono vs Wine 用于生产

生产用

您更愿意使用 Wine 还是 Mono 在 Linux OpenSuse 11 上运行 .net 应用程序。

wine mono

2
推荐指数
2
解决办法
2516
查看次数

如果已经安装了 4.8.1.0-0 版本,如何升级 ca-certificates-mono?

我的机器是 Ubuntu 16.04。

在我尝试升级 Mono 后,我遇到了依赖性问题。

sudo apt-get install mono-complete

Building dependency tree       
Reading state information... Done
mono-complete is already the newest version (6.0.0.313-0xamarin3+ubuntu1604b1).
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
 mono-complete : Depends: ca-certificates-mono (= 6.0.0.313-0xamarin3+ubuntu1604b1) but 4.8.1.0-0xamarin1 is to be installed
 mono-devel : Depends: ca-certificates-mono (= 6.0.0.313-0xamarin3+ubuntu1604b1) but 4.8.1.0-0xamarin1 is to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
Run Code Online (Sandbox Code Playgroud)
sudo …
Run Code Online (Sandbox Code Playgroud)

mono

2
推荐指数
1
解决办法
957
查看次数

Mono HttpListener 需要 root 吗?

如果我尝试在没有 root 的情况下运行使用 HttpListener 的程序,则会引发此异常。

未处理的异常:System.Net.Sockets.SocketException:拒绝访问
  在 System.Net.Sockets.Socket.Bind (System.Net.EndPoint local_end) [0x00000] 中:0
  在 System.Net.EndPointListener..ctor (System.Net.IPAddress addr, Int32 port, Boolean secure) [0x00000] in :0
  在 System.Net.EndPointManager.GetEPListener (System.Net.IPAddress addr, Int32 port, System.Net.HttpListener listener, Boolean secure) [0x00000] in :0
  在 System.Net.EndPointManager.AddPrefixInternal (System.String p, System.Net.HttpListener listener) [0x00000] in :0
  在 System.Net.EndPointManager.AddListener (System.Net.HttpListener listener) [0x00000] in :0

如何允许 HttpListener 被 root 以外的用户使用?

linux mono

0
推荐指数
1
解决办法
1343
查看次数

标签 统计

mono ×7

nginx ×3

apache-2.2 ×2

asp.net ×2

arch-linux ×1

fastcgi ×1

linux ×1

wine ×1