[Mono-list] mod_mono 1.04 on Apache 1.3x

Ken Swift ken@netoutlook.com
Mon, 08 Nov 2004 09:26:02 -0700


Let me also put my mod_mono.conf file in here:

             LoadModule mono_module /usr/local/apache/libexec/mod_mono.so
             Alias /demo "/usr/local/share/doc/xsp/test"
             MonoApplications "/demo:/usr/local/share/doc/xsp/test"
             <Location /demo>
                     SetHandler mono
             </Location>

Note:  I don't have an include file or anything pointing to this file, 
so I have no idea how this file is loaded.

I suspect that my problem is that 1) this file is not being loaded.  2)  
xsp is not being started.

-- Ken


Ken Swift wrote:

> Gonzalo Paniagua Javier wrote:
>
>> On Sun, 2004-11-07 at 21:02 -0700, Ken Swift wrote:
>>  
>>
>>> Well...after a lot of trial and error I finally have mono running on 
>>> my server and can serve pages up through xsp.  Then I moved onto 
>>> installing mod_mono with Apache 1.3x...this is where I have run into 
>>> problems.  I can install just fine using the following:
>>>
>>> ./configure --prefix=/usr --with-apxs=/usr/local/apache/bin/apxs
>>>
>>> Response:
>>>
>>> Configuration summary for mod_mono
>>>
>>>   * Installation prefix = /usr
>>>   * Apache version = 1.3
>>>   * Apache modules directory = /usr/local/apache/libexec
>>>   * apxs = /usr/local/apache/bin/apxs
>>>   * mono prefix = /usr/local
>>>
>>> make
>>>
>>> make install
>>>
>>> I see that there is a config file 
>>> (/usr/local/apache/conf/mod_mono.conf) with the loadmodule in it, 
>>> but my httpd.conf was never updated.  If I put in an include to my 
>>> httpd.conf file to point at the mod_mono.conf and then do a 
>>> configtest I get the following error:
>>>   
>>
>>
>> httpd.conf is not updated any more. Most distros usually have a
>> directory where they can drop the mod_mono.conf file.
>>
>>  
>>
>>> Syntax OK
>>> [Sun Nov  7 21:01:30 2004] [error] Cannot remove module mod_mono.c: 
>>> not found in module list
>>>
>>> Anyone have any ideas?
>>>   
>>
>>
>> First time I see this error.
>>
>> -Gonzalo
>>
>>
>> _______________________________________________
>> Mono-list maillist  -  Mono-list@lists.ximian.com
>> http://lists.ximian.com/mailman/listinfo/mono-list
>>
>>
>>
>>  
>>
> Are you saying that because the mod_mono.conf file is put into the 
> /usr/local/apache/conf directory that restarting apache should fix 
> this issue?  I ran a configtest and everything checks out, but still 
> no aspx pages are being served up.
>
> Thanks -- Ken
> _______________________________________________
> Mono-list maillist  -  Mono-list@lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list
>
>
>