mod_mono is a module for the Apache HTTP Server that allows for hosting of ASP.NET pages and other assemblies on multiple platforms by use of the Mono development platform.
Questions tagged [mod-mono]
158 questions
21
votes
1 answer
How do I host multiple MVC3 sites on a single virtual host running Apache2?
I'm trying to configure mod_mono with Apache2 on OSX. I would like to run multiple MVC3 projects on the same virtual host, but for some reason only the first one listed is working. Any help on this would be much appreciated as there is not much…

pmko
- 5,071
- 3
- 23
- 25
19
votes
2 answers
Mono vhost configuration errors: Address already in use
I've got three different error messages in my apache error log every time I'm starting apache. I've read the mod_mono configuration section multiple times so please give me a hint how to get rid of theses messages.
The applications (3 asp.net…

Epstone
- 990
- 8
- 20
13
votes
6 answers
MONO/ASP.NET Linux Hosts?
I was wondering if anyone knew of any webhosts that let you deploy asp.net applications to run under mono.
edit: Ideally, the host would require little to no configuration on my part to deploy an ASP.NET application.

Joel Martinez
- 46,929
- 26
- 130
- 185
12
votes
2 answers
Install mod_mono on Mac OSX
I just started to develop website with mono+asp.net mvc2 on mac osx but I am quite new to mono and mac.
I have got things working from MonoDevelop. My website is running ok with XSP when I run it from MonoDevelop.
Now, I am trying to test it from…

frostred
- 183
- 2
- 8
10
votes
5 answers
How to successfully host ASP.NET MVC4 RC on Mono 2.10.8
I'm trying to host a ASP.NET MVC4 RC project on top of Mono 2.10.8.1. I'm getting the following exception when I access the app for the first time:
Missing method System.Web.Security.FormsAuthentication::get_IsEnabled() in assembly…

energy.dk
- 103
- 1
- 5
9
votes
2 answers
Hosting WCF service on linux
Is there Any way of hosting WCF service on Linux.
I read about wine but i didn't see any example of hosting WCF service with it.
P.S : I have tried mono and mod_mono but to no avail.

satishsingh2230
- 225
- 2
- 3
- 10
8
votes
5 answers
C# code runs quick on IIS, but slow on Mono - how to improve it?
I have an ASP.NET application that is working well on my Windows development machine. The server is Linux running Mono though, and once uploaded the same code is running 4 or 5 times slower there than it does on the Windows box (taking 25 seconds vs…

Michael Low
- 24,276
- 16
- 82
- 119
6
votes
0 answers
Mono 2.10.1 apache errors: Command stream corrupted, last command was -1
When starting a test mono server, Immediately the site is giving quite a few errors. The error I'm particularly concerned about is
[error] (70014)End of file found: read_data failed
[error] Command stream corrupted, last command was -1
since it…

dben
- 63
- 4
6
votes
1 answer
How to get usefull stack trace from apache mod_mono?
I'm running apache server on Ubuntu, and I'm trying to get a asp site to run. When I go into a page I get a 404 with the following stack trace:
at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access,…

elyashiv
- 3,623
- 2
- 29
- 52
6
votes
3 answers
apache2 with mod_mono cannot be started. Error: undefined symbol: unixd_config
after installing mono from source and the steps to install mod_mono here http://r2d2.cc/2014/03/25/asp-net-mvc-under-linux-with-mono/ i ended with:
apache2: Syntax error on line 140 of /etc/apache2/apache2.conf: Syntax error on line 1 of…

Mike Matrixs
- 59
- 1
- 2
6
votes
2 answers
Appdomain recycle settings on mod_mono & Apache
How does one control the application recycle settings for an ASP.NET application runnin on mod_mono & Apache ?
On IIS6 & 7 there was an option to specify either a time period, a number of requests, etc. when the AppDomain would be recycled and the…

Radu094
- 28,068
- 16
- 63
- 80
5
votes
1 answer
Mono and IHttpHandler
I'd like to use XSP or better mod_mono within a .Net-Project using the IHttpHandler method.
I have the following class (quite simple:
public class Class1 : IHttpHandler
{
public bool IsReusable
{
get { return false; }
}
…

UllaDieTrulla
- 573
- 1
- 5
- 18
5
votes
0 answers
Mono - mod_mono consuming 100% of CPU
I'm running ASP.NET MVC 3 site on Mono 3.2.8 (Ubuntu 14.04 + Apache2.4.7 + mod_mono). I've noticed that there are two processes eating up all CPU.
Running htop:
I also constantly get this entry in my log:
WARNING: WebConfigurationManager's…

Artur Kedzior
- 3,994
- 1
- 36
- 58
5
votes
2 answers
Installing mod_mono on Mac OSX 10.9 "Mavericks"
I'm trying to install mod_mono on mavericks, however, I'm getting an error. I have the most up-to-date mono version with Mavericks support. (v 3.2.3).
When I ./configure --prefix=/usr in mod_mono version 2.10 I get this error:
checking Apache…

Kevin Kulla
- 460
- 3
- 20
5
votes
1 answer
mono shell execute
i use Mono 2.11.1 build running Apache on Centos 6.0 64bits, to run a webservice named Provisionning, that interacts with Asterisk.
I need to call and execute a shell command to convert audio files , called Sox . The problem is that i'm getting this…

scharrua
- 73
- 2
- 5