Hi, If, by XSP you mean mod-mono-server.exe (and since this is an error from the apache err_log, I assume you do), then this is an error I was also seeing when the apache process could not start the mod-mono-server.exe - you might try starting the mod-mono-server.exe process separately, via the httpd init script, its own init script or by hand and seeing if that helps. Setting
LogLevel debug in the httpd2.conf and using the --verbose flag for mod-mono-server.exe might help you find the source of issue as well. As for a port, if you need to set this for vhosts, or if you are just running on a different port, you can configure this and a plethora of other things via the command line parameters and/or the appconfigfile for mod-mono-server. Check the list for the mail I sent yesterday: I listed the various configuration options available (and some other resources, websites, etc.) there... If you are not subscribed, send me a mail and I will forward the message to you. Regards, --chris On Thu, 27 May 2004, Jonathan Stowe wrote: > On Thu, 2004-05-27 at 10:11, master wrote: > > or i get sometimes > > [Thu May 27 11:07:50 2004] [error] (61)Connection refused: Failed > > connecting and child didn't exit! > > > > is there somewhere where i must say to mod mono where the port of xsp server > > is ? > > I'm not quite following you here, you either use XSP *or* mod_mono, > although you need to install both. If you are using mod_mono then it > will be on the same port as the Apache is listening. The configuration > for the Apache to make it use mod_mono is described in the INSTALL file > in the mod_mono source. > > /J\ > > ----- Original Message ----- > > From: "Jonathan Stowe" <[EMAIL PROTECTED]> > > To: "master" <[EMAIL PROTECTED]> > > Cc: <[EMAIL PROTECTED]> > > Sent: Thursday, May 27, 2004 9:58 AM > > Subject: Re: [Mono-list] xsp problem > > > > > > > On Wed, 2004-05-26 at 14:17, master wrote: > > > > Hi, i just trying to install the xsp server, the configure went well but > > > > when i do the make i get the following : > > > > > > /usr/local/bin/mcs -debug+ -debug:full -nologo -r:System.Web.dll -r:Mono.Pos > > > > ix.dll /d:MODMONO_SERVER /out:mod-mono-server.exe > > > > error CS2008: No files to compile were specified > > > > Compilation failed: 1 error(s), 0 warnings > > > > *** Error code 1 > > > > > > > > Stop in /root/xsp-0.13/server. > > > > bash-2.05b# > > > > > > > > any idea of what i can do? > > > > > > Make sure you are using the GNU Make rather than any other one - I have > > > seen this with the BSD make for instance. > > > > > > /J\ > > > > > > > > _______________________________________________ > Mono-list maillist - [EMAIL PROTECTED] > http://lists.ximian.com/mailman/listinfo/mono-list > _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
