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 _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
