[Mono-list] Problems with runtime 1.1.4, xsp and mod_mono1.0.6 on SuSe 9.1

Jim Erwin mono@eyekahn.com
Tue, 22 Feb 2005 21:40:16 -0600


Gonzalo,

Thanks for the reply. I have 4 apps running in production as virtual hosts.
If I can't put the mono configuration directives in there, then where can I
put them? The directives I'm using for each <VirtualHost> are:

Here is one of my vhosts as an example

NameVirtualHost 65.64.105.147

<VirtualHost 65.64.105.147>

    ServerAdmin mono@eyekahn.com
    ServerName mojoportal.eyekahn.com
    
    <Directory /srv/www/MonoSites/mojoportal>
	Allow from all
    </Directory>

    DirectoryIndex Default.aspx
    DocumentRoot /srv/www/MonoSites/mojoportal
    MonoPath /usr/lib/mono/gac:/usr/bin:/etc/mono
    MonoExecutablePath /usr/bin/mono
    MonoServerPath /usr/lib/mono/1.0/mod-mono-server.exe
    MonoApplications /:/srv/www/MonoSites/mojoportal
    MonoUnixSocket /srv/www/VirtualMonoSockets/monosocket_mojoportal
    MonoWapiDir /srv/www/VirtualMonoWapi/mojoportal
    AddHandler mono .aspx .ascx .config .cs .asmx .asax

</VirtualHost>

I have 4 sites/applications configured at the same IP and different host
headers configured like this. How can I accomplish this without putting the
Mono* configuration directives in the <VirtualHost> configuration section?

Regards,

JE


-----Original Message-----
From: mono-list-admin@lists.ximian.com
[mailto:mono-list-admin@lists.ximian.com] On Behalf Of Gonzalo Paniagua
Javier
Sent: Tuesday, February 22, 2005 7:48 PM
To: mono-list@lists.ximian.com
Subject: Re: [Mono-list] Problems with runtime 1.1.4, xsp and mod_mono1.0.6
on SuSe 9.1

There's a bug in the released mod_mono 1.0.6 that makes it not to spawn
mod-mono-server if you put Mono* configuration directives inside
<VirtualHost>.

As a workaround, put the directives out of any <virtualhost> and it will
work again.

This issue will be fixed in next release of mod_mono.

-Gonzalo


_______________________________________________
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list