Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

Jump to content

mod_mono

From Wikipedia, the free encyclopedia

mod_mono
DeveloperXamarin / Microsoft
Stable release
3.13 / 6 April 2018; 8 years ago (2018-04-06)
Written inC
PlatformMono
TypeModule for the Apache HTTP Server
LicenseApache License 2.0
Websitewww.mono-project.com/Mod_mono
Repositorygithub.com/mono/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.[1][2]

A similar module called mod_aspdotnet by another group allows hosting of ASP.NET pages and other assemblies with the Microsoft .NET Framework but because of that dependency, will only function on Microsoft Windows platforms.[3]

The source code is written in the C programming language. It is licensed under Apache License 2.0 and hosted on GitHub.[4]

In typical deployments, mod_mono works together with the mod‑mono‑server backend, which actually hosts the ASP.NET runtime and executes the application logic. mod_mono forwards incoming HTTP requests to mod‑mono‑server via a socket, allowing Apache to serve multiple independent ASP.NET applications within isolated application domains on the same server.[5]

See also

[edit]

References

[edit]
  1. "FreshPorts -- www/mod_mono: Apache module for serving ASP.NET applications". www.freshports.org. Retrieved 3 October 2023.
  2. "Configure apache2 + mod_mono to run ASP.Net MVC5 application on Ubuntu 14.04". Medium. 21 September 2016.
  3. "mod_mono(8) — libapache2-mod-mono — Debian unstable — Debian Manpages". manpages.debian.org.
  4. "GitHub - mono/mod_mono: Apache module to host the XSP ASP.NET host" via GitHub.
  5. "mod_mono | Mono". www.mono-project.com. Retrieved 29 December 2025.
[edit]