Software:Mod mono
From HandWiki
Short description: Apache module
Developer(s) | Xamarin / Microsoft |
---|---|
Stable release | 3.13
/ 6 April 2018 |
Repository | github |
Written in | C |
Platform | Mono |
Type | Module for the Apache HTTP Server |
License | Apache License 2.0 |
Website | www |
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]
See also
- List of Apache modules
References
- ↑ "FreshPorts -- www/mod_mono: Apache module for serving ASP.NET applications". https://www.freshports.org/www/mod_mono/.
- ↑ "Configure apache2 + mod_mono to run ASP.Net MVC5 application on Ubuntu 14.04" (in en). 21 September 2016. https://shrimpy.medium.com/configure-apache2-mod-mono-to-run-asp-net-mvc5-application-on-ubuntu-14-04-314a700522b9.
- ↑ "mod_mono(8) — libapache2-mod-mono — Debian unstable — Debian Manpages". https://manpages.debian.org/unstable/libapache2-mod-mono/mod_mono.8.en.html.
- ↑ "GitHub - mono/mod_mono: Apache module to host the XSP ASP.NET host". https://github.com/mono/mod_mono.
External links
- Mod mono 3.0.x is out (2013)
- mod_mono website
- mod_mono for windows for Apache 2.2.3 and 2.0.63 website (Do not work for even minor version number changes, absolute version required. (As at 6 March 2010)).
- Alternative : mod_aspdotnet website
- BitRock MonoStack Open source stack that includes ready to run Apache, mod_mono. (Discontinued as at 6 March 2010.)
Original source: https://en.wikipedia.org/wiki/Mod mono.
Read more |