[Mono-list] several problems using mod_mono

Gonzalo Paniagua Javier gonzalo@ximian.com
Thu, 19 Feb 2004 17:31:47 +0100


El jue, 19-02-2004 a las 16:24, Martin Schmitz escribió:
> 1. Is it possible to start the mod_mono_server without the message
> "... to stop press Return"?
> This is really annoying because I can't create a bash-script to start
> apache and mod_mono_server by itself

mod-mono-server --nonstop

> 2. Why do I allways have to set chmod 777 to "tmp/mod_mono_server"
> after I restarted the server?

Make the user that runs mod-mono-server be the same as the one that runs
apache server or make them belong to the same group.

> 3. Do i have to start mor then one mod_mono_server for several ASP.Net
> applications?

No. Check the output of mod-mono-server --help on how to serve several
applications with a single mod-mono-server.

> 4. It seems that sometimes the mod_mono module does not responde to a
> request after it had already run ok  for minutes.
> I want to stop the mod_mono_server but it seems the process was
> hanging because i never get back to the bash-promt.

If you can reproduce this, please file a bug report in bugzilla.

> 5. I have several ASP.Net applications and I'm getting error messages
> after i want to visit the pages. One of them says
> "Error processing request. Error Message: HTTP 500. ". And the other
> is that some "/tmp/tmp...dll" could not be found.

mcs, the mono C# compiler has to be in the PATH environment variable
when running mod-mono-server.

-Gonzalo