[Mono-list] MVC hosting

Abe Gillespie abe.gillespie at gmail.com
Mon May 9 12:04:46 EDT 2011


Yeah, I remember reading that on the list before, but that's not the case
for my 2.10.2 install.  I have the following:

mod-mono-server:
#!/bin/sh
exec /usr/local/mono/2.10.2/bin/mono $MONO_OPTIONS
"/usr/local/mono/2.10.2/lib/mono/2.0/mod-mono-server2.exe" "$@"

mod-mono-server2:
#!/bin/sh
exec /usr/local/mono/2.10.2/bin/mono $MONO_OPTIONS
"/usr/local/mono/2.10.2/lib/mono/2.0/mod-mono-server2.exe" "$@"

mod-mono-server4:
#!/bin/sh
exec /usr/local/mono/2.10.2/bin/mono $MONO_OPTIONS
"/usr/local/mono/2.10.2/lib/mono/4.0/mod-mono-server4.exe" "$@"

And, to be clear, although the mod-mono-server and mod-mono-server2 scripts
are the exact same, they are not symlinks.

-Abe

On Mon, May 9, 2011 at 11:55 AM, Robert Jordan <robertj at gmx.net> wrote:

> On 09.05.2011 17:46, Doug wrote:
> > Hrm.. this may be the core of my problem.
> >
> > On my server I only have mod-mono-server and mod-mono-server2; where did
> you
> > get mod-mono-server4 from?
>
> It has been removed. mod-mono-server is actually mod-mono-server4.
>
> Robert
>
> _______________________________________________
> Mono-list maillist  -  Mono-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-list/attachments/20110509/670069b3/attachment.html 


More information about the Mono-list mailing list