On Thu, 2004-05-27 at 11:46, master wrote: > ok for the list but i am not subsribe to it so i don t see if someone reply > to me in.
*shrug* perhaps you should subscribe to the list then. You are going to miss answers that are sent there. > > yes i have made the install described in the INSTALL file and then restarted > apache > my apache configuration is : > LoadModule mono_module libexec/libmod_mono.so > > <Directory /usr/www/tomcat/xsp/> > SetHandler mono > <IfModule mod_dir.c> > DirectoryIndex index.aspx > </IfModule> > Please re-read the INSTALL file - this is not the complete configuration required as described in there. SPecifically the MonoApplication directive. > ----- Original Message ----- > From: "Jonathan Stowe" <[EMAIL PROTECTED]> > To: "master" <[EMAIL PROTECTED]> > Cc: "Mono-List" <[EMAIL PROTECTED]> > Sent: Thursday, May 27, 2004 12:24 PM > Subject: Re: [Mono-list] xsp problem > > ps: i have send the same to the list but need to be approve by the moderator > > PLEASE IF YOU ARE GOING TO REPLY, REPLY TO THE LIST NOT DIRECTLY TO ME. > > > > On Thu, 2004-05-27 at 11:04, master wrote: > > > Hmm i am not sure to understand in the INSTALL file they say to install > XSP > > > (so did I) , > > > > Have you made the required changes to the Apache configuration as > > described in the INSTALL file and then restarted Apache. > > > > > first does the port of XSP matter? > > > > NO. You have to make and install the XSP because that is where you get > > the mod-mono-server but if you are using mod_mono with Apache you do not > > need to run XSP. > > > > > then i have install mod_mono following the INSTALL and i only get a page > > > that charge and never print :/ > > > > Please send the appropriate part of your Apache configuration to the > > list. > > > > > and one more thing, mod_mono is to use asp.net no ? > > > because i am trying to use asp on apache server and that s the only soft > i > > > have seen so far but unfortunately can t make it work > > > > > > i have two case : > > > first one i start manually > > > mod-mono-server.exe > > > and then i get no error on error log from apache but page asp don t show > > > or i don t start manually and i get > > > [error] (61)Connection refused: Failed connecting and child didn't exit! > > > > > > :/ > > > ----- Original Message ----- > > > From: "Jonathan Stowe" <[EMAIL PROTECTED]> > > > To: "master" <[EMAIL PROTECTED]> > > > Cc: "Mono-List" <[EMAIL PROTECTED]> > > > Sent: Thursday, May 27, 2004 11:40 AM > > > Subject: Re: [Mono-list] xsp problem > > > > > > > > > > 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
