[Mono-list] mod_mono, xsp 1.0.6 returning odd error

2005-02-24 Thread James Purser
I don't know if this has been raised before but I have just installed the full 1.0.6 package list and am getting some odd errors on very basic pages. Basically the page is as below %@ Page Language=C# % % Response.Write(hello world); % And then I get the following error: Server error in '/'

Re: [Mono-list] mod_mono/xsp for 1.1.4 release

2005-02-20 Thread Sergey Moiseev
Gonzalo Paniagua Javier wrote: On Fri, 2005-02-18 at 14:47 +0300, Sergey Moiseev wrote: Sorry for stupid question but where is mod_mono and xsp for 1.1.4? mod_mono/xsp will use the runtime that you have installed. It does not matter if it's the stable 1.0.x or the development 1.1.x. Aha. May

Re: [Mono-list] mod_mono/xsp for 1.1.4 release

2005-02-20 Thread Sergey Moiseev
Sébastien Pouliot wrote: Hello Sergey, ** ERROR **: file domain.c: line 566 (mono_init_internal): assertion failed: (mono_defaults.runtimesecurityframe_class != 0) aborting... make[1]: *** [mod-mono-server.exe] Aborted make[1]: Leaving directory `/usr/local/src/xsp-1.0.6/server' make: ***

Re: [Mono-list] mod_mono/xsp for 1.1.4 release

2005-02-19 Thread Sergey Moiseev
Gonzalo Paniagua Javier wrote: On Fri, 2005-02-18 at 14:47 +0300, Sergey Moiseev wrote: Sorry for stupid question but where is mod_mono and xsp for 1.1.4? mod_mono/xsp will use the runtime that you have installed. It does not matter if it's the stable 1.0.x or the development 1.1.x. Aha. May

RE: [Mono-list] mod_mono/xsp for 1.1.4 release

2005-02-19 Thread Sébastien Pouliot
Hello Sergey, ** ERROR **: file domain.c: line 566 (mono_init_internal): assertion failed: (mono_defaults.runtimesecurityframe_class != 0) aborting... make[1]: *** [mod-mono-server.exe] Aborted make[1]: Leaving directory `/usr/local/src/xsp-1.0.6/server' make: *** [all-recursive]

[Mono-list] mod_mono/xsp for 1.1.4 release

2005-02-18 Thread Sergey Moiseev
Hello all, Sorry for stupid question but where is mod_mono and xsp for 1.1.4? -- Wbr, Sergey Moiseev ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-list

Re: [Mono-list] mod_mono/xsp for 1.1.4 release

2005-02-18 Thread [EMAIL PROTECTED]
Sergey Moiseev wrote: Hello all, Sorry for stupid question but where is mod_mono and xsp for 1.1.4? you should use mod_mono and xsp from 1.0.6 release. best! Tomek ___ Mono-list maillist - Mono-list@lists.ximian.com

Re: [Mono-list] mod_mono/xsp for 1.1.4 release

2005-02-18 Thread Gonzalo Paniagua Javier
On Fri, 2005-02-18 at 14:47 +0300, Sergey Moiseev wrote: Hello all, Sorry for stupid question but where is mod_mono and xsp for 1.1.4? mod_mono/xsp will use the runtime that you have installed. It does not matter if it's the stable 1.0.x or the development 1.1.x. -Gonzalo

Re: [Mono-list] mod_mono/XSP HEAD (source) + Mono 1.0.5 (source)+ Apache 2 (binary) + Debian Sarge

2005-02-06 Thread Gonzalo Paniagua Javier
On Sun, 2005-01-30 at 20:45 +0100, Winfried Harbecke wrote: Hi, I don't know if someone else has figured this out before, but I could not find any evidence to that so far ... My findings provide an explanation why some people fare better with apache installed from source when

Re: [Mono-list] mod_mono xsp

2005-02-05 Thread Gerke Kok
Hi Giuseppe Greco, Giuseppe Greco wrote: Hi all, I'm still unable to run the ASP.NET demo... does anybody know whether or not SELinux has an impact when running Apache with mod_mono? Thanks, j3d. ... I've followed step-by-step what described in file INSTALL. By

Re: [Mono-list] mod_mono xsp

2005-02-05 Thread Giuseppe Greco
On Fri, 2005-02-04 at 15:48 +0100, Gerke Kok wrote: Hi Giuseppe Greco, Giuseppe Greco wrote: Hi all, I'm still unable to run the ASP.NET demo... does anybody know whether or not SELinux has an impact when running Apache with mod_mono? Thanks, j3d. ...

Re: [Mono-list] mod_mono xsp

2005-02-05 Thread Giuseppe Greco
Hi all, mod_mono is configured to run mod-mono-server automatically, isn't it? no, at least not on my Mandrake machine. I had to start it with: mono /usr/bin/mod-mono-server.exe --root /var/www/html/mtest -- applications /mtest:/var/www/html/mtest --nonstop The --root parameter

Re: [Mono-list] mod_mono xsp

2005-02-05 Thread Gonzalo Paniagua Javier
On Sat, 2005-02-05 at 15:30 +0100, Giuseppe Greco wrote: Hi all, mod_mono is configured to run mod-mono-server automatically, isn't it? no, at least not on my Mandrake machine. I had to start it with: mono /usr/bin/mod-mono-server.exe --root /var/www/html/mtest --

Re: [Mono-list] mod_mono xsp

2005-02-05 Thread Neil Zanella
BTW, anyone get mod_mono and xsp working on FC3? Thanks, Neil On Sat, 05 Feb 2005 13:41:21 -0500, Gonzalo Paniagua Javier [EMAIL PROTECTED] wrote: On Sat, 2005-02-05 at 15:30 +0100, Giuseppe Greco wrote: Hi all, mod_mono is configured to run mod-mono-server automatically, isn't it?

Re: [Mono-list] mod_mono xsp

2005-02-05 Thread Giuseppe Greco
The INSTALL file says that by default mod_mono starts mod-mono-server automatically... but that's not the case. To be able to server ASP.NET pages, I had to manually start mod-mono-server, chmod /etc/mod_mono_server, and restart apache. Am I wrong somewhere? j3d. by mod_mono On Sat, 2005-02-05

Re: [Mono-list] mod_mono xsp

2005-02-05 Thread Giuseppe Greco
Neil, Yes, finally I was able to get mod_mono and xsp working on FC3! Here below is the procedure, step-by-step: 1. Create a file named mono.conf and save it into /etc/httpd/cond.d: LoadModule mono_module modules/mod_mono.so MonoApplications /demo:/usr/share/doc/xsp/test Alias

Re: [Mono-list] mod_mono xsp

2005-02-05 Thread Gonzalo Paniagua Javier
On Sat, 2005-02-05 at 22:18 +0100, Giuseppe Greco wrote: The INSTALL file says that by default mod_mono starts mod-mono-server automatically... but that's not the case. To be able to server ASP.NET pages, I had to manually start mod-mono-server, chmod /etc/mod_mono_server, and restart

Re: [Mono-list] mod_mono xsp

2005-02-04 Thread Giuseppe Greco
Hi all, I'm still unable to run the ASP.NET demo... does anybody know whether or not SELinux has an impact when running Apache with mod_mono? Thanks, j3d. ... I've followed step-by-step what described in file INSTALL. By default, mod_mono is configured to run mod-mono-server automatically,

Re: [Mono-list] mod_mono xsp

2005-02-04 Thread marius popa
On Fri, 4 Feb 2005 09:30:07 +0100 (CET), Giuseppe Greco [EMAIL PROTECTED] wrote: Hi all, I'm still unable to run the ASP.NET demo... does anybody know whether or not SELinux has an impact when running Apache with mod_mono? try to disable it and run some apache benchies -- developer

Re: [Mono-list] mod_mono xsp

2005-02-04 Thread Howard Cole
I'm still unable to run the ASP.NET demo... does anybody know whether or not SELinux has an impact when running Apache with mod_mono? I had two problems with FC3 and Apache/XSP 1. The FC3 apache distributed with FC3 is restricted by SELinux to certain directories, so for example, I could

Re: [Mono-list] mod_mono xsp

2005-02-04 Thread Joop Zonnet
Hi Giuseppe Greco, Giuseppe Greco wrote: Hi all, I'm still unable to run the ASP.NET demo... does anybody know whether or not SELinux has an impact when running Apache with mod_mono? Thanks, j3d. ... I've followed step-by-step what described in file INSTALL. By

Re: [Mono-list] mod_mono xsp

2005-02-04 Thread Giuseppe Greco
Elfyn, On Fri, 2005-02-04 at 18:04 +0100, Joop Zonnet wrote: no, at least not on my Mandrake machine. I had to start it with: mono /usr/bin/mod-mono-server.exe --root /var/www/html/mtest -- applications /mtest:/var/www/html/mtest --nonstop The --root parameter tells the ASP server where

RE: [Mono-list] mod_mono xsp

2005-02-01 Thread Chris Aitken
Are you by any chance running with a threaded (Apache) MPM? Yes, I'm running Apache 2.0.53 with pre-fork MPM. Does this affect the way that mod_mono/mod-mono-server works? Debian has 3 options with apache2 (MPM = multi processing module) Apache2-mpm-worker (threaded

Re: [Mono-list] mod_mono xsp

2005-02-01 Thread Elfyn McBratney
Hello Giuseppe, On Tuesday 01 Feb 2005 06:45, Giuseppe Greco wrote: Hi Elfyn, ... I've followed step-by-step what described in file INSTALL. By default, mod_mono is configured to run mod-mono-server automatically, isn't it? It is (or was ;-) So where can I look further? Are

RE: [Mono-list] mod_mono xsp

2005-02-01 Thread Chris Aitken
prefork is non-threaded, btw. :-) The reason I asked is that we're getting a few reports in Gentoo land of mod_mono not working, and at the moment a threaded MPM seems to be the culprit. I'm running 3 systems, all debian sarge, 2 with the debian unstable mono modules (apart from

Re: [Mono-list] mod_mono xsp

2005-01-31 Thread Giuseppe Greco
Gonzalo, Here below is my /etc/httpd/conf.d/mono.conf: LoadModule mono_module modules/mod_mono.so MonoApplications /demo:/usr/share/doc/xsp/test Alias /demo /usr/share/doc/xsp/test Directory /usr/share/doc/xsp/test AddHandler mono .aspx .ascx .asax .ashx .config .cs .asmy

Re: [Mono-list] mod_mono xsp

2005-01-31 Thread Elfyn McBratney
Hello Giuseppe, On Monday 31 Jan 2005 22:10, Giuseppe Greco wrote: Gonzalo, Here below is my /etc/httpd/conf.d/mono.conf: LoadModule mono_module modules/mod_mono.so MonoApplications /demo:/usr/share/doc/xsp/test Alias /demo /usr/share/doc/xsp/test Directory

Re: [Mono-list] mod_mono xsp

2005-01-31 Thread Giuseppe Greco
Hi Elfyn, ... I've followed step-by-step what described in file INSTALL. By default, mod_mono is configured to run mod-mono-server automatically, isn't it? It is (or was ;-) So where can I look further? Are you by any chance running with a threaded (Apache) MPM? Yes, I'm running Apache

[Mono-list] mod_mono xsp

2005-01-30 Thread Giuseppe Greco
Hi all, Reading the mod_mono INSTALL file it looks like it is not necessary to start mod-mono-server.exe manually before re-starting httpd... is that true? I've tried it... but it doesn't work! Is the procedure described in the INSTALL file still valid and up2date? Thanks, j3d. --

[Mono-list] mod_mono/XSP HEAD (source) + Mono 1.0.5 (source)+ Apache 2 (binary) + Debian Sarge

2005-01-30 Thread Winfried Harbecke
Hi, I don't know if someone else has figured this out before, but I could not find any evidence to that so far ... My findings provide an explanation why some people fare better with apache installed from source when setting up mod_mono, and they also explain why some people have

Re: [Mono-list] mod_mono/xsp

2005-01-19 Thread Gonzalo Paniagua Javier
On Sat, 2005-01-15 at 03:26 -0700, Pavel Jbanov wrote: Hi, I'm trying to start a simple web-application. I've just upgraded mono to 1.0.5 (had problem with latin1 encoding), recompiled mod_mono (just in case...) and now I get this message: The server is temporarily unable to service your

[Mono-list] mod_mono/xsp

2005-01-15 Thread Pavel Jbanov
Hi, I'm trying to start a simple web-application. I've just upgraded mono to 1.0.5 (had problem with latin1 encoding), recompiled mod_mono (just in case...) and now I get this message: The server is temporarily unable to service your request due to maintenance downtime or capacity problems.

Re: [Mono-list] mod_mono/xsp in Production .... ?

2004-02-19 Thread Gonzalo Paniagua Javier
El jue, 19-02-2004 a las 22:02, Met @ Uber escribió: I'm trying to get the company I work for to consider using ASP.NET because of the benefits it has. As a `Mono kinda guy` I'd love to use mod_mono and stick with Linux. As such I've got a bunch of questions regarding mod_mono (assume xsp by

Re: [Mono-list] mod_mono, xsp and apache problem

2003-12-29 Thread babar haq
Hi Another option is to start mod-mono with apache user like this: sudo -u apache /usr/local/bin/mono /usr/local/bin/mod-mono-server.exe ... etc with the other params.. sudo -u apache /usr/local/bin/mono /usr/local/bin/mod-mono-server.exe --root . --applications /mono:.

Re: [Mono-list] mod_mono, xsp and apache problem

2003-12-29 Thread babar haq
mono /usr/bin/mod-mono-server.exe --root . --applications /mono:. --nonstop chmod 666 /tmp/mod_mono_server have done the trick thanx for the help Regards, Babar Haq -- ___ Sign-up for Ads Free at Mail.com

Re: [Mono-list] mod_mono, xsp and apache problem

2003-12-29 Thread Magnus Runesson
Have you started mod-mono-server.exe? you can find some info in the manpage for xsp. /Magnus On Fri, 2003-12-26 at 13:07, babar haq wrote: Hi all I am trying to follow the document provided with mod_mono-0.6.tar.gz. I only had one error in the make install step of xsp. In the end it failed

Re: [Mono-list] mod_mono, xsp and apache problem

2003-12-27 Thread Tiago Lima
Another option is to start mod-mono with apache user like this: sudo -u apache /usr/local/bin/mono /usr/local/bin/mod-mono-server.exe ... etc with the other params.. Now you dont need to change the socket permissions... :) On Friday 26 December 2003 20:22, Michael Ott wrote: Hello

[Mono-list] mod_mono, xsp and apache problem

2003-12-26 Thread babar haq
Hi all I am trying to follow the document provided with mod_mono-0.6.tar.gz. I only had one error in the make install step of xsp. In the end it failed to copy a file by name of asp-state.exe.config. All of rest of the steps r completed successfully.Briefly this is wat i have done 1) Install

Re: [Mono-list] mod_mono, xsp and apache problem

2003-12-26 Thread Michael Ott
Hello Babar! I am trying to follow the document provided with mod_mono-0.6.tar.gz. I only had one error in the make install step of xsp. In the end it failed to copy a file by name of asp-state.exe.config. All of rest of the steps r completed successfully.Briefly this is wat i have done 1)