[Mono-list] mod_mono on Fedora Core 4

Alex Roman allex2k3 at yahoo.ca
Sun Jul 24 17:53:25 EDT 2005



Miguel de Icaza wrote:
> Hello,
> 
> 
>>  - Could mono be compiled from scratch on Fedora Core 4? ie. without
>> using the pre-compiled nrpms mono rpms?
> 
> 
> The tarball does work out of the box, which is the recommended approach
> for people to bootstrap from.

Well, I've been getting stuck at compiling libgdiplus. I've posted another message on mono-list: mono on FC4 - let's get it working! I have some details there.

> 
> 
>>  - How to set up /~user/ to handle .aspx pages as mono? I have not been able to...
> 
> 
> How does PHP do this?
> 
> I do not like the way mod_mono works, and am wondering if there is any
> reason why we can not work just the way that PHP does?
> 
> I would like to modify mod_mono to work just out of the box.

I am quite novice at mod_mono. AFAIK, the way PHP does it is it sets a file handler so that *.php are put through the php interpreter.

How I configured php on my fc4 machine was I added these line to httpd.conf:

AddType application/x-httpd-php .php .phps .php3 .phtml
DirectoryIndex index.html index.html.var index.shtml index.cgi index.pl index.php index.phtml index.php3 index.htm home.html welcome.html

So now apache knows that .php files must go through php.


Like I said, I am not 100% sure how mod_mono operates and how it uses the xsp server... 

> 
> Miguel.
> _______________________________________________
> Mono-list maillist  -  Mono-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list
> 


More information about the Mono-list mailing list