Re: [mod_mono] how to install from freebsd?

2008-11-05 Thread Foo JH
Hello Javier,

Thanks for the tip. They have released new versions since then, but I'll
give it a try and see how it goes.

By the way, what is your assessment of mono on FreeBSD? I don't see a
lot of support for this platform. Even for Linux there's too much
emphasis on SuSe. What is going on?

Javier Martín Rueda wrote:
> Foo JH wrote:
>> I'm using 7.0, and I've installed mono and apache22 from the packages
>> (pkg_add -r xxx). Now I need to find mod_mono to complete the pieces.
>> Trouble is, I don't see it available from the ports tree.
>>
>>   
> I have these notes from some mod_mono installation I did some time ago.
> I hope they are still valid:
> 
> I installed mono from the ports. It was just a standard install, so
> installing from packages should be the same.
> 
> XSP
> ===
> 
> * fetch http://go-mono.com/sources/xsp/xsp-1.2.3.tar.gz
> * configure && gmake && gmake install
> * Test: mono /usr/local/lib/mono/2.0/xsp2.exe. Open http://myserver:8080
> (it will say it cannot find /)
> * Test 2: copy a web application and open it. It should work.
> 
> MOD_MONO
> 
> 
> * fetch http://go-mono.com/sources/mod_mono/mod_mono-1.2.1.tar.gz
> * configure && gmake && gmake install
> * mv /usr/local/etc/apache22/mod_mono.conf /usr/local/etc/apache22/Includes
> * Edit mod_mono.conf and add this:
> 
>   MonoServerPath /usr/local/bin/mod-mono-server2
>   MonoPath /usr/local/lib/mono/2.0
> 
> * Install test application in /somewhere/website and create
> /usr/local/etc/apache22/Includes/prueba.conf:
> 
>   Alias /prueba "/somewhere/website"
>   MonoApplications "/prueba:/somewhere/website"
> 
>   
> Allow from all
>   
> 
> 
> Open http://myserver/prueba and it should work.
> 
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
> "[EMAIL PROTECTED]"

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: [mod_mono] how to install from freebsd?

2008-11-05 Thread Javier Martín Rueda

Foo JH wrote:

I'm using 7.0, and I've installed mono and apache22 from the packages
(pkg_add -r xxx). Now I need to find mod_mono to complete the pieces.
Trouble is, I don't see it available from the ports tree.

  
I have these notes from some mod_mono installation I did some time ago. 
I hope they are still valid:


I installed mono from the ports. It was just a standard install, so 
installing from packages should be the same.


XSP
===

* fetch http://go-mono.com/sources/xsp/xsp-1.2.3.tar.gz
* configure && gmake && gmake install
* Test: mono /usr/local/lib/mono/2.0/xsp2.exe. Open http://myserver:8080 
(it will say it cannot find /)

* Test 2: copy a web application and open it. It should work.

MOD_MONO


* fetch http://go-mono.com/sources/mod_mono/mod_mono-1.2.1.tar.gz
* configure && gmake && gmake install
* mv /usr/local/etc/apache22/mod_mono.conf /usr/local/etc/apache22/Includes
* Edit mod_mono.conf and add this:

  MonoServerPath /usr/local/bin/mod-mono-server2
  MonoPath /usr/local/lib/mono/2.0

* Install test application in /somewhere/website and create 
/usr/local/etc/apache22/Includes/prueba.conf:


  Alias /prueba "/somewhere/website"
  MonoApplications "/prueba:/somewhere/website"

  
Allow from all
  


Open http://myserver/prueba and it should work.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


[mod_mono] how to install from freebsd?

2008-11-05 Thread Foo JH
Hi guys,

I'm sorry if this isn't the best place to ask the question, but it's the
most active freebsd mailing list, so I hope to try my luck here.

I'm using 7.0, and I've installed mono and apache22 from the packages
(pkg_add -r xxx). Now I need to find mod_mono to complete the pieces.
Trouble is, I don't see it available from the ports tree.

Can any kind soul assist? Thanks.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: mod_mono

2004-07-06 Thread Lucas Holt
I filled a bug report on this issue with the 4.x series and the mono 
project several months ago.  Last I checked, the priority had been 
lowered and it wasn't resolved.  It has to do with implementation 
issues on freebsd with threading.

On Jul 1, 2004, at 12:35 PM, Osmany Guirola Cruz wrote:
I have installed 4.10 release and mono 0.30.1 mod_mono 10 xsp 0.9
when i try to view http://mysite/demos <http://mysite/demos>
nothing happens the browser keep loading the page forever
when i do a top i see that mono is using 97.80% of CPU
with the xsp server the problem is the same
what should i do
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
"[EMAIL PROTECTED]"


Lucas Holt
[EMAIL PROTECTED]

FoolishGames.com  (Jewel Fan Site)
JustJournal.com (Free blogging)
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


mod_mono

2004-07-01 Thread Osmany Guirola Cruz
I have installed 4.10 release and mono 0.30.1 mod_mono 10 xsp 0.9
when i try to view http://mysite/demos <http://mysite/demos> 
nothing happens the browser keep loading the page forever
when i do a top i see that mono is using 97.80% of CPU 
with the xsp server the problem is the same
what should i do
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"