[Mono-list] mod_mono 1.04 on Apache 1.3x

Gonzalo Paniagua Javier gonzalo@ximian.com
Mon, 08 Nov 2004 09:05:07 -0500


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