[Mono-list] Update: Tell mod_mono to invoke mono-service2, instead of mono-service

2008-04-19 Thread fevans
In the end, I changed MODMONO_SERVER_PATH in mod_mono.h. I'm pretty sure this isn't necessary, but I couldn't find the right solution. fevans wrote: > > I've configured mod_mono, and I feel like I'm 95% there. > > Configuration: > Mono 1.9 > Apache 2.2.8 > > I have a .NET2.0 Web-Service. When

Re: [Mono-list] Update: Tell mod_mono to invoke mono-service2, instead of mono-service

2008-04-19 Thread Mike Morano
This should do the trick in your config - just make sure it points to the right location: MonoServerPath "/usr/local/bin/mod-mono-server2" fevans wrote: > In the end, I changed MODMONO_SERVER_PATH in mod_mono.h. > I'm pretty sure this isn't necessary, but I couldn't find the right > solution.

Re: [Mono-list] Update: Tell mod_mono to invoke mono-service2, instead of mono-service

2008-04-22 Thread fevans
Thanks, I don't know what "in your config" means, but I'll recursively grep for "MonoServerPath". Will let everyone know. Mike Morano wrote: > > This should do the trick in your config - just make sure it points to the > right location: > > MonoServerPath "/usr/local/bin/mod-mono-server2" >

Re: [Mono-list] Update: Tell mod_mono to invoke mono-service2, instead of mono-service

2008-04-22 Thread Mike Morano
Put this in your apache config file, along with your other configuration settings for mod_mono. You can also get more information from the man pages: 'man mod_mono'. You can also look here (http://www.mono-project.com/Mod_mono) just scroll down to the "troubleshooting" section to find info o