blob: 6e694b115b17f2dd13871d2b7bff38f72c9391ef (
plain)
1
2
3
4
5
6
|
Mod_Mono is an Apache 1.x/2.x module that provides ASP.NET support for the
web's favorite server, Apache.
The module passes off requests for ASP.NET pages to an external program,
mod-mono-server, which actually handles the requests. The communication between
the Apache module and mod-mono-server is established using a Unix socket or a
TCP socket.
|