Re: [Mono-list] modmono problem

2004-07-15 Thread Gonzalo Paniagua Javier
El jue, 15-07-2004 a las 22:02, [EMAIL PROTECTED]
escribió:
 I've built and installed mod_mono for my apache2 server. When I try
 and get to it I'd get Server Unavailable errors and a message in
 error_log:
[...]
 Is it possible to get the stderr output of mod_mono so I can try and
 work out what the problem is.

Run it through apache with your configuration and get the command line
from 'ps -aux'. Kill mod-mono-server. Then run that command line as the
same user that runs apache from a console.

  
 Also, I had installed xsp in /opt/xsp but when I set up apache2 to use
 this directory I got:
  
 [Thu Jul 15 14:25:21 2004] [error] [client 10.128.33.23] client denied
 by server configuration: /opt/xsp/share/doc/xsp/test
  
 So I moved it to /srv/www/htdocs/demo and all is well. Any
 suggestions? (I even chown'ed to wwwrun but no go.)

You have to use Alias and Directory or Location. There's an example in
mod_mono/INSTALL.

___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


RE: [Mono-list] modmono problem

2004-07-15 Thread Neale.Ferguson
-Original Message-
Run it through apache with your configuration and get the command line
from 'ps -aux'. Kill mod-mono-server. Then run that command line as the
same user that runs apache from a console.

- I do but because it makes no socket connection I don't get the same behavior.

You have to use Alias and Directory or Location. There's an example in
mod_mono/INSTALL.

- That's what I used .
___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list