mod_mono and xsp have different versions
When running mod-mono-server you often get an error message like this:
mod_mono and xsp have different versions.

This happens mainly for two reasons;
- You actually have different versions of mod_mono and xsp.
- You try to load a webpage directly from mod-mono-server using your brower. In this case you'll need to load xsp instead of mod-mono-server.
Architecture of an .NET application
When a HTTP request enters the Apache web server, mod_mono handles the request. mod_mono talks to mod-mono-server using a socket. This talk is a binary protocol, and the error message above is something you get when you run different versions of mod_mono and xsp.
mod-mono-server hosts the .NET environment.
External links
- mod-mono-server manpage
- Tags: mono, mod_mono, mod-mono-server
<<mod_mono-version.htm>>
Labels: Linux


0 Comments:
Post a Comment
Links to this post:
Create a Link
<< Home