Ruben D. Guíñez G. wrote: > Hi everybody!!! > > I have this error (Failed running > /usr/lib/mono/1.0/mod-mono-server.exe .........: Reason: Exec format > error) I just installed mono 1.1.18, and now my ASP.NET + APACHE2 not > work. I'm working with openSuse 10.1 64 bits. The message I saw > within /var/log/apache2/error_log, and when I start my app into > browser I get : Error 503.
Starting with 1.1.17, mod_mono expects that the config directive 'MonoServerPath' is pointing to a native executable. Check your Apache config and remove or change MonoServerPath to point to /usr/bin/mod-mono-server. Robert _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
