From owner-freebsd-questions@FreeBSD.ORG Fri Apr 15 01:25:59 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 003F316A4CE for ; Fri, 15 Apr 2005 01:25:58 +0000 (GMT) Received: from straycat.dhs.org (c-24-60-174-16.hsd1.ma.comcast.net [24.60.174.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 51EE043D41 for ; Fri, 15 Apr 2005 01:25:58 +0000 (GMT) (envelope-from tmclaugh@sdf.lonestar.org) Received: from compass.straycat.dhs.org (compass.straycat.dhs.org [192.168.1.48]) by straycat.dhs.org (8.13.0/8.13.0) with ESMTP id j3F1RVbE026730; Thu, 14 Apr 2005 21:27:31 -0400 (EDT) From: Tom McLaughlin To: jmlewis@dslextreme.com In-Reply-To: <35ba0a41ddea27430a3aa26a.20050414162346.wzyrjvf@www.dslextreme.com> References: <35ba0a41ddea27430a3aa26a.20050414162346.wzyrjvf@www.dslextreme.com> Content-Type: text/plain Date: Thu, 14 Apr 2005 21:26:07 -0400 Message-Id: <1113528368.3326.28.camel@compass.straycat.dhs.org> Mime-Version: 1.0 X-Mailer: Evolution 2.2.2 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: MONO (.NET) on FreeBSD and Apache2 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Apr 2005 01:25:59 -0000 On Thu, 2005-04-14 at 16:23 -0700, Joshua Lewis wrote: > I really want to get Mono working on a FreeBSD Apache system. I have done > lots of searching and have not figured out how to get it properly > configured. > > I merged the BSD# ports with my local ports collection > > I did a make install clean from /usr/ports/lang/mono-devel > > That installed mono 1.1.6_1 > You'll need to be using Mono 1.1.7 (once it's released, Bill Middleton has been working aginst SVN fixing numerous problems... Bill rocks), a recent FreeBSD -CURRENT, and Mono libmapped to libthr. > Then I also did a make install clean from /usr/ports/www/mod_mono and > tride to configure my httpd.conf the way they did on some tutorials > online. But /var/log/http-error shows errors about misconfiguration. > > Does anyone have a working example of to configure mod_mono in Apache? > > I also read about some XSP or some other type of web server. I think it > was written entirely in C# and was wondering if that is a better way to go > rather then Apache. I prefer Apache and would rather get it working rather > then switch to a whole new web server. As for the relationship between Apache/mod_mono/XSP, I believe mod_mono just passes pages to the local xsp to process the page. XSP can also be run as a standalone server to accept the page requests and process the aspx pages. I'll know more once I actually have the ability to play with it. In the future, you might want to use the bsd-sharp-list mailing list on Novell Forge for questions on Mono and XSP. Checked the link in my sig. Thanks. Tom -- BSD# Project - Porting Mono to FreeBSD http://www.mono-project.com/Mono:FreeBSD