View previous topic :: View next topic |
Author |
Message |
db_404 Guru
Joined: 05 Dec 2002 Posts: 336
|
Posted: Mon Dec 05, 2005 3:29 pm Post subject: mod_mono - mod-mono-server not starting [Solved] |
|
|
Having problems with mod-mono-server not starting using latest versions of mono/mod_mono (1.1.10).
Running '/etc/init.d/mod-mono-server start' does not result in mod-mono-server starting, with seemingly no messages anywhere.
Anyone running this successfully that could give me some hints?
Last edited by db_404 on Tue Dec 06, 2005 8:50 pm; edited 1 time in total |
|
Back to top |
|
|
eelke Guru
Joined: 17 May 2004 Posts: 406 Location: Earth, Netherlands, Friesland
|
Posted: Mon Dec 05, 2005 7:21 pm Post subject: |
|
|
Its probably easier not to start mod-mono-server. Let apache start it. To use mod_mono with apache2 first you have to edit /etc/conf.d/apache2 and add -D MONO to the APACHE2_OPTS line. Second edit the file /etc/apache2/modules.d/70_mod_mono.conf and change MonoRunXSP False to True. |
|
Back to top |
|
|
db_404 Guru
Joined: 05 Dec 2002 Posts: 336
|
Posted: Tue Dec 06, 2005 8:50 pm Post subject: |
|
|
Yes, that's what I was trying to do - looks like I found the cause though. I had to delete /tmp/mod_mono_server and /tmp/.wmi .
Presumably they were left by my initial (failed) starts, and were causing the properly configured system to believe that mono-server was still running. |
|
Back to top |
|
|
|