On Mon, 2006-09-04 at 14:52 +0200, Stefano Romagnoli wrote: > hi all, > > ma Apache can't launch mod-mono-server2.exe due to > a 'permission denied' error, as error log reports. > I'm sure that every file of mono/mod-mono has the > execution permission and that the http.conf is > correct. > Here's the error msg: > > [error] Failed running '/usr/bin/mono /usr/lib/mono/2.0/mod-mono-server2.exe > --filename /tmp/mod_mono_server_test --applications /test:/usr/lib/xsp/test > --nonstop (null) (null) (null) (null) (null) (null)'. Reason: Permission > denied
In the last release, there was a change. Now just: MonoServerPath default /mono-HEAD/bin/mod-mono-server2 or similar will do. No need to specify the mono executable path, but MonoServerPath points to the mod-mono-server script. -Gonzalo _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
