[Mono-list] Configuring virtual host to send all request to mod_mono

Bret Ferrier runxc1 at gmail.com
Sat Feb 21 02:22:46 EST 2009


I have been working on getting blogengine.net working with mod_mono.   The
application compiles and runs fine but if a physical page does not exist the
request is never sent to mod_mono rather a 404 error is given.

Example request: http://blog.runxc.com/2009/02/ generates a 404 error as
blogengine.net uses url rewriting and no physical page of
http://blog.runxc.com/2009/02/Default.aspx actually exists.

If I however create a physical page named ~/2009/02/Default.aspx then the
request is passed off to mod_mono and the correct output is rendered and not
the dummy page that I added.

So my question is how do I get apache2 to send all requests to mod_mono and
not requests for pages that actually exist so that I do not need to add a
physical page for every url re-writing scenario in the application?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-list/attachments/20090221/7fd1496a/attachment.html 


More information about the Mono-list mailing list