Can't find category page on Blogengine web application using mod_mono
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
mod-mono (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
I'd like to use the BlogEgine.NET application with apache using mod_mono. When I trying to list category information on blog posts the following error occurs:
The requested URL /blog/category/
(I get similar URL issue when I'd like list user information)
I've tried OpenSuse with the remote debugging (I used visual studio on an XP system to compile BlogEngine and run it on OpenSuse VStools remote debugging and on that case the category information appears correctly.
I've successfully narrowed the issue down to a apache/mod_mono related issue because it only appears with apache and I like to use that web server to serve my blog. On the Blogengine forum I've got the information that it is possible that the problem is a IOMAP related problem. I can't find ubuntu specific information about the IOMAP configuration (only in general terms but I don't understand most of it, where to put the settings etc.)
I've finally narrowed down the issue to a mod_mono Autohosting feature specific problem. Disabling "mod_mono_auto" module in the Apache, enabling the "mod_mono" and setting up an application for the Blogengine Blog path will solve this issue.
The autohosting is enabled in the Ubuntu 11.04 by default.