I've got three different error messages in my apache error log every time I'm starting apache. I've read the mod_mono configuration section multiple times so please give me a hint how to get rid of theses messages. The applications (3 asp.net projects) are running fine though.
first:
Listening on: /tmp/mod_mono_server_global
Root directory: /
Error: Address already in use
second:
Error: There's already a server listening on /tmp/mod_mono_server_global
third:
Listening on: /tmp/mod_mono_server_example.com
Root directory: /srv/www/vhosts/example.com
Error: There's already a server listening on /tmp/mod_mono_server_example.com
vhost config
MonoServerPath example.com "/usr/bin/mod-mono-server4"
MonoDebug example.com false
MonoSetEnv example.com MONO_IOMAP=all
MonoApplications example.com "/:/srv/www/vhosts/example.com"
<Directory "/srv/www/vhosts/example.com">
MonoSetServerAlias example.com
SetHandler mono
</Directory>
OpenSuse 11.4, Mono 2.10.2