[Mono-list] mod_mono 1.04 on Apache 1.3x
Ken Swift
ken@netoutlook.com
Sun, 07 Nov 2004 21:02:29 -0700
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:
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?
Thanks -- Ken