[Mono-list] mono and apache2
Gonzalo Paniagua Javier
reply.to.the.list.iam.suscribed@notexists.ximian.com
Wed, 23 Feb 2005 19:40:10 -0500
On Wed, 2005-02-23 at 21:17 +0100, Massimiliano Vella wrote:
>Sorry for my late! Dear Gonzalo, I think that you refer to my
>mono-server-hosts.conf and debian.webapp:
>
># Default configuration, don't edit it!
><IfModule mod_mono.c>
> MonoUnixSocket /tmp/.mod_mono_server
> MonoServerPath /usr/share/dotnet/bin/mod-mono-server.exe
If the mono executable is in /usr/share/dotnet/bin/mono you'll be in
trouble unless you used the --with-mono-prefix option when running
configure/autogen.sh.
To fix that use:
MonoExecutablePath /usr/share/dotnet/bin/mono
-Gonzalo