[Mono-list] mod_mono strange behavior

Gonzalo Paniagua Javier gonzalo.reply.to.the.list.iam.subscribed@ximian.com
Wed, 14 Jul 2004 13:09:23 +0200


El mié, 14-07-2004 a las 10:08, Igor Georgiev escribió:
>  Apache/2.0.50 (Unix) mod_ssl/2.0.50 OpenSSL/0.9.7d PHP/4.3.7 mod_mono/1.0
> mod_mono builded from cvs (present time Wed Jul 14 11:18:52 EEST 2004)
> 
> --- from httpd.conf
>     MonoUnixSocket /tmp/mono/mod_mono_server
>     MonoRunXSP True
>     MonoExecutablePath /usr/local/mono/bin/mono
>     MonoPath /usr/local/mono/bin
>     MonoServerPath /usr/local/mono/bin/mod-mono-server.exe
>     MonoWapiDir /tmp/mono
> 
> --- from apache error.log
> [Wed Jul 14 11:09:58 2004] [error] Not running mod-mono-server.exe because
> MonoListenAddress is present and there is no MonoListenPort.

That was a buglet. It's fixed now in CVS. If you update ensure you have
this entry in the ChangeLog file:

* src/mod_mono.c: set filename and listen_address defaults in the
post_config hook.

-Gonzalo