Mono is an open source implementation of .NET that runs on many platforms, including Linux, Mac OS X, and Windows. This allows running .NET applications on platforms other than Windows with little to no modification.

learn more… | top users | synonyms

0
votes
0answers
28 views

Mono FastCGI takes forever to process requests with lighttpd

Alright, for some reason I've decided to try and get ASP.NET working on OpenBSD, because why not? I've settled on lighttpd as I really mucked up nginx bad and they don't ship mod_mono for Apache ...
0
votes
0answers
17 views

How do I add Mono Application to Ubuntu Start Up?

I am very new to Ubuntu & Linux. I have deployed an C# Console Application to an EC2 Instance running Ubuntu 12.10. Currently I am using mono foldername/appname.exe to start the app. How do I add ...
0
votes
1answer
56 views

Mono 3.0 not intercepting requests on Apache2/CentOS

I have Mono 3.0.6 up and running on a CentOS 6/Apache 2 setup. I have published an ASP.NET 4.5/MVC4 website on the server. However, when I try to reach the website I get a status code 503 (Service ...
1
vote
1answer
103 views

Apache2 doesn't load module mod_mono - CentOS 6

I have compiled and installed Mono 3.0.6, XSP and mod_mono on CentOS, following mostly these instructions. My VHOST is configured as such: <VirtualHost *:80> ServerAdmin ...
0
votes
0answers
99 views

CentOS 6 Mono and Apache

EDIT: Added some extra logs at the end I'm trying to make Mono 3.0 work on CentOS 6 with Apache. I have compiled Mono, mod_mono and the XPS server from the source. But now I'm getting errors because ...
0
votes
0answers
43 views

mod_mono xsp4 on Mac OS X

When I use the Apache module (with an added MonoServerPath /usr/bin/mod-mono-server4 in mod_mono.conf), it runs differently than if I start xsp4. For example, running xsp4 and then going to ...
0
votes
2answers
169 views

Running mono-based application on Centos Start

I am very new to Linux and I am currently switching my server from Windows to Centos 6.3. I have written a small UDP server. UDP server was written in C# and now I adopted it to work with Linux using ...
1
vote
0answers
101 views

fastcgi-mono-server with Nginx is much slower than xsp4

We started testing our MVC4 app on xsp4 server compiled with mono-3.0.3, speed was enough and we decided to set up production fastcgi-mono-server4 (version 2.11.0.0) with nginx (1.2.6-r1). Single ...
3
votes
1answer
94 views

share a domain name beween php and mono

I've got a problem : I've got a dedicated server where I use three different domain names and php. Now, I've got a new website that I developped with asp.net. I installed mono, mod_mono and transfered ...
0
votes
1answer
76 views

“mod_mono and xsp have different versions” error

I'm trying to start a test MVC4 application on Mono 2.10 $ xsp --version xsp2.exe 2.10.2.0 Copyright (C) 2002-2011 Novell, Inc. Minimalistic web server for testing System.Web $ mod-mono-server4 ...
1
vote
1answer
116 views

mono 3.0.2 + xsp + lighttpd delivers empty page

I needed MVC 4 (and basic .NET 4.5) support so I downloaded mono 3.0.2 and deployed it on an lighttpd 1.4.28 installation, together with xsp-2.10.2 (was the latest I could find). After going through ...
0
votes
3answers
468 views

nginx more fastcgi-mono-server

I've been looking for post related to my problem, but I have not found. I´m hopeless, I follow the guide for install and config nginx with fastcgi-mono-server ( ...
1
vote
1answer
431 views

how to install mono xsp4 and fastcgi-mono-server4

Quick question - I'm on Debian squeeze, running nginx fine and installed mono fine. Now I want to host a .net4 web application and as I understand it I'll need fastcgi-mono-server4 (and xsp4 when ...
1
vote
2answers
114 views

ASP.NET website as subfolder on PHP Nginx server

My requirements: My website -> example.com - Runs Magento ecommerce platform built in PHP running under Nginx server (currently Apache but very soon moving to Nginx) Another website -> ...
0
votes
0answers
38 views

Preventing Apache from killing mod-mono-server2 on reload

I run a stand-alone instance of mod-mono-server2 from an init script because I must run it as a separate user. I found that every time I issue rcapache2 reload or restart the Mono server gets killed ...
1
vote
2answers
602 views

Haproxy not properly passing on X-Forwarded-For header

I have backend web servers that receive requests by way of haproxy->nginx->fastcgi. The web app used to see multiple ip's coming through in the X-Forwarded-For header, chained together with commas ...
1
vote
1answer
64 views

Best way of updating my (non-critical) website? [closed]

Somehow I couldn't find a related question that quite fit me. Anyway, I run a small blog. When I first started my blog it had next to no traffic, now it receives a couple hundred views per day ...
0
votes
0answers
22 views

What software would a production hosting set-up consist of for a web application built on Mono? [closed]

I'm aware that there are various solutions for hosting Mono applications such as XSP, Apache and mod_mono and through FastCGI on things like nginx. http://www.mono-project.com/ASP.NET I'm aware that ...
1
vote
1answer
267 views

Troubleshooting debian 6 server restarts

A day ago I have installed Mono 2.10 ( for C# 4 support ). Since then server was randomly restarting whenever there is C# app running with no error messages or anything. uname -a Linux ...
-2
votes
1answer
665 views

Install Mono on CentOS 5.5 using Yum

I'm trying to install mono on a CentOS 5.5 machine. I assumed I will be using the OpenSUSE packages (i'm not sure thought, there are other options like Debian and Ubuntu). I created a mono.repo file ...
2
votes
1answer
43 views

What is the best setup of mod_mono with more virtual hosts?

I have VPS on debian, where I want to host at least 20 virtual hosts running mono application. On PHP I was using mpm_itk to run each vhost under its own user (I thing it is good for security and ...
3
votes
1answer
2k views

Mono 2.11 on nginx using fastcgi-mono-server4 will not work

I have mono 2.11 set up with my nginx 1.0.15 webserver running on centos 6.2. I built it from source and xps2, xps4 and fastcgi-mono-server2 work as expected. The problem is when I try and run ...
0
votes
1answer
51 views

Is it secure to use apache mod_mono with more virtualhosts?

I am using apache2 with mod_php and mpm_itk_module to run every virtualhost under its user. Now I am looking at mono (mod_mono) and I am not sure, if it is secure to run mono as only one process, whom ...
3
votes
4answers
871 views

Upgrading my debian server to Wheezy just to install mono

I'm looking to use mod-mono-server4 so that I can run .NET 4.0 apps on mono. I'm currently running a debian server with squeeze with this mono version: $ mono --version Mono JIT compiler version ...
1
vote
0answers
121 views

Find counts of ulimit quotas

So, we may have some sort of zainy leak in our software. We're using Mono and spawning many processes over the course of weeks/months. Eventually, we can't spawn anymore on our clients machines. It ...
0
votes
1answer
618 views

nginx rewrite url to lowercase url

I have nginx setup, however I'm needing to fix an issue where someone types "/Home" to: rewrite it to the lowercase "/home" (do this to all files and directories, not just home) but locate the ...
0
votes
1answer
1k views

Mono through FastCGI on nginx

I'm going through http://www.mono-project.com/FastCGI_Nginx and can't get it to work. The FastCGI server seems to be running. The following is from the error log: upstream sent unexpected FastCGI ...
1
vote
2answers
292 views

Clients can make maximum only 15 connections to ubuntu custom server

I have a custom server in C# being run on Ubuntu 9 under mono. I can make up to 15 silverlight clients connect to the server. When I make the 16th, it just waits. And if I close one of the established ...
0
votes
1answer
281 views

MySql *completely random* Unable to connect

This one is killing me. We have an ASP.NET/Mono application on a MySQL database. For months we've been plagued by a completely random but consistent occurrence of "Unable to connect to any of the ...
0
votes
1answer
386 views

Mod Mono CentOS Install - Dependency: >= httpd 2.2

I've been trying to install Mono on CentOS 5.5 with Cpanel. It was all going fine until I needed to install the mod mono add-on. I get a missing dependency error, any help would be much appreciated ...
0
votes
1answer
74 views

Mono fast cgi not working on nginx

I installed mono fast cgi for nginx following instructions on: http://www.mono-project.com/FastCGI_Nginx but when i try to load test aspx file i getting 502 error gateway,and following error in error ...
0
votes
1answer
193 views

Apache Reverse Proxy not working inside a VirtualHost running a Mono Web Application

I have a mono web application running with this virtual host below. It is running on Apache 2.2.20 / Ubuntu 11.10. I tried to add a reverse proxy inside this virtualhost so I can make asynchronous or ...
2
votes
1answer
609 views

How to add a new website to a fastcgi-mono-server4 process on nginx without having to restart existing websites?

I know this might be related but I have a script that loads fastcgi-mono-server for defined websites on a configuration file and I need to a new website to the pool without having to reload all ...
0
votes
1answer
193 views

mod mono consuming lots of memory and cpu in some situations. How to improve this?

I have set up a apache + mod_mono asp.net mvc3 website, and I'm facing some strange problems with it. Some times, for a reason I do not know, the website just stops responding. When this happens, I ...
3
votes
1answer
465 views

stopping fastcgi-mono-server gracefully, website content updating with no need to restart it

I've been playing a lot recently with Mono 2.10.5 with .NET 4 and MVC 3 with razor views. I am now hosting my website with nginx and fastcgi-mono-server4 configured. Although the website is still not ...
0
votes
1answer
123 views

How do i get concurrent asp.net on linux?

-edit2- It turns out asp.net (i dont know if its mono specific) blocks if the url and ip address are the same. Its nonblocking if i run it from my local machine and server at the same time. I have ...
0
votes
0answers
331 views

ASP.NET MVC on Mono/nginx Home Index

I am running Mono's ASP.NET MVC on nginx. However, it doesn't seem to respect Global.asax, which routes / to /Home/Index. Site routes fine on IIS. See: http://mono.voidvector.com/ ...
1
vote
1answer
183 views

Basic Mono installation wont work

Am using a CentOS 5.3 box as prod server and am trying to get mono running there. after much sifting i managed to install version 2.10.2 via yum. i installed also xsp and mod_mono the same way and ...
1
vote
1answer
221 views

apache2 mod_mono not working

I'm using Ubuntu 11.04 as a dedicated server. I installed mod_mono and mono-xsp2 on apache as described here. Apache serves .aspx or .asmx files as files, literally. I checked and mod_mono is enabled. ...
0
votes
2answers
443 views

Can mono/xsp with fastcgi handle more then one request?

Right now i am using nginx with mono/xsp through fastcgi. I haven't seen any clear answers but can xsp/fastcgi handle multiple request? I have one instance running all my sites. Would i get better ...
6
votes
2answers
3k views

Setting up Mono/ASP.NET 4.0 on Apache2/Ubuntu: Virtual hosts?

I'm attempting to setup Mono/ASP.NET 4.0 on my Apache server (which is running on Ubuntu). Thus far, I've been following a few tutorials/scripts supplied here, and here. As of now: Apache 2.2 is ...
1
vote
2answers
154 views

Mono on Apache 2.28 - vhosts does not function properly

I installed Mono on Windows 7, followed the instructions at http://www.mono-project.com/Using_Mono_on_Windows#Using_Mono_on_Windows and the command prompt worked. Mod_mono was added to httpd.conf, ...
1
vote
2answers
522 views

Installing Mono on Amazon Linux AMI

I am trying to setup an Amazon EC2 AMI (details) with Mono 2.8.2 on it by following this guide. I've run into a couple of issues with it. Issue One I get a Permission Denied error When I try to do ...
1
vote
1answer
113 views

Install Appfabric on linux

I'm developing an asp.net mvc application with the intention to host on linux using mono. I want to use appfabric for caching but seeing as it is built into windows. I'm wondering if it can also be ...
1
vote
1answer
411 views

Nginx, how to set fastcgi_index to several values?

I'm using the nginx webserver on Linux for domain "example.com". I forward everything via fastcgi to fastcgi-mono-server4. Now, everything works fine, I just want to set several index pages, e.g. ...
1
vote
1answer
167 views

Best way to setup multi user environment for hosting Mono ASP.NET

I'am thinking now a few day's about whats the best way is to give many users access via FTP to my server to upload there ASP.NET apps and execute it safetly. I think I will use ProFTPD with mod-mysql ...
3
votes
1answer
794 views

Install Mono ASP.NET on debian

I've been trying to install mono ASP.NET onto my debian VPS and I am unable to do so. I know I need mono which can support .NET 4.0 now. I am unsure if I need XSP and mod_mono, or just mod_mono. ...
2
votes
1answer
139 views

What would be the easiest way to host an intranet Mono web application?

I've just finished migrating a lightweight Microsoft® .NET™ web application to Mono and now I'm looking for a straight-forward way to host such development on a (perhaps virtualized) Ubuntu 10.10 ...
1
vote
2answers
963 views

Correct way to give elevated privileges to mono application?

I have a mono application (on Ubuntu) that tails /var/log/messages and picks up USB insertions, and if that device is on a certain port, needs to partition, format, and mount it. Obviously this ...
0
votes
1answer
232 views

install mono rpm like yum?

I want to install the mono RPM like it would be if I installed it through yum. What I mean is that when you install the rpm it puts everything in /opt/novell/. I want it to put in /usr/bin/, etc like ...

1 2