Questions tagged [mod-mono]

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.

158 questions
0
votes
1 answer

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 client certificate when the connections are made over…
Emil
  • 432
  • 4
  • 11
0
votes
0 answers

How to bulid mono-fastcgi-server on yocto for intel x86 board

i am trying to build mono web applications with nginx for linux platform with yocto worrier branch i have made changes on below conf file 1) conf/local.conf PACKAGE_CLASSES ?= "package_deb" EXTRA_IMAGE_FEATURES ?=…
akr
  • 1
0
votes
1 answer

Howto run mod-mono and php on same apache webserver

I've successfully implemented mod-mono and apache webserver on a Centos 8 distro. I've also installed PHP 7.2 on the server and the configuration looks ok on eye inspection. However, the webserver is not executing the PHP files, but serving them for…
Sebi O.
  • 23
  • 6
0
votes
0 answers

Website crashes with "Method not found: void System.Web.HttpCookie.set_Shareable(bool)"

I have a project that ofc deploys ok a Windows server, but i'd like to try deploying it to a apache + mod-mono server. I've got it working through many other errors related to missing DLLs etc. But now i am facing one that I cannot get…
Sebi O.
  • 23
  • 6
0
votes
0 answers

Requests get stuck with mod_mono

The same question I have has been asked on the mono mailing list 3 years ago, so I will shamelessly copy / paste from the mailing list (no answers there) : My problem is, that a lot of requests appear to get stuck somewhere in between apache and…
Laloutre
  • 173
  • 2
  • 11
0
votes
0 answers

How to fix SIGSEGV which prevents MVC application running in Mono

ASP.NET MVC application is installed in Debian server using Apache and mod_mono. Trying to start it causes SIGSEGV exception in Mono. Apache error.log contains [Wed Mar 06 22:07:13 2019] [notice] Apache/2.2.22 (Debian) mod_mono/3.12 configured --…
Andrus
  • 26,339
  • 60
  • 204
  • 378
0
votes
2 answers

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 hundred times afterwards). Handling exception type…
dben
  • 63
  • 4
0
votes
1 answer

Deploying ASP.NET Core WebAPI Or .NET Framework on Apache server on Windows

I want to host an (ASP.NET Core WebAPI) or (.NET Framework Web Application) on Apache Server on Windows. i searched for solutions and i found a module called mod_aspdotnet but i can't seem to find any tutorials on how to use it in windows for the…
0
votes
1 answer

Error 404 for all website pages when setting up asp net

I'm trying to set up a asp net website using mod_mono on ubuntu using apache. Currently I'm getting an error where everything returns an error 404 from the apache server. Here's the conf for the website (I've replaced some stuff to keep some…
Euan Hollidge
  • 587
  • 2
  • 5
  • 21
0
votes
1 answer

Can not access .net wcf service on the Apache (mono)

I have simple .net wcf service which works on the Apache and mod-mono. if I access service like https://localhost/Myservice.svc it works correctly, but if I access like https://my.server.net/Myservice.svc (even from the same computer) I see…
0
votes
2 answers

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 error page. Sites in other subdomains (virtual…
Darbio
  • 11,286
  • 12
  • 60
  • 100
0
votes
0 answers

Mod_Mono, Apache, Raspberry PI

I have a problem to get my asp.net site running on my Apache webserver on my Raspberry Pi. I was already looking on different online boards, but I did not find any good intstructions how to proceed. What is already done: Mono Complete and Mono…
Nussti
  • 67
  • 6
0
votes
0 answers

Can't debug ASP.Net MVC App in MonoDevelop hosted with mod_mono

I am creating an MVC application with MonoDevelop. I have hosted the website on mod_mono under apache, which I installed in my local machine. I've setup a site with custom domain alias like "mymvcsite" and I want to debug my "mymvcsite" with…
Vidur B
  • 3
  • 5
0
votes
1 answer

Apache mod_mono settings for multiple MVC apps without editing apache config

I am setting up a mono server using Apache and mod_mono on the Raspberry PI 3 running Raspbian Jesse. I already have mono and mod_mono installed and functioning properly. This is my desired folder structure /var/www/html App1 App2 I would like…
TwitchBronBron
  • 2,783
  • 3
  • 21
  • 45
0
votes
1 answer

Ubuntu 14.04 mod_mono error 503

I can't seem to get an asp site to run with ISPCONFIG3 at all. I am getting errors in the apache error.log like this: Not running mod-mono-server.exe because no MonoApplications, MonoApplicationsConfigFile or MonoApplicationConfigDir specified.…
Scott Reeves
  • 60
  • 1
  • 8