[Mono-list] XSP 0.11 problem

Gonzalo Paniagua Javier gonzalo@ximian.com
Wed, 21 Apr 2004 18:50:31 +0200


El mié, 21-04-2004 a las 18:37, Andrew Arnott escribió:
> I had a root directory and the /mono virtual directory set up
> previously, but since upgrading to mod_mono 0.8 and XSP 0.11, I have
> noticed several issues:
> 
> 1. The mod-mono-server.exe is compiled to /usr/local/bin rather than
> /usr/bin.  According to the web page I downloaded it from, /usr/bin
> should have been its location.

Use ./configure --prefix=/usr

> 2. Apache 2.0.49 failed to start mod-mono-server.exe automatically.
> Maybe due to its non-standard location?  But I moved mod-mono-server.exe
> to /usr/bin and it still did not get loaded by Apache automatically.

If mono and xsp are installed in prefix=/usr, it should work. If it
fails, look at the apache error_log file.

> 3. By starting mod-mono-server.exe manually on the command line, I've
> managed to get /mono to work (the standard xsp/test directory), but my
> root web which is an ASPX set does not load up.  Instead, I get the
> "Service Temporarily Unavailable" error, which seems standard for when
> the mod-mono-server.exe is not loaded.

That's a problem with file permissions that should go away if the module
successfully runs mod-mono-server.

> 4. No apache configuration files appears to have been automatically
> modified, as the web page said they would be.

If make install run successfully and you didn't have LoadModule for
mod_mono, that line is added. If it's already there, nothing happens.

-Gonzalo