0
votes
0answers
46 views
mod_mono parallel requests dont’t run in parallel
hi mono fans,
I did something quite similar to this:
http://stackoverflow.com/questions/1060539/parallel-asynchronous-ajax-requests-using-jquery
We develop a public website, utilizing shopping apis …
0
votes
1answer
74 views
HTTP 500 error in Apache/mod_mono but not in xsp
My ASP.NET MVC application has been successfully ported to Mono. It works very well in xsp on port 8080, including the OpenID authorization process which is relying on RPX. In the process, the website …
0
votes
1answer
38 views
System.UnauthorizedAccessException on RHEL4/Mono x86_64
Hi,
I am using mod_mono 2.4.2.3 and Apache 2 to host a web application. This application tries to generate a temp image on its temp folder, but it gives me this error:
…
0
votes
2answers
117 views
Is Joomla a good choice of CMS for Mono/ASP.NET?
I'm about to start hacking my own website, hosted by my QNAP Turbo NAS server. I want to take the opportunity to learn ASP.NET and since the QNAP runs Apache I'll have to look into the Mono project.
…
0
votes
1answer
51 views
mod_mono stability issues
Hi,
I've read several stablity issues with modmono under high load. The root of the problem is GC and the solution is restarting modmono every n hours, and n should be decreased based on error …
2
votes
0answers
170 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
2answers
304 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) …
0
votes
2answers
354 views
Mono (mod_mono) & Apache (httpd) on Fedora 10: failing to start correctly
Hi
It seems I am one of the few trying to get Mono's mod_mono to run on httpd on Fedora 10.
Mono is installed and the httpd is configured to use mod_mono.conf
But when I do this:
service httpd …
0
votes
1answer
283 views
Mod_Mono & Apache: Failed to create shared memory segment for backend
Hi
I have successfully installed mod_mono 2.4 and httpd on Fedora 11 and got httpd to start.
But when I add:
<VirtualHost XXX.XXX.XXX.XXX:80>
ServerName mydomain.com
ServerAlias …
9
votes
5answers
564 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 …
0
votes
1answer
254 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.
