Tagged Questions
1
vote
1answer
328 views
HttpHandler to handle all kinds of URL's in Mono Apache/XSP in order to build a REST service
I want to develop my own REST service, so I've created an IHttpHandler that is configured with verb="*" and path="*", the the application in ~/MyRESTsrv/ will handle any derived URL.
This approach ...
0
votes
2answers
977 views
Mono (mod_mono) & Apache (httpd) on Fedora 10: failing to start correctly
It seems I am one of the few trying to get Mono's mod_mono to run on httpd on Fedora 10.
Mono is installed and the httpd is configured to use mod_mono.conf
But when I do this:
service httpd start
...