[Mono-aspnet-list] HttpHandler to handle all kinds of URL’s in Mono Apache in order to build a REST service
vtortola
vtortola at gmail.com
Tue Apr 6 08:31:07 EDT 2010
Hi,
I want to develop my own REST service, so I've created a HttpHandler that is
configured with verb="*" and path="*", the the application in "~/MyRESTsrv/"
will handle any derivated URL.
For examle I will manage:
http://localhost/MyRESTsrv/lalala
http://localhost/MyRESTsrv/lalala/lelele
http://localhost/MyRESTsrv/seach=lilili
etc .. etc..
This approach works good in IIS7 with "integrated mode" and apparently in
IIS6 if you map all the extensions to "aspnet_isapi.dll".
Is this possible in Apache with mod_mono? I've been trying a couple of
things, like put "AddHandler mono *" in the mod_mono.conf but it doesn't
work.
Cheers.
--
View this message in context: http://n4.nabble.com/HttpHandler-to-handle-all-kinds-of-URL-s-in-Mono-Apache-in-order-to-build-a-REST-service-tp1752753p1752753.html
Sent from the Mono - ASP.NET mailing list archive at Nabble.com.
More information about the Mono-aspnet-list
mailing list