Mono has been known for a long time ago, but it is not very concerned or actually used. Recently I have studied Asp.net, which runs Asp.net on the Linux platform.ProgramTo learn the relationship between mono and Apache. Now I will explain several basic concepts for you to forget.
1. Mono
Another implementation of the. NET platform, including CLR, FCL, and compilation tools. The official website is http://www.mono-project.com.
2. monodevelop
Developing a program based on the mono platform requires an IDE. monodevelop is such an IDE, which is developed using C # And GUI based on GTK #. It is currently running on Linux. It was originally ported by another IDE named sharpdevelop. However, the relationship between sharpdevelop and monodevelop is very small. Sharpdevelop can only run on Windows.
3. mod_mono and xsp and mod_mono_server
The following are two basic methods for executing the Asp.net program on Linux:
(1). aspx ------> Apache ---- mod_mono ----> mod_mono_server
In this way, Apache transfers the aspx request to mod_mono for processing by mod_mono_server.
(2). aspx ------> xsp
In this way,. aspx is directly processed by xsp and does not need to exist in Apache. Xsp is an independent webserver developed by C.
It should be noted that mod_mono_server itself is modified by xsp. When installing xsp, mod_mono_server.so is automatically installed.