On Sat, 04 May 2013 12:48:24 GMT, Dicebot wrote:

On Fri, 03 May 2013 17:53:58 GMT, Suliman wrote:

I know that Apache can serve ASP.NET sites with mod_mono.
Would it's possible to implement such functionality in Vibed?

Why would you need to? Vibe.d is best served with reverse proxy setup in my opinion, like nginx proxypass. Apache modproxy should work too, but given how slow Apache is on its own, that is a sub-par solution. As vibe.d does not have "script" files, I can't imagine how possible mod_vibed could have behaved.

For cases when there is site done in C#. afaik it's a lot of work to convert it's from C# to D