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.
19
votes
2answers
434 views
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 ...
12
votes
5answers
1k views
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 ...
6
votes
5answers
507 views
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 ...
5
votes
1answer
396 views
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 ...
4
votes
3answers
534 views
Apache is leaking semaphores when running mod_mono
I'm running an ASP.NET MVC2 application under mod_mono with mono 2.8.1 and currently have to periodically clear out semaphore arrays that apache seems to be leaking.
I started with mono rpm's for ...
4
votes
2answers
266 views
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 ...
3
votes
1answer
54 views
How do you restart a mod-mono asp.net application from command line?
I have an asp.net MVC web app running on mod-mono under Apache2 on Ubuntu 10.04 LTS. I want to drop a new assembly into my app, without having to restart Apache as a whole.
I see from here that you ...
3
votes
1answer
127 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 ...
3
votes
1answer
114 views
C# website, am I forced to use IIS?
I've been thinking for a while about which language to use on my next project. Usually I default to PHP on my LAMP server, but I'd really like to use C# (mainly because of code reuse), and ideally ...
3
votes
2answers
158 views
Is support for ASP.Net in mono being discontinued?
I was listening to a recent stack exchange podcast episode 11 and sometime during it Joel stated that ASP.Net was officially no longer supported by mono.
I've been looking around and haven't been ...
2
votes
1answer
77 views
Orchard CMS on Mono
This question might be slightly subjective, but I am unsure where else it would be better suited.
I have used Orchard on a number of projects where the server was Windows Server based - integrating ...
2
votes
2answers
131 views
mod_mono on windows
I am trying mod_mono on apache 2.2.x running on a win7 box – followed the steps described here.
The module loads Ok, but I can't run my ASP.net application (404). Does anybody have any suggestions or ...
2
votes
1answer
218 views
call stack missing info on mono with apache and mod_mono
How do i enable debugging/stacktrace with filenames and numbers with apache2/mod_mono? Instead of filenames and numbers i get something like this
at System.Web.StaticFileHandler.ProcessRequest ...
2
votes
0answers
895 views
Httpd.conf multiple VirtualHost sections (was: Mono ASP.NET MVC AutoHosting issues)
I'm doing exactly this by trying to disable AutoHosting. However now I get "Failed to connect to mod-mono-server after several attempts to spawn the process." in the logs. The path is correct
Here's ...
2
votes
1answer
1k views
Installing mod_mono for ASP.NET on MacOSX Leopard
I'm trying to get mod_mono built and installed so I can start learning and working with ASP.NET on my Mac. My machine is running Mac OSX Leopard 10.5.7.
The mono site (http://www.mono-project.com) ...
2
votes
1answer
845 views
Mono 2.4, AutoHosting and MVC
Can mod_mono's AutoHosting be modified to support ASP.NET? ATM it doesn't really work: Link. / works, but the runtime ignores Global.asax altogether and doesn't follow the routing conventions.
1
vote
1answer
121 views
Mono - ASP.NET Application in domain Subfolder
I have an Apache server with mod_mono hooked up to a legacy ASP.NET application. I can't seem to get this application to work if I move it from a top level folder.
For example, the following mono ...
1
vote
1answer
345 views
Problem with WCF Hosting on Mono
I am trying to host a simple application with one .aspx, .asmx and .svc file each. I followed the below guide to achieve the hosting (since I am very new to the linux world, it took a while to ...
1
vote
0answers
410 views
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 ...
1
vote
1answer
123 views
xsp2/mod_mono: Server error 500: xsp2 trys to load a dll which is not required for the current request
xsp2 shows a server error
"Could not load file or assembly 'cammWM' or one of its dependencies. The system cannot find the file specified.
File name: 'cammWM'
at System.AppDomain.Load (...."
What ...
1
vote
1answer
232 views
Mono IOMAP case sensitivity
Having some problems installing BlogEngine.NET onto my CentOS mod_mono 2.8 (mono 2.8.1) box.
The BlogEngine.NET code references a folder named 'Bin'. On looking at the contents of the directory, ...
1
vote
0answers
142 views
How to separate static content on ASP.NET MVC in Apache mod-mono
I have already a project that built top of the ASP.NET MVC 2.0 and it's working.
I tried to run it on Ubutuntu 10.4 Server on Apache2 and Mod mono.
As you know, when you created a new project on ...
1
vote
1answer
519 views
In Mono, memcached providers crashes after a few hours with “the socket is not connected” 500 error
I am trying to set up a mono asp.net 4.0 test website that uses memcached providers (http://memcachedproviders.codeplex.com/) using Enyim.Memcached to access memcached. The website and ...
1
vote
1answer
145 views
How to map a custom file extension to mono?
I have mapped *.xyz extension to my own custom handler in asp.net and can run it on Windows asp.net.
How can I do the same thing on mono (Linux/Apache - ubuntu)?
I have this in my web.config:
...
1
vote
3answers
833 views
MySQL Connector with mod_mono and mono 2.6.7
I've been having quite a bit of trouble getting an MVC2 web application to find the MySQL connector. I am running CentOS 5.
I've installed the DLL into the GAC using the 2.0 version of the tool
$ ...
1
vote
1answer
351 views
mod_mono question: Could not resolve the name 'ConfigurationManager'
I'm running mod_mono 2.4.4 on Ubuntu and I'm finding that I've had to go through my VB files and add "imports System.Configuration" to all of them to resolve the name error. This was not necessary in ...
1
vote
1answer
175 views
Saving Files in the Root Website Directory in Apache
I have an ASP.NET application running on Apache server with mod_mono.
If I have a folder called "temp" located in the website's root directory and run the following code
System.IO.TextWriter tw = new ...
1
vote
2answers
130 views
Getting error that the database is locked when refreshing the page
I am running apache with mod mono and my asp.net app is using mono sqlite as its db. When i refresh the page twice i get the DB is locked error. The folder it is in is chmod 777. The webapp is ...
1
vote
1answer
319 views
HttpHandler to handle all kinds of URL's in Mono Apache/XSP in order to build a REST service
I want to develop my own REST service, so I've created an IHttpHandler that is configured with verb="*" and path="*", the the application in ~/MyRESTsrv/ will handle any derived URL.
This approach ...
1
vote
1answer
166 views
Does mod_mono need xsp to work or to work better?
I run an apache 2.2 web server to serve asp.net web applications with mod_mono. It works fine. But mono-xsp2 service running too..
Does mod_mono need xsp to work or to work better?
I am asking that ...
0
votes
1answer
32 views
WCF service using mod_mono
I am trying to host a WCF service on CentOS using mono 2.10.8 and access it as a REST or SOAP server.
I started an application using mod-mono-server-4 in the folder containing my web.config:
...
0
votes
1answer
51 views
+100
mod_mono: Random CompilationException errors
After a server restart I sometimes get random CompilationException errors like this:
CompilationException: CS0006: Metadata file ...
0
votes
0answers
22 views
Mono: Issue switch between http and https in mvc3
Hi all i have a app that only requires https for a couple of pages, ie. account registration, password entry pages etc.
I have used the RequireHttps attribute on the relevant Actions in my ...
0
votes
0answers
21 views
Profiling a webservice with mod_mono using the heapshot profiler
I want to profile a webservice that runs on an Apache server using mod_mono using the heapshot profiler. According to the documentation, I have to pass two command line options to the
mono binary
...
0
votes
1answer
116 views
Trouble installing mod_mono on Mac OSX Lion
There is another question regarding installing mod_mono on OSX, but I'm going to assume that was before Lion came about, which had some breaking changes for developers (like python versions).
I've ...
0
votes
1answer
44 views
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 ...
0
votes
1answer
38 views
Step-by-step-by-step procedure for enabling mod_mono on OSX
I'm running OSX Leopard 10.5.8.
Apache is working.
Mono framework 2.10 has been installed and is working.
XCode has been installed and is working.
The mod_mono source code 2.10 has been downloaded and ...
0
votes
1answer
115 views
Why does MySql Connector.Net work on my Windows box but not on Mono?
I have installed Mono (version 2.10.2), mod_mono and have successfully tested it with both an index.html and an index.aspx echoing the date.
My problem is that I can't get MySQL to work with Mono;
I ...
0
votes
1answer
94 views
SolrNet lowercases Solr field names on query string, causes Solr 1.4 to fail
This is a strange bug that we started seeing about a year ago. At first, I only occasionally noticed it on my dev machine, but now it's been starting to appear in production, which is problematic.
We ...
0
votes
1answer
67 views
Retrieving client certificate from SSL session in mod_mono (in Apache 2.2.2 (Red Hat))
I am trying to set up a .NET web service in mod_mono that has historically has only run under IIS 6/7.
Most of it works well, except for one little detail: The web service is supposed to log the ...
0
votes
0answers
194 views
mod_mono on CentOS 5.6 - root path configuration issue
I've followed the following example octonion and then mvandersteen
Install Mono on Centos5.5 using YUM
It all went perfectly smoothly, and my server now picks up aspx pages, which is great. I now ...
0
votes
0answers
208 views
mod_mono in Apache - errors in log
I've installed Mono on Windows 7, and this is my httpd.conf:
LoadModule aspdotnet_module modules/mod_aspdotnet.so
# Use the asp.net handler for all common ASP.NET file types
AddHandler asp.net asax ...
0
votes
1answer
149 views
mod_mono vs xsp2
I have a mojoportal that works correctly locally on opensuse 11.3 ( mono 2.10.2) on both xsp2 and apache mod mono.
On the server (opensuse 11.4 with mono 2.10.2), it works correctly on xsp2, but when ...
0
votes
0answers
68 views
mod_mono intercepts SoapException too soon?
I'm trying to throw SoapException from web service but mod_mono is intercepting it too early and I just get exception as text. How do I configure apache VirtualHost Mono parameters / web.config so ...
0
votes
0answers
192 views
mod_mono install in apache ubuntu 10.10
i have installed apache, mono and mod_mono from synaptic. while the asp page works in xsp2, it is not working with apache.
The error is "The Alias Directive in ...
0
votes
1answer
207 views
Mono 2.8.2 System.buffer.blockcopy error
When testing a ubuntu server running apache2 and mono 2.8.2 in a high load environment, about every ten minutes, it would output the following error (with the last two error lines repeated about a ...
0
votes
2answers
126 views
Recycle Application Mod_Mono 2.8
I have a CentOS 5.x server running Mono 2.8.1 and mod_mono 2.8 with apache2.
Every time I deploy a site from visual studio 2010 to my server by ftp, and navigate to the site, I get a 404 not found ...
0
votes
1answer
162 views
C# PDF library for headless Linux server
I'm currently trying to find a PDF library which will run without a running X server. I have already tried the following...
Migradoc/PDFSharp (requires X)
ITextSharp (requires X)
SharpPDF (might ...
0
votes
1answer
228 views
Mono and Apache are serving files with no ASP.NET processing
On a new Rackspace Cloud Server box (Ubuntu 9.10), I've installed apache2, libapache2-mod-mono, and mod-mono-server2. I've disabled mod_mono and enabled mod_mono_auto, but whatever I do, requests for ...
0
votes
1answer
136 views
How do I fix the build for mod_mono when it cannot find strndup on FreeBSD?
I am installing mod_mono with Apache 2 on FreeBSD and I get the following error when Apache tries to load the mod_mono.so module.
Cannot load
/usr/local/apache/modules/mod_mono.so
into server:
...