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
